intacctrb 0.6.0 → 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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 16089eefc09b3fca5b2ba31bc760d088241f7e0c
4
- data.tar.gz: ba01c55569d7941d235871fa8eba8ff5bd654908
3
+ metadata.gz: dbe07857fe82bce831cfbb3e16d82156d4e73586
4
+ data.tar.gz: a16f0fef513010b622a51604e12e1978b331839d
5
5
  SHA512:
6
- metadata.gz: cc67acebb2067b80fb9e1bcf06242bfe1fc747dacb83f4ff46d44b10ff8a61be8dfd1ab2974c388ca8a521c09207fd0e1fb77f061549d978ab3e99d105193dd1
7
- data.tar.gz: 80c3600d0e56bde8fc3dd9b842c0bee11332e190031f6d17622418ec5ca27d3920c2aa54cc4f997976ddb66c31c7030931a9b179186a75a29201ad2878d25733
6
+ metadata.gz: 4b6bd55466a49075eaa58ed5155169f9c6d665d3686fe4106cdd038c33e7092b73382345c23b345929cd575796c02b40602a34996f10a6700bc2cf41ba032b46
7
+ data.tar.gz: 4d7e43377605d27e9bd3117ba997f0f0ae682b9171a93ff39ee5fb10c0b12d6b06b120d51d81cec55b405341cc60c775e4f31df1b3086ea893ba1c559f77313d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- intacctrb (0.6.0)
4
+ intacctrb (0.6.1)
5
5
  hooks
6
6
  nokogiri
7
7
 
@@ -174,10 +174,10 @@ module IntacctRB
174
174
  xml.description row[:memo]
175
175
  xml.location row[:location_id] if row[:location_id]
176
176
  xml.department row[:department_id] if row[:department_id]
177
- xml.customer row[:customer_id] if row[:customer_id]
178
- xml.employee row[:employee_id] if row[:employee_id]
177
+ xml.customerid row[:customer_id] if row[:customer_id]
178
+ xml.employeeid row[:employee_id] if row[:employee_id]
179
179
  xml.projectid row[:project_id] if row[:project_id]
180
- xml.item row[:item_id] if row[:itemid]
180
+ xml.itemid row[:item_id] if row[:itemid]
181
181
  xml.classid row[:class_id] if row[:class_id]
182
182
  }
183
183
  end
@@ -1,3 +1,3 @@
1
1
  module IntacctRB
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
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.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Hale