structure.gemspec in structure-0.13.1 vs structure.gemspec in structure-0.14.1
- old
+ new
@@ -4,14 +4,14 @@
Gem::Specification.new do |s|
s.name = "structure"
s.version = Structure::VERSION
s.platform = Gem::Platform::RUBY
- s.authors = ["Paper Cavalier"]
+ s.authors = ["Hakan Ensari"]
s.email = ["code@papercavalier.com"]
s.homepage = "http://code.papercavalier.com/structure"
- s.summary = "Turns a class into a key/value container"
- s.description = "Structure turns a class into a key/value container."
+ s.summary = "A Struct-like key/value container"
+ s.description = "Structure is a Struct-like 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")