soap5r.gemspec in soap5r-2.0.0 vs soap5r.gemspec in soap5r-2.0.0.20120130130121

- old
+ new

@@ -2,10 +2,10 @@ require File.join(File.dirname(__FILE__), 'lib', 'soap', 'version') SPEC = Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'soap5r' - s.version = SOAP::VERSION::STRING # + (ENV['PKG_BUILD'] ? ".#{ENV['PKG_BUILD']}" : ".#{Time.now.strftime('%Y%m%d%H%M%S')}") + s.version = SOAP::VERSION::STRING + (ENV['PKG_BUILD'] ? ".#{ENV['PKG_BUILD']}" : ".#{Time.now.strftime('%Y%m%d%H%M%S')}") s.summary = "An updated implementation of SOAP 1.1 for Ruby 1.8 and 1.9." s.description = "An updated implementation of SOAP 1.1 for Ruby 1.8 and 1.9." s.authors = ["Andrew Forward","Laurence A. Lee","Hiroshi NAKAMURA"] s.email = ["andrew.forward@cenx.com", "rubyjedi@gmail.com", "nahi@ruby-lang.org"] \ No newline at end of file