structure.gemspec in structure-0.0.1 vs structure.gemspec in structure-0.1.0
- old
+ new
@@ -1,17 +1,14 @@
# -*- encoding: utf-8 -*-
-$:.push File.expand_path("../lib", __FILE__)
-require "structure/version"
-
Gem::Specification.new do |s|
s.name = "structure"
- s.version = Structure::VERSION
+ s.version = "0.1.0"
s.platform = Gem::Platform::RUBY
s.authors = ["Paper Cavalier"]
s.email = ["code@papercavalier.com"]
s.homepage = ""
- s.summary = %q{Stub}
- s.description = %q{Stub}
+ s.summary = %q{Structure is a nested OpenStruct implementation.}
+ s.description = %q{A nested OpenStruct implementation}
s.rubyforge_project = "structure"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")