structure.gemspec in structure-0.12.2 vs structure.gemspec in structure-0.13.1
- old
+ new
@@ -6,25 +6,14 @@
s.name = "structure"
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 = "A key/value container for modeling ephemeral data"
- s.description = <<-END_OF_DESCRIPTION.strip
- Structure is a key/value container for modeling ephemeral data.
- END_OF_DESCRIPTION
+ 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.rubyforge_project = "structure"
-
- {
- 'activesupport' => '>= 3.0',
- 'rake' => '~> 0.9',
- 'rspec' => '~> 2.6',
- 'ruby-debug19' => '~> 0.11.6'
- }.each do |lib, version|
- s.add_development_dependency lib, version
- end
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]