structure.gemspec in structure-0.9.0 vs structure.gemspec in structure-0.10.0
- old
+ new
@@ -7,13 +7,12 @@
s.version = Structure::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Paper Cavalier"]
s.email = ["code@papercavalier.com"]
s.homepage = "http://rubygems.com/gems/structure"
- s.summary = "Struct-like key/value container in Ruby"
+ s.summary = "A key/value container for modeling ephemeral data"
s.description = <<-END_OF_DESCRIPTION.strip
- Structure is a Struct-like key/value container for modeling ephemeral data
- in Ruby.
+ Structure is a key/value container for modeling ephemeral data.
END_OF_DESCRIPTION
s.rubyforge_project = "structure"
{