crypto_cold_store_client 0.1.0 → 1.0.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: 4f7cde1aff8999bac152e579e046cf856bcf94fabeb6d552efc221124dbfbed5
4
- data.tar.gz: 741be03101ca87e021d5a5e8e4e9f777645be6b55a9bc6f8c272ea457d143a22
3
+ metadata.gz: 0dc5f2d5097a5abd5ca48e4995fd278681b54b147d0717e96976929b3ef3c967
4
+ data.tar.gz: ee9524350676251604d0933f4f33f1816d9567f70b1fb36e8cb3889ea308287c
5
5
  SHA512:
6
- metadata.gz: f30010f81a6c7592c0c9241616cc36cb4315e3ae8ed7526848ce694625e5537993e1ee9e9c5ca4be3f77dfcf83a84706da30d74ee90aade5b9ebb44d882fbbb5
7
- data.tar.gz: cfdc219819f273ff8b40593e6b9e924d476969cb5e2b24d250d35212ac22061444d005379a36a1d78c6ee6ba0bc9e74dd24ad0d12d00825bcbff3ee28f590220
6
+ metadata.gz: ad429b737f970b77846860eaea1c61fab1dc0b011d5844efc894a96f434a4cf31722ed606ea750cad22fd6146ebce032c293f163cc20b88653cdc328d89198c0
7
+ data.tar.gz: 6625def0e84a2ec26bc435366227c414ed346f476baff2b1ebfb94d374da92a83d66feed9e4cdf7c7152afc8253ea37602f713803ab60b4aa8bcf5344186febe
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ ## [1.0.0] - 2019-04-08
8
+ ### Added
9
+ - Loosen dry-validation constraint to be >= 0.12.2
10
+
7
11
  ## [0.1.0] - 2018-09-28
8
12
  ### Added
9
13
  - Add `client.get_address`
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- crypto_cold_store_client (0.1.0)
4
+ crypto_cold_store_client (1.0.0)
5
5
  activesupport (>= 5.0.0)
6
6
  api_client_base (~> 1.4)
7
- dry-validation (= 0.12.2)
7
+ dry-validation (>= 0.12.2)
8
8
  gem_config (= 0.3.1)
9
9
  typhoeus (~> 1.3)
10
10
  virtus (~> 1.0)
@@ -12,14 +12,14 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activesupport (5.2.1)
15
+ activesupport (5.2.3)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 0.7, < 2)
18
18
  minitest (~> 5.1)
19
19
  tzinfo (~> 1.1)
20
20
  addressable (2.5.2)
21
21
  public_suffix (>= 2.0.2, < 4.0)
22
- api_client_base (1.4.0)
22
+ api_client_base (1.5.0)
23
23
  activesupport (>= 3.0)
24
24
  gem_config (>= 0.3.1)
25
25
  virtus (>= 1.0)
@@ -31,47 +31,48 @@ GEM
31
31
  coderay (1.1.2)
32
32
  coercible (1.0.0)
33
33
  descendants_tracker (~> 0.0.1)
34
- concurrent-ruby (1.0.5)
34
+ concurrent-ruby (1.1.5)
35
35
  crack (0.4.3)
36
36
  safe_yaml (~> 1.0.0)
37
37
  descendants_tracker (0.0.4)
38
38
  thread_safe (~> 0.3, >= 0.3.1)
39
39
  diff-lcs (1.3)
40
40
  dotenv (2.5.0)
41
- dry-configurable (0.7.0)
41
+ dry-configurable (0.8.2)
42
42
  concurrent-ruby (~> 1.0)
43
- dry-container (0.6.0)
43
+ dry-core (~> 0.4, >= 0.4.7)
44
+ dry-container (0.7.0)
44
45
  concurrent-ruby (~> 1.0)
45
46
  dry-configurable (~> 0.1, >= 0.1.3)
46
47
  dry-core (0.4.7)
47
48
  concurrent-ruby (~> 1.0)
48
- dry-equalizer (0.2.1)
49
+ dry-equalizer (0.2.2)
49
50
  dry-inflector (0.1.2)
50
- dry-logic (0.4.2)
51
- dry-container (~> 0.2, >= 0.2.6)
51
+ dry-logic (0.6.0)
52
+ concurrent-ruby (~> 1.0)
52
53
  dry-core (~> 0.2)
53
54
  dry-equalizer (~> 0.2)
54
- dry-types (0.13.2)
55
+ dry-types (0.14.1)
55
56
  concurrent-ruby (~> 1.0)
56
57
  dry-container (~> 0.3)
57
58
  dry-core (~> 0.4, >= 0.4.4)
58
59
  dry-equalizer (~> 0.2)
59
60
  dry-inflector (~> 0.1, >= 0.1.2)
60
- dry-logic (~> 0.4, >= 0.4.2)
61
- dry-validation (0.12.2)
61
+ dry-logic (~> 0.5, >= 0.5)
62
+ dry-validation (0.13.1)
62
63
  concurrent-ruby (~> 1.0)
63
64
  dry-configurable (~> 0.1, >= 0.1.3)
64
65
  dry-core (~> 0.2, >= 0.2.1)
65
66
  dry-equalizer (~> 0.2)
66
- dry-logic (~> 0.4, >= 0.4.0)
67
- dry-types (~> 0.13.1)
67
+ dry-logic (~> 0.5, >= 0.5.0)
68
+ dry-types (~> 0.14.0)
68
69
  equalizer (0.0.11)
69
- ethon (0.11.0)
70
+ ethon (0.12.0)
70
71
  ffi (>= 1.3.0)
71
- ffi (1.9.25)
72
+ ffi (1.10.0)
72
73
  gem_config (0.3.1)
73
74
  hashdiff (0.3.7)
74
- i18n (1.1.0)
75
+ i18n (1.6.0)
75
76
  concurrent-ruby (~> 1.0)
76
77
  ice_nine (0.11.2)
77
78
  method_source (0.9.0)
@@ -99,7 +100,7 @@ GEM
99
100
  rspec-support (3.8.0)
100
101
  safe_yaml (1.0.4)
101
102
  thread_safe (0.3.6)
102
- typhoeus (1.3.0)
103
+ typhoeus (1.3.1)
103
104
  ethon (>= 0.9.0)
104
105
  tzinfo (1.2.5)
105
106
  thread_safe (~> 0.1)
@@ -128,4 +129,4 @@ DEPENDENCIES
128
129
  webmock (~> 3.4)
129
130
 
130
131
  BUNDLED WITH
131
- 1.16.2
132
+ 1.16.6
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
27
  spec.add_dependency "gem_config", "0.3.1"
28
28
  spec.add_dependency "typhoeus", "~> 1.3"
29
29
  spec.add_dependency "virtus", "~> 1.0"
30
- spec.add_dependency "dry-validation", "0.12.2"
30
+ spec.add_dependency "dry-validation", ">= 0.12.2"
31
31
 
32
32
  spec.add_development_dependency "bundler", "~> 1.16"
33
33
  spec.add_development_dependency "rake", "~> 12.3"
@@ -1,3 +1,3 @@
1
1
  module CryptoColdStoreClient
2
- VERSION = "0.1.0"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crypto_cold_store_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Subido
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-09-28 00:00:00.000000000 Z
11
+ date: 2019-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -84,14 +84,14 @@ dependencies:
84
84
  name: dry-validation
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - '='
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
89
  version: 0.12.2
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - '='
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: 0.12.2
97
97
  - !ruby/object:Gem::Dependency
@@ -226,7 +226,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
226
226
  version: '0'
227
227
  requirements: []
228
228
  rubyforge_project:
229
- rubygems_version: 2.7.3
229
+ rubygems_version: 2.7.9
230
230
  signing_key:
231
231
  specification_version: 4
232
232
  summary: Ruby client for crypto-cold-store