deep_pluck.gemspec in deep_pluck-0.0.3 vs deep_pluck.gemspec in deep_pluck-0.0.4
- old
+ new
@@ -7,12 +7,12 @@
spec.name = "deep_pluck"
spec.version = DeepPluck::VERSION
spec.authors = ["khiav reoy"]
spec.email = ["mrtmrt15xn@yahoo.com.tw"]
- spec.summary = %q{}
- spec.description = %q{}
+ spec.summary = %q{Use deep_pluck as a shortcut to select one or more attributes and include associated models without loading a bunch of records.}
+ spec.description = %q{Use deep_pluck as a shortcut to select one or more attributes and include associated models without loading a bunch of records. And DRY up your code when using #as_json.}
spec.homepage = "https://github.com/khiav223577/deep_pluck"
spec.license = "MIT"
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
# delete this section to allow pushing this gem to any host.
@@ -31,8 +31,8 @@
spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "sqlite3", "~> 1.3"
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_dependency "rails", ">= 3"
- spec.add_dependency "pluck_all", "~> 1.2.1"
+ spec.add_dependency "pluck_all", "~> 1.2.2"
end