ledger_sync-netsuite 0.4.2 → 0.5.0

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: 5002506e69ca05fff5b1035120266a8b0149e719c79fff7a3421dd28e5b8eea5
4
- data.tar.gz: 1175713eac9d4f28512211cac9218f06fc9b6fc39f3509812ec08ae82aa95a58
3
+ metadata.gz: 47a754744aecd65f4d0176a42948a250003fa88487e03f35c57be5abb1538938
4
+ data.tar.gz: c64f9c4392b2d4b7fd728fd46e913b594111896e1e2f903db709f8060b9fe957
5
5
  SHA512:
6
- metadata.gz: 28320ee39e340994adc11c1cd692f07074ceff443276b39f9711be7bec3d856634a6eb9cc343a81cc31a9c68e24874d965a4f6e934a9d6efb659f9616d742f6e
7
- data.tar.gz: 2bb66ebffd66340dafc94419f389ff496c50b4baa667d4a1aa690a76d1c4889c6986deca8d97681f185fddb70142ba9325440535ec12b8226d587ecadceee1dc
6
+ metadata.gz: 64c7ee3b3b0ea8cc199264110a73b8452626a1f49c4bcd8917e7eff4a8cc62e080db1a2993a05434a9ebf5b98a6ce01fd9045431601ef596303c56efe4e10693
7
+ data.tar.gz: a7b4a422f16998f89a45b4f4c02ea539fa6e47443d7a9b5e86a77d6e58176870df492162f4a0e0e5fa6aaa4a430ff679cf3cfc014a44d398120e109bd008b2d4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ledger_sync-netsuite (0.4.2)
4
+ ledger_sync-netsuite (0.5.0)
5
5
  dotenv
6
6
  ledger_sync (>= 2.4)
7
7
  nokogiri
@@ -10,6 +10,8 @@ module LedgerSync
10
10
  attribute :companyName,
11
11
  hash_attribute: :companyname
12
12
  attribute :phone
13
+ attribute :lastModifiedDate,
14
+ hash_attribute: :lastmodifieddate
13
15
  end
14
16
  end
15
17
  end
@@ -10,6 +10,7 @@ module LedgerSync
10
10
  attribute :firstName, type: LedgerSync::Type::String
11
11
  attribute :lastName, type: LedgerSync::Type::String
12
12
  attribute :phone, type: LedgerSync::Type::String
13
+ attribute :lastModifiedDate, type: Type::String
13
14
 
14
15
  references_one :subsidiary, to: Subsidiary
15
16
  end
@@ -11,6 +11,7 @@ module LedgerSync
11
11
  attribute :first_name, type: Type::String
12
12
  attribute :last_name, type: Type::String
13
13
  attribute :phone_number, type: Type::String
14
+ attribute :lastModifiedDate, type: Type::String
14
15
  references_one :subsidiary, to: Subsidiary
15
16
 
16
17
  def name
@@ -13,6 +13,9 @@ module LedgerSync
13
13
 
14
14
  attribute :phone_number,
15
15
  hash_attribute: :phone
16
+
17
+ attribute :lastModifiedDate,
18
+ hash_attribute: :lastmodifieddate
16
19
  end
17
20
  end
18
21
  end
@@ -3,7 +3,7 @@
3
3
  # :nocov:
4
4
  module LedgerSync
5
5
  module NetSuite
6
- VERSION = '0.4.2'
6
+ VERSION = '0.5.0'
7
7
 
8
8
  def self.version
9
9
  if ENV['PRE_RELEASE']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ledger_sync-netsuite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Modern Treasury
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-02-17 00:00:00.000000000 Z
11
+ date: 2023-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print