pickle.gemspec in pickle-0.1.16 vs pickle.gemspec in pickle-0.1.17

- old
+ new

@@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{pickle} - s.version = "0.1.16" + s.version = "0.1.17" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Ian White"] s.date = %q{2009-10-15} s.description = %q{Easy model creation and reference in your cucumber features} @@ -77,10 +77,9 @@ "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/ianwhite/pickle/tree} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubyforge_project = %q{pickle} s.rubygems_version = %q{1.3.4} s.summary = %q{Easy model creation and reference in your cucumber features} s.test_files = [ "spec/lib/pickle_adapter_spec.rb", "spec/lib/pickle_config_spec.rb",