intacctrb 0.8.14 → 0.8.15

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
  SHA256:
3
- metadata.gz: ed1df4148e59c195cc133edd2def13c480c8584339ea5ab3b0f4a6def2a94fb9
4
- data.tar.gz: a2ee1eed41855eb140b08ea1d07c1eef3b0eb0da37c3106d6c1933cd2513522c
3
+ metadata.gz: 7dde2a995358bb0c18a3c634cd0b6f4bb6898df7dbc6e4a2df810e78ade473e2
4
+ data.tar.gz: c9f1b66472f0ccd35fb23a512daba273df60dda2ef0092f602ee0317e01b30ed
5
5
  SHA512:
6
- metadata.gz: ac9e627e15a1a9f28ecc03294e738ba476324b8220be6470b65a2c94c5cc4edb633aaa5f1fa5189c51b2a233fe01b40fcee7771fee09b5c0281d67e8c541623d
7
- data.tar.gz: cb3217b309188372b31b142cc8eb0a55855350b84bffa2a1e5bf9bac7f65db8fd713a9d0a4152acf33d12f3b2569383e63e861d7ca7e25d59230d92a9c5f0831
6
+ metadata.gz: 6afca514fd5cf459c2527008b30927bf4cd9ce3feb9481f3cc6d5939463c2e2fb8ee7a4b7a18af97f6ad040b901e9383572f0a0143907f706a1b32d4bfe389c6
7
+ data.tar.gz: 59f3836317fd89f59aaa0d48578ab509e01351cca24dd6f7cb540fa95fb090426a344bdb3add68a042ced42fc70c373f3c59d35ebbb48d245bacf631af6fea1f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- intacctrb (0.8.14)
4
+ intacctrb (0.8.15)
5
5
  hooks
6
6
  nokogiri
7
7
 
@@ -164,14 +164,14 @@ module IntacctRB
164
164
  xml.customfields {
165
165
  if object.empower_id
166
166
  xml.customfield {
167
- xml.customfield_name 'empower_id'
168
- xml.customfield_value object.empower_id
167
+ xml.customfieldname 'empower_id'
168
+ xml.customfieldvalue object.empower_id
169
169
  }
170
170
  end
171
171
  if object.empower_class
172
172
  xml.customfield {
173
- xml.customfield_name 'empower_class'
174
- xml.customfield_value object.empower_class
173
+ xml.customfieldname 'empower_class'
174
+ xml.customfieldvalue object.empower_class
175
175
  }
176
176
  end
177
177
  }
@@ -1,3 +1,3 @@
1
1
  module IntacctRB
2
- VERSION = "0.8.14"
2
+ VERSION = "0.8.15"
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.14
4
+ version: 0.8.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Hale