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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ee38cf2e083adb84d625b0bdc605a9a4db61937
4
- data.tar.gz: ddc078198dc0effc0b64df51a449767512a5693f
3
+ metadata.gz: 70c9d43e10a4416609eb3eb5a9af91f71f279c3f
4
+ data.tar.gz: edebdbc665e6f41416241807e6166669f4504de4
5
5
  SHA512:
6
- metadata.gz: 6f3cc081de403dae71538efe490d16a6af6785fe40fcfe4d271c164f5392596d1b9c85e71fd37c7de033a46dbf187e6606b48b97ea7c0f4244992607f8a5d592
7
- data.tar.gz: 235b61fcb3f6f0fb0860b297ba8019f969d70e3f5af13c60b7844484b09eeff9fa423ca0019b485eab8eb45be314e5fb0746573bd1b19c9f9e2b7eb00538b3c2
6
+ metadata.gz: 13e9cee35f6f3beee983e302df03902ad407e1a9a9f0d41dde9fe3ed00564c1b7f997a192fd3f352225378f57f8db295f2dc1351a45f0ee29f143b40f3412fcc
7
+ data.tar.gz: d54666737a235460e8165b410475cc62d62d7352a3f605530bc71cab1fc6ff5c4ce968346ebe171212447518f57d82035bc7f9c5fb7ac8f9724fcd736b46f403
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.1
1
+ 0.4.2
@@ -216,7 +216,7 @@ module LolSoap
216
216
  end
217
217
 
218
218
  def soap_version
219
- @soap_version ||= namespaces.values.include?(SOAP_1_2) ? '1.2' : '1.1'
219
+ @soap_version ||= doc.at_xpath("//s2:*", "s2" => SOAP_1_2) ? '1.2' : '1.1'
220
220
  end
221
221
 
222
222
  def ns
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.1 ruby lib
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.1"
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-10-22"
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.1
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-10-22 00:00:00.000000000 Z
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: