block_io 3.0.1 → 3.0.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 +4 -4
- data/README.md +1 -0
- data/block_io.gemspec +3 -3
- data/lib/block_io/chainparams/LTC.yml +1 -1
- data/lib/block_io/version.rb +1 -1
- metadata +21 -21
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 04ac726371db4f0ba948b04d19cf556427c593029ec883f1883c4c37bf215e3e
|
|
4
|
+
data.tar.gz: b705bb847c6af978f583580762e05183403478612866c63fb76377508c748aeb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5706382a756eb2d06c8ee744dac42ac09c83a8b48465a3d7b2d602829d2c8c0879ae4e7aa9adc4fff63665de84ecbb00c8f4f7ec9160dd3b70c54163e1f44b48
|
|
7
|
+
data.tar.gz: 44483df6c48b4d839f33173939a388bb7bb674881d920c9e987776b8452be3dcae92847c145f70764972e2e709b649e31967e6b1be27db71b346d1a6334eba73
|
data/README.md
CHANGED
|
@@ -17,6 +17,7 @@ Or install it yourself as:
|
|
|
17
17
|
$ gem install block_io
|
|
18
18
|
|
|
19
19
|
## Changelog
|
|
20
|
+
*07/21/21*: Version 3.0.2 fixes Litecoin P2SH address version.
|
|
20
21
|
*06/09/21*: Version 3.0.1 implements use of dynamic decryption algorithms.
|
|
21
22
|
*04/14/21*: BREAKING CHANGES. Version 3.0.0. Remove support for Ruby < 2.4.0, and Windows. Behavior and interfaces have changed. By upgrading you'll need to revise your code and tests.
|
|
22
23
|
|
data/block_io.gemspec
CHANGED
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
|
|
|
23
23
|
spec.add_development_dependency "rspec", "~> 3.6", ">= 3.6"
|
|
24
24
|
spec.add_development_dependency "webmock", "~> 3.12", "< 4.0"
|
|
25
25
|
spec.add_runtime_dependency "bitcoinrb", "~> 0.7.0", "= 0.7.0"
|
|
26
|
-
spec.add_runtime_dependency "http", "
|
|
27
|
-
spec.add_runtime_dependency "oj", "~> 3.
|
|
28
|
-
spec.add_runtime_dependency "connection_pool", "
|
|
26
|
+
spec.add_runtime_dependency "http", ">= 4.4.1", "< 6.0"
|
|
27
|
+
spec.add_runtime_dependency "oj", "~> 3.0", "< 4.0"
|
|
28
|
+
spec.add_runtime_dependency "connection_pool", ">= 2.2", "< 3.0"
|
|
29
29
|
end
|
data/lib/block_io/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: block_io
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Atif Nazir
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-07-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -114,62 +114,62 @@ dependencies:
|
|
|
114
114
|
name: http
|
|
115
115
|
requirement: !ruby/object:Gem::Requirement
|
|
116
116
|
requirements:
|
|
117
|
-
- - "~>"
|
|
118
|
-
- !ruby/object:Gem::Version
|
|
119
|
-
version: 4.4.1
|
|
120
117
|
- - ">="
|
|
121
118
|
- !ruby/object:Gem::Version
|
|
122
119
|
version: 4.4.1
|
|
120
|
+
- - "<"
|
|
121
|
+
- !ruby/object:Gem::Version
|
|
122
|
+
version: '6.0'
|
|
123
123
|
type: :runtime
|
|
124
124
|
prerelease: false
|
|
125
125
|
version_requirements: !ruby/object:Gem::Requirement
|
|
126
126
|
requirements:
|
|
127
|
-
- - "~>"
|
|
128
|
-
- !ruby/object:Gem::Version
|
|
129
|
-
version: 4.4.1
|
|
130
127
|
- - ">="
|
|
131
128
|
- !ruby/object:Gem::Version
|
|
132
129
|
version: 4.4.1
|
|
130
|
+
- - "<"
|
|
131
|
+
- !ruby/object:Gem::Version
|
|
132
|
+
version: '6.0'
|
|
133
133
|
- !ruby/object:Gem::Dependency
|
|
134
134
|
name: oj
|
|
135
135
|
requirement: !ruby/object:Gem::Requirement
|
|
136
136
|
requirements:
|
|
137
137
|
- - "~>"
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
|
-
version: '3.
|
|
140
|
-
- - "
|
|
139
|
+
version: '3.0'
|
|
140
|
+
- - "<"
|
|
141
141
|
- !ruby/object:Gem::Version
|
|
142
|
-
version: '
|
|
142
|
+
version: '4.0'
|
|
143
143
|
type: :runtime
|
|
144
144
|
prerelease: false
|
|
145
145
|
version_requirements: !ruby/object:Gem::Requirement
|
|
146
146
|
requirements:
|
|
147
147
|
- - "~>"
|
|
148
148
|
- !ruby/object:Gem::Version
|
|
149
|
-
version: '3.
|
|
150
|
-
- - "
|
|
149
|
+
version: '3.0'
|
|
150
|
+
- - "<"
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
|
-
version: '
|
|
152
|
+
version: '4.0'
|
|
153
153
|
- !ruby/object:Gem::Dependency
|
|
154
154
|
name: connection_pool
|
|
155
155
|
requirement: !ruby/object:Gem::Requirement
|
|
156
156
|
requirements:
|
|
157
|
-
- - "~>"
|
|
158
|
-
- !ruby/object:Gem::Version
|
|
159
|
-
version: 2.2.5
|
|
160
157
|
- - ">="
|
|
161
158
|
- !ruby/object:Gem::Version
|
|
162
159
|
version: '2.2'
|
|
160
|
+
- - "<"
|
|
161
|
+
- !ruby/object:Gem::Version
|
|
162
|
+
version: '3.0'
|
|
163
163
|
type: :runtime
|
|
164
164
|
prerelease: false
|
|
165
165
|
version_requirements: !ruby/object:Gem::Requirement
|
|
166
166
|
requirements:
|
|
167
|
-
- - "~>"
|
|
168
|
-
- !ruby/object:Gem::Version
|
|
169
|
-
version: 2.2.5
|
|
170
167
|
- - ">="
|
|
171
168
|
- !ruby/object:Gem::Version
|
|
172
169
|
version: '2.2'
|
|
170
|
+
- - "<"
|
|
171
|
+
- !ruby/object:Gem::Version
|
|
172
|
+
version: '3.0'
|
|
173
173
|
description: This Ruby Gem is the official reference client for the Block.io payments
|
|
174
174
|
API. To use this, you will need the Dogecoin, Bitcoin, or Litecoin API key(s) from
|
|
175
175
|
Block.io. Go ahead, sign up :)
|
|
@@ -304,7 +304,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
304
304
|
- !ruby/object:Gem::Version
|
|
305
305
|
version: '0'
|
|
306
306
|
requirements: []
|
|
307
|
-
rubygems_version: 3.2.
|
|
307
|
+
rubygems_version: 3.2.22
|
|
308
308
|
signing_key:
|
|
309
309
|
specification_version: 4
|
|
310
310
|
summary: An easy to use Dogecoin, Bitcoin, Litecoin wallet API by Block.io. Sign up
|