elmas 2.3.0 → 2.3.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: 635ac72f72746cb6497eeb2a6ec581fb8e7618e8
4
- data.tar.gz: 63579562a14583b3bcf9c1fc7f8c8151667d75b9
3
+ metadata.gz: 3b3e7e0934dd776e73e4182ffe5278b8ab673832
4
+ data.tar.gz: 6efd802326dc8e08b1c71ae8f811b243b974f893
5
5
  SHA512:
6
- metadata.gz: 2d2be5773f938dfb239a4cf7d6a7d33d355d1b536eed971065e7d32e48c9125f18728c236aa0bf07017f54bd7f0b09c459411fa7314b999f06dd932075e46c1b
7
- data.tar.gz: 0917567a97ccee2d1d7aaa5c0a8623b4f40894b847f1798b2966002b2952f65f1fc4587c1cbf96f61ae30597b0809be2e9c7797ca4479211b13571a8d5fd52c4
6
+ metadata.gz: e4a4b05e5095b087052e963f2d14a2bc0cc0139c39f4c6994a91bd33f3bc326ba48346a9e98d261582972e8c61fd8be2e0f7f50b7966527e50ed1323485c9f5a
7
+ data.tar.gz: d8b39f35fd7240e640fc7cc4823489095ae02e54108c682e58635437d0249f265bc305e469f19e9027e9a943552ee7a4c7d0e2ea6efbb30648f939c213e32d39
data/Changelog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.3.0
2
+
3
+ - add PaymentCondition resource (fb072e97394bdefd499d432336f7303d4befc4b0)
4
+
1
5
  ## 2.2.2
2
6
 
3
7
  - Fix rubocop issues and specs
@@ -13,7 +13,7 @@ module Elmas
13
13
  def other_attributes
14
14
  [
15
15
  :currency, :bank_statement_document, :closing_balance_FC, :entry_number,
16
- :financial_period, :financial_year, :openening_balance_FC
16
+ :financial_period, :financial_year, :opening_balance_FC
17
17
  ]
18
18
  end
19
19
  end
@@ -16,7 +16,7 @@ module Elmas
16
16
  SHARED_LINE_ATTRIBUTES.inject(
17
17
  [
18
18
  :employee, :end_time, :line_number, :start_time, :subscription,
19
- :VAT_amount_DC, :VAT_amount_FC
19
+ :VAT_amount_DC, :VAT_amount_FC, :GL_account
20
20
  ],
21
21
  :<<
22
22
  )
data/lib/elmas/version.rb CHANGED
@@ -2,7 +2,7 @@ module Elmas
2
2
  class Version
3
3
  MAJOR = 2
4
4
  MINOR = 3
5
- PATCH = 0
5
+ PATCH = 1
6
6
 
7
7
  class << self
8
8
  def to_s
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elmas
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marthyn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-20 00:00:00.000000000 Z
11
+ date: 2016-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday