zanders 1.1.5 → 1.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: 6a4882f7aa002da3fa1510f9cd291efd5b5111dd
4
- data.tar.gz: a2c72f8e4073d6b7af06c40a048bc22327c46b13
3
+ metadata.gz: 287ed6e387d5190f7dc142f2d7ad2e38029661da
4
+ data.tar.gz: 993622d176d99e72e474be05c4a9ee4731c202cd
5
5
  SHA512:
6
- metadata.gz: 55651d430bfd4f458362f6873ff6b068cb34b9dc114142af46cb4a97f87f855d7bba73abccab6ba144f0fe7c099c3cdb1527b2e0a1145a9001b11014d716a469
7
- data.tar.gz: 8e5f47522d70cff1aa2268cb48f82e8f9a517613e0c15a26924968aabefe1de119dd28a481ad12f916032540ac945ebd5756cdce410db2bc206b22639e28681e
6
+ metadata.gz: c4a6c502f42b4d2c62a4f69a15ee895dded0c4123eeb71276eafd402b492ae599b807b9eeb76843df2799b9d93174c2e1314f105281edc56a966915d151651be
7
+ data.tar.gz: 3e1eb0a66d8fb64443f8bc94205f72066d84cf00979bf28752d9b1cbb374c1ca5d43a7f734e1a2152ae60332c787baa4a0160ffe2f743e141a82bb7e07532af1
@@ -78,8 +78,8 @@ module Zanders
78
78
  { key: 'fflno', value: hash[:fflno] },
79
79
  { key: 'fflexp', value: hash[:fflexp] }
80
80
  ]
81
- },
82
- testing: true
81
+ }
82
+ #testing: true
83
83
  }
84
84
  end
85
85
 
@@ -95,8 +95,8 @@ module Zanders
95
95
  def build_request_data(hash)
96
96
  {
97
97
  username: @username,
98
- password: @password,
99
- testing: true
98
+ password: @password
99
+ #testing: true
100
100
  }.merge(hash)
101
101
  end
102
102
 
@@ -174,8 +174,8 @@ module Zanders
174
174
  order: { "xsi:type" => "ns2:Map" }
175
175
  },
176
176
  username: @username,
177
- password: @password,
178
- testing: true
177
+ password: @password
178
+ #testing: true
179
179
  }
180
180
 
181
181
  hash
@@ -1,3 +1,3 @@
1
1
  module Zanders
2
- VERSION = "1.1.5"
2
+ VERSION = "1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zanders
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: '1.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Knight
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-02 00:00:00.000000000 Z
11
+ date: 2017-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri