standup.gemspec in standup-0.3.23 vs standup.gemspec in standup-0.3.24

- 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{standup} - s.version = "0.3.23" + s.version = "0.3.24" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Ilia Ablamonov", "Artem Orlov", "Cloud Castle Inc."] - s.date = %q{2011-03-14} + s.date = %q{2011-03-22} s.default_executable = %q{standup} s.email = %q{ilia@flamefork.ru} s.executables = ["standup"] s.extra_rdoc_files = [ "LICENSE", @@ -84,13 +84,14 @@ "scripts/webapp/webapp.conf", "standup.gemspec" ] s.homepage = %q{https://github.com/cloudcastle/standup} s.require_paths = ["lib"] - s.rubygems_version = %q{1.4.2} + s.rubygems_version = %q{1.3.7} s.summary = %q{Standup is an application deployment and infrastructure management tool for Rails and Amazon EC2} 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<trollop>, [">= 1.16"]) s.add_runtime_dependency(%q<i18n>, [">= 0.5.0"])