smart_kv.gemspec in smart_kv-0.2.6 vs smart_kv.gemspec in smart_kv-0.2.7

- old
+ new

@@ -7,11 +7,11 @@ spec.name = "smart_kv" spec.version = SmartKv::VERSION spec.authors = ["Adrian Setyadi"] spec.email = ["a.styd@yahoo.com"] - spec.summary = %q{Smart checks for your key value objects.} - spec.description = %q{Best practice of writing options or configurations by strictly allowing and requiring keys.} + spec.summary = %q{Smart checks for your options or configurations.} + spec.description = %q{Write options or configurations without worry of typos and the need to remember all the keys.} spec.homepage = "https://github.com/styd/smart_kv" spec.license = "MIT" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git.