dougbarth-actionwebservice 2.3.3 → 2.3.4
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/lib/action_web_service/version.rb +1 -1
- metadata +4 -5
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dougbarth-actionwebservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Leon Breedt, Kent Sibilev
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - "="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 2.3.
|
23
|
+
version: 2.3.4
|
24
24
|
version:
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: activerecord
|
@@ -30,7 +30,7 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 2.3.
|
33
|
+
version: 2.3.4
|
34
34
|
version:
|
35
35
|
description: Adds WSDL/SOAP and XML-RPC web service support to Action Pack
|
36
36
|
email: bitserf@gmail.com, ksibilev@yahoo.com
|
@@ -142,7 +142,6 @@ files:
|
|
142
142
|
- generators/web_service/web_service_generator.rb
|
143
143
|
has_rdoc: true
|
144
144
|
homepage: http://www.rubyonrails.org
|
145
|
-
licenses:
|
146
145
|
post_install_message:
|
147
146
|
rdoc_options: []
|
148
147
|
|
@@ -163,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
163
162
|
requirements:
|
164
163
|
- none
|
165
164
|
rubyforge_project: aws
|
166
|
-
rubygems_version: 1.
|
165
|
+
rubygems_version: 1.2.0
|
167
166
|
signing_key:
|
168
167
|
specification_version: 2
|
169
168
|
summary: Web service support for Action Pack.
|