File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,18 @@ Gem::Specification.new do |s|
1414 s . description = "MeiliSearch integration for Ruby on Rails. See https://github.com/meilisearch/MeiliSearch"
15151616 s . extra_rdoc_files = [
17- "CHANGELOG.MD" ,
1817 "LICENSE" ,
1918 "README.md"
2019 ]
2120 s . files = [
2221 ".rspec" ,
2322 "Gemfile" ,
24- "Gemfile.lock" ,
2523 "LICENSE" ,
2624 "README.md" ,
2725 "Rakefile" ,
2826 "meilisearch-rails.gemspec" ,
2927 "lib/meilisearch-rails.rb" ,
30- "lib/meilisearch/meili_job .rb" ,
28+ "lib/meilisearch/ms_job .rb" ,
3129 "lib/meilisearch/configuration.rb" ,
3230 "lib/meilisearch/pagination.rb" ,
3331 "lib/meilisearch/pagination/kaminari.rb" ,
@@ -42,7 +40,6 @@ Gem::Specification.new do |s|
4240 s . homepage = "http://github.com/meilisearch/meilisearch-rails"
4341 s . licenses = [ "MIT" ]
4442 s . require_paths = [ "lib" ]
45- s . rubygems_version = "2.1.11"
4643 s . summary = "MeiliSearch integration for Ruby on Rails."
4744 s . add_dependency ( %q<json> , [ ">= 1.5.1" ] )
4845 s . add_dependency ( %q<meilisearch> , [ ">= 0.15.3" ] )
You can’t perform that action at this time.
0 commit comments