lolsoap 0.4.1 → 0.4.2
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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/lolsoap/wsdl_parser.rb +1 -1
- data/lolsoap.gemspec +3 -3
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 70c9d43e10a4416609eb3eb5a9af91f71f279c3f
|
|
4
|
+
data.tar.gz: edebdbc665e6f41416241807e6166669f4504de4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13e9cee35f6f3beee983e302df03902ad407e1a9a9f0d41dde9fe3ed00564c1b7f997a192fd3f352225378f57f8db295f2dc1351a45f0ee29f143b40f3412fcc
|
|
7
|
+
data.tar.gz: d54666737a235460e8165b410475cc62d62d7352a3f605530bc71cab1fc6ff5c4ce968346ebe171212447518f57d82035bc7f9c5fb7ac8f9724fcd736b46f403
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.2
|
data/lib/lolsoap/wsdl_parser.rb
CHANGED
data/lolsoap.gemspec
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: lolsoap 0.4.
|
|
5
|
+
# stub: lolsoap 0.4.2 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "lolsoap"
|
|
9
|
-
s.version = "0.4.
|
|
9
|
+
s.version = "0.4.2"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.authors = ["Jon Leighton"]
|
|
13
|
-
s.date = "2013-
|
|
13
|
+
s.date = "2013-12-09"
|
|
14
14
|
s.description = "A library for dealing with SOAP requests and responses. We tear our hair out so you don't have to."
|
|
15
15
|
s.email = "j@jonathanleighton.com"
|
|
16
16
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lolsoap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jon Leighton
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-12-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|
|
@@ -162,4 +162,3 @@ signing_key:
|
|
|
162
162
|
specification_version: 4
|
|
163
163
|
summary: A library for dealing with SOAP requests and responses.
|
|
164
164
|
test_files: []
|
|
165
|
-
has_rdoc:
|