api_six_client 1.4.15 → 1.4.16

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: 176633fdcd2899f81314595967660398a580ceffc47f0c77c12652c80df265de
4
- data.tar.gz: b08f4742eb10849eb1d4dd91fd5a60f024c09655ba55ccefae0a88b809a0b667
3
+ metadata.gz: 2e88afd1d5176f679edff83faae5afbf5f6948c66979c88502fdfed66f5df202
4
+ data.tar.gz: fb6759241f0bcfd6d9f2c8cbbfbb189a973e6d5fe3f92b4da2a720f5d00856f8
5
5
  SHA512:
6
- metadata.gz: a9c93a41ec555426e41030b4c631d4a704af10bf8c6b8cf57f35e6e2fb0e50933e7085b81b01713d95ed144982988cb87041afcd45fb37c3f1d4ad78ccd3759b
7
- data.tar.gz: 5af753a60ded22561480754963134c3cbeeaa10e407c074ed2d7b2f29b79dd018c18db65154b19631533fb63e15e26cdc241e7e3b5e2b23e029105b08f672aee
6
+ metadata.gz: 1ca5d61b16457d733628e2cbebbaddb58514b3d65232e319351633a87a511f359d1626d26bc8725d0279e12abf852b045bd6b3d5373ed45ce753cfdcae3b7e15
7
+ data.tar.gz: b908e85def0e685510aafdbc72d99db8d3a87833cdab3bedcc10d8ada3709e3582da9b4e164996f1cdc5953235cbe26535caeb5e2b561935184da375a7907db3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- api_six_client (1.4.15)
4
+ api_six_client (1.4.16)
5
5
  faraday (~> 2)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApiSixClient
4
- VERSION = "1.4.15"
4
+ VERSION = "1.4.16"
5
5
  end
@@ -42,6 +42,7 @@ module ApiSixClient
42
42
  class FinnInt < BaseInt; end
43
43
  class LyrInt < BaseInt; end
44
44
  class GbkInt < BaseInt; end
45
+ class StataInt < BaseInt; end
45
46
  class Val < BaseInt; end
46
47
  end
47
48
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_six_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.15
4
+ version: 1.4.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene Dobrorodnov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday