characterizable.gemspec in characterizable-0.1.1 vs characterizable.gemspec in characterizable-0.1.2

- old
+ new

@@ -1,48 +1,48 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command +# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{characterizable} - s.version = "0.1.1" + s.version = "0.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Andy Rossmeissl", "Seamus Abshere"] - s.date = %q{2010-11-04} + s.date = %q{2010-11-18} s.description = %q{Characterize the relationship between "attributes" (getters/setters) of instances of a class} s.email = %q{seamus@abshere.net} s.extra_rdoc_files = [ "LICENSE", - "README.rdoc" + "README.rdoc" ] s.files = [ ".document", - ".gitignore", - "LICENSE", - "README.rdoc", - "Rakefile", - "VERSION", - "characterizable.gemspec", - "lib/characterizable.rb", - "lib/characterizable/base.rb", - "lib/characterizable/better_hash.rb", - "lib/characterizable/characteristic.rb", - "lib/characterizable/snapshot.rb", - "test/characterizable/test_characteristic.rb", - "test/helper.rb", - "test/test_characterizable.rb" + "LICENSE", + "README.rdoc", + "Rakefile", + "VERSION", + "characterizable.gemspec", + "lib/characterizable.rb", + "lib/characterizable/base.rb", + "lib/characterizable/better_hash.rb", + "lib/characterizable/characteristic.rb", + "lib/characterizable/snapshot.rb", + "test/characterizable/test_characteristic.rb", + "test/helper.rb", + "test/support/complex_automobile.rb", + "test/test_characterizable.rb" ] s.homepage = %q{http://github.com/seamusabshere/characterizable} - s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Characterize instances of a class} s.test_files = [ "test/characterizable/test_characteristic.rb", - "test/helper.rb", - "test/test_characterizable.rb" + "test/helper.rb", + "test/support/complex_automobile.rb", + "test/test_characterizable.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3