structure.gemspec in structure-0.21.0 vs structure.gemspec in structure-0.22.0
- old
+ new
@@ -7,11 +7,11 @@
s.version = Structure::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ['Hakan Ensari']
s.email = ['code@papercavalier.com']
s.homepage = 'http://github.com/hakanensari/structure'
- s.summary = 'A typed, nestable key/value container'
- s.description = 'Structure is a typed, nestable key/value container.'
+ s.summary = 'A typed key/value container'
+ s.description = 'Structure is a typed key/value container.'
s.rubyforge_project = 'structure'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")