peaty.gemspec in peaty-0.5.0 vs peaty.gemspec in peaty-0.6.0.beta1

- old
+ new

@@ -2,17 +2,17 @@ # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| - s.name = %q{peaty} - s.version = "0.5.0" + s.name = "peaty" + s.version = "0.6.0.beta1" - s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["Matt Todd", "Andy Lindeman"] - s.date = %q{2011-07-23} - s.description = %q{Just another Pivotal Tracker API Implementation} + s.date = "2011-10-18" + s.description = "Just another Pivotal Tracker API Implementation" s.email = ["chiology@gmail.com", "alindeman@gmail.com"] s.files = [ "Gemfile", "Rakefile", "Readme.textile", @@ -22,17 +22,19 @@ "lib/peaty/integration.rb", "lib/peaty/iteration.rb", "lib/peaty/project.rb", "lib/peaty/proxy.rb", "lib/peaty/story.rb", + "lib/peaty/task.rb", "lib/peaty/user.rb", "peaty.gemspec", "test/.gitignore", "test/fixtures/bugs.xml", "test/fixtures/chores.xml", "test/fixtures/create_story.xml", "test/fixtures/create_story_error.xml", + "test/fixtures/create_task.xml", "test/fixtures/features.xml", "test/fixtures/iterations.xml", "test/fixtures/iterations_done.xml", "test/fixtures/move_after.xml", "test/fixtures/move_before.xml", @@ -41,17 +43,19 @@ "test/fixtures/release.xml", "test/fixtures/releases.xml", "test/fixtures/stories.xml", "test/fixtures/stories_with_done.xml", "test/fixtures/story.xml", + "test/fixtures/task.xml", + "test/fixtures/tasks.xml", "test/peaty_test.rb", "test/test_helper.rb" ] - s.homepage = %q{http://github.com/mtodd/peaty} + s.homepage = "http://github.com/mtodd/peaty" s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.6.2} - s.summary = %q{Pivotal Tracker API Implementation} + s.rubygems_version = "1.8.10" + s.summary = "Pivotal Tracker API Implementation" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then