peaty.gemspec in peaty-0.3.0 vs peaty.gemspec in peaty-0.4.0
- old
+ new
@@ -3,15 +3,15 @@
# 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.3.0"
+ s.version = "0.4.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matt Todd"]
- s.date = %q{2010-12-01}
+ s.date = %q{2011-03-01}
s.description = %q{Just another Pivotal Tracker API Implementation}
s.email = %q{chiology@gmail.com}
s.files = [
"Gemfile",
"Gemfile.lock",
@@ -28,10 +28,11 @@
"lib/peaty/user.rb",
"peaty.gemspec",
"test/.gitignore",
"test/fixtures/bugs.xml",
"test/fixtures/chores.xml",
+ "test/fixtures/create_story.xml",
"test/fixtures/features.xml",
"test/fixtures/iterations.xml",
"test/fixtures/iterations_done.xml",
"test/fixtures/project.xml",
"test/fixtures/projects.xml",
@@ -44,18 +45,17 @@
"test/test_helper.rb"
]
s.homepage = %q{http://github.com/mtodd/peaty}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.7}
+ s.rubygems_version = %q{1.5.2}
s.summary = %q{Pivotal Tracker API Implementation}
s.test_files = [
"test/peaty_test.rb",
"test/test_helper.rb"
]
if s.respond_to? :specification_version then
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activesupport>, ["~> 3.0.1"])
s.add_runtime_dependency(%q<nokogiri>, [">= 0"])