fortnox-api 0.5.1 → 0.5.2

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: 4d8fc3b0fdc7a0607b2e59fed12d7a75cdf0d639
4
- data.tar.gz: a264fdcaf99633a745933703429e66e7e392f588
3
+ metadata.gz: 113b527cce0d100ad4761cfa327656b555b51195
4
+ data.tar.gz: 2d4208d6e1351af9805648a8b1d23c33fa95525f
5
5
  SHA512:
6
- metadata.gz: 3e5cf685a4446c00313f08147285b9dd2cba898e04833830b5f69cd4f7d2dd47db8850a5fca5a8eb5e7ab9183a81de06f0515cea93b6e989e5411a52218c86dc
7
- data.tar.gz: e83d38bbc2e8097738f06f367e82dbe228af734f607857a3c3000e01d74177d4e59a7da4e007cc4527ee25427ac8e17bd3f0e277f34759aec2b8e5095accf209
6
+ metadata.gz: f49abab85ed3a8311f601966976e4f27be08f507c4a66ea849dff5d770d66e25a00fac08d4bf87670dbce71eae5da62f12e0aaf28232ec838f9aebb503742808
7
+ data.tar.gz: 47b6e6dad83329cb2d38b1e97531427c72b55cb91ca8ca3c5b175973a8e4db798fc964c3f77c54b6047b24a75c882d1697ac23ac97443e4b8f1b2c224c56d319
@@ -16,7 +16,7 @@ module Fortnox
16
16
 
17
17
  require 'fortnox/api/types/sized'
18
18
 
19
- AccountNumber = Strict::Int.constrained( gt: 0, lteq: 9999 ).optional
19
+ AccountNumber = Strict::Int.constrained( gteq: 0, lteq: 9999 ).optional
20
20
 
21
21
  ArticleType = Strict::String.constrained( included_in: ArticleTypes.values ).optional.constructor( EnumConstructors.default )
22
22
 
@@ -1,5 +1,5 @@
1
1
  module Fortnox
2
2
  module API
3
- VERSION = "0.5.1".freeze
3
+ VERSION = "0.5.2".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fortnox-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Schubert Erlandsson
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-01-02 00:00:00.000000000 Z
13
+ date: 2018-02-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: httparty