capistrano-campfire.gemspec in capistrano-campfire-0.1.2 vs capistrano-campfire.gemspec in capistrano-campfire-0.1.3

- 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{capistrano-campfire} - s.version = "0.1.2" + s.version = "0.1.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Joshua Nichols"] - s.date = %q{2011-01-29} + s.date = %q{2011-10-03} s.description = %q{ capistrano-tinder is a very simple library for making a Campfire room accessible from capistrano. All it does is provide said access, and nothing more, preferring to let other gems do that trickery. } s.email = %q{josh@technicalpickles.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" @@ -24,24 +24,19 @@ "VERSION", "capistrano-campfire.gemspec", "capistrano-tinder.gemspec", "lib/capistrano-campfire.rb", "lib/capistrano/campfire.rb", - "spec/capistrano-tinder_spec.rb", + "spec/capistrano-campfire_spec.rb", "spec/spec.opts", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/technicalpickles/capistrano-campfire} s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} + s.rubygems_version = %q{1.4.2} s.summary = %q{Post to Campfire from capistrano} - s.test_files = [ - "spec/capistrano-tinder_spec.rb", - "spec/spec_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<tinder>, [">= 0"]) s.add_development_dependency(%q<rspec>, [">= 1.2.9"])