soap5r 2.0.0 → 2.0.0.20120130130121
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/soap5r.gemspec +1 -1
- metadata +3 -3
- data/.gitignore +0 -1
data/soap5r.gemspec
CHANGED
@@ -4,7 +4,7 @@ require File.join(File.dirname(__FILE__), 'lib', 'soap', 'version')
|
|
4
4
|
SPEC = Gem::Specification.new do |s|
|
5
5
|
s.platform = Gem::Platform::RUBY
|
6
6
|
s.name = 'soap5r'
|
7
|
-
s.version = SOAP::VERSION::STRING
|
7
|
+
s.version = SOAP::VERSION::STRING + (ENV['PKG_BUILD'] ? ".#{ENV['PKG_BUILD']}" : ".#{Time.now.strftime('%Y%m%d%H%M%S')}")
|
8
8
|
s.summary = "An updated implementation of SOAP 1.1 for Ruby 1.8 and 1.9."
|
9
9
|
s.description = "An updated implementation of SOAP 1.1 for Ruby 1.8 and 1.9."
|
10
10
|
|
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: soap5r
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 40240260260349
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
9
|
- 0
|
10
|
-
|
10
|
+
- 20120130130121
|
11
|
+
version: 2.0.0.20120130130121
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- Andrew Forward
|
@@ -105,7 +106,6 @@ extensions: []
|
|
105
106
|
extra_rdoc_files: []
|
106
107
|
|
107
108
|
files:
|
108
|
-
- .gitignore
|
109
109
|
- COPYING
|
110
110
|
- GPL
|
111
111
|
- RELEASE_en.html
|
data/.gitignore
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
pkg
|