intacctrb 0.8.9 → 0.8.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f1b50e983375b94cf6a2e31349c1b9a4a16bb2ba2454f4ebb9e19cd6d714988
4
- data.tar.gz: 198e600170ceb45fa06556ff077d9bab4d0e9be5a5d1918f4893558114990425
3
+ metadata.gz: cd0867fef34db93418c57a0b4646dedef0ec72dc2fca821e15466f36e84a5039
4
+ data.tar.gz: '083a7142dfe1fa27881aa97b20985811bc3509862fc3d549a05eda129f09dc15'
5
5
  SHA512:
6
- metadata.gz: 36a29fa55a4bdd461682deada3e85c9a94e197c9dd08cda1b11d690a9ca3e434acf599eaf13f9c8f341e343c0cba0850b8afeff716ff4db6da40c11600df4319
7
- data.tar.gz: 52eef2ef4ba87dbb1dccd58971ac2af88c51d9d170967e43cc5f5220658015bbc9c7b70c8a08711e7c5980573522334374b1885f8d3285ff17d696758951ba3f
6
+ metadata.gz: b395b07eefe66fd27ee01847c1ea4343d3c12398df0e7ca9a7c7692f0ed78ecabc7d39b3b75f2fdf295796e858976f3c2188581376b38f1396ca6162a7fe3631
7
+ data.tar.gz: f6ffb9aa038473a034eb84e4838d635ee694fca6082bdb8b47db6ae5d7a3325cf64dcc28560e21e2ef459a40d55ffa6499a875f3a5cd69fabc3a8a699f6071d9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- intacctrb (0.8.9)
4
+ intacctrb (0.8.10)
5
5
  hooks
6
6
  nokogiri
7
7
 
@@ -11,10 +11,10 @@ module IntacctRB
11
11
 
12
12
  if successful?
13
13
  data = OpenStruct.new({
14
- id: response.at("//EMPLOYEE/RECORDNO").try(:content),
15
- name: response.at("//EMPLOYEE/PERSONALINFO/CONTACTNAME").try(:content),
16
- contact_id: response.at("//EMPLOYEE/CONTACTKEY").try(:content),
17
- employee_id: response.at("//EMPLOYEE/EMPLOYEEID").try(:content)
14
+ id: response.at("//RECORDNO").try(:content),
15
+ name: response.at("//PERSONALINFO/CONTACTNAME").try(:content),
16
+ contact_id: response.at("//CONTACTKEY").try(:content),
17
+ employee_id: response.at("//EMPLOYEEID").try(:content)
18
18
  })
19
19
  end
20
20
 
@@ -1,3 +1,3 @@
1
1
  module IntacctRB
2
- VERSION = "0.8.9"
2
+ VERSION = "0.8.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intacctrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.9
4
+ version: 0.8.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Hale