soap-object 0.6 → 0.6.1

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NDY1ZDczZWRmYWI2ODJjZWQyMmRhNWI2YmU5ZWE0NjM1OTkwNWNmZQ==
4
+ ZmRlYzEyYjQ5ODY2Nzk4NGNmYTMwZTI3Y2ExZjJiMjEzZTc5NGQyYg==
5
5
  data.tar.gz: !binary |-
6
- NjM3MGZhNzQzYjFlOGYyZWY5OWViNzY2YzEyZjBlM2I1MDRkM2JkOQ==
6
+ MjA3OGEwODE4MDFlMWMwMTA3MDQ3MWUwZjQyZTVlNjFlYmI1YTQwYw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YWYyYThjNmM1ZWZmOGE3NmY0ZTJmMDk2MGVjYzI5ZjY1MzFmYzA3MTk0NWU3
10
- YmI4NGE3YWZhNzgwMzVlNjhmMTg2NTQyNzQ0M2IzMjZmNDc0YjJkOTE2NDM1
11
- MTA4NmQyNWIyOWYwZjZiNDE4ODUyZTk3MzZlZmYxNjI4ZjMzMjk=
9
+ ZWE1YmNjYzQ2NzhiMjI4NDQ2ZTk3M2NlODg5ZGExZWJhYmI1OGRjMjBjZjE0
10
+ Mjc5N2ZkY2RmMGNlNTYyYTgwNzY5OWQ2Y2E5MWI5MmJjZTcwMDUzZGI3MzNi
11
+ ZDA0YzNkNjc3MTY0ZTczYzI5ZTdjOTRlYjkyOGVlM2M2YWFjMDE=
12
12
  data.tar.gz: !binary |-
13
- NjUyMzU0ZGYwNTdiMDk4ZTZlNDIxZDIyMTBlNjM3NmQxNmY3YTg2NzNhZDg4
14
- MWJiOTE4NzU2M2Y0YzY3ZDYzYzczZjU3MjU5ZWExNzIxM2QyMDQyNTM3ZmQ2
15
- ZGYyOGY2MTNkZDgyNWM3NGVlY2RmYTM2ZjZhYjVmZDZhYjI1ZWM=
13
+ Njg5NGEwMDBhYzI3MTIxODczMTk2NWZmMTI2ZDEzZTg5MWY3NzczNDZmYWM1
14
+ Y2EzYmJlNGE3N2RjZjU2YTU3YTA2Njk1NjFiYWYyYzVhMGQxYmQyM2MxMTVi
15
+ Yjc2YzE3YWQzNjBmNWIzZGZkNWFhNmViMDYwN2U1ZTE2YzYwZGM=
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ === Version 0.6.1 / 2015-3-12
2
+ * Enhancements
3
+ * Added xpath method to return to allow user to access path directly
4
+
1
5
  === Version 0.6 / 2014-12-22
2
6
  * Enhancements
3
7
  * Added ability to call operation with hand rolled xml
data/lib/soap-object.rb CHANGED
@@ -66,6 +66,13 @@ module SoapObject
66
66
  response.to_xml
67
67
  end
68
68
 
69
+ #
70
+ # Return value at xpath
71
+ #
72
+ def xpath(path)
73
+ doc.xpath(path)
74
+ end
75
+
69
76
  #
70
77
  # Return the response as a Hash
71
78
  #
@@ -1,5 +1,5 @@
1
1
  module Soap
2
2
  module Object
3
- VERSION = "0.6"
3
+ VERSION = "0.6.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soap-object
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.6'
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeffrey S. Morgan
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-12-22 00:00:00.000000000 Z
12
+ date: 2015-03-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: savon