coinbase 4.2.0 → 4.2.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.
Potentially problematic release.
This version of coinbase might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +9 -3
- data/lib/coinbase/wallet/adapters/net_http.rb +1 -1
- data/lib/coinbase/wallet/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a96f131fddf8231988f0f4cf07acd7de317b6a3d897d408d257d3b4ccd10044
|
4
|
+
data.tar.gz: a8e018bf7d370fa2c649f03df8633fa9e34a11d2ab9bc79d8b9c6a9114cf183d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ada624f015e46697dd669eeba4dd7e6079610c52974357e09dee0fd8d52f8310bb1ba39bf5260296dd47dcf7ca491372b97e3d0f00e397d2b6732a53957a5c41
|
7
|
+
data.tar.gz: 63e92c179fe9b285e19aa0aed772a9ee00e0065b5ef93f1fc6a8205eede72b62609e7e39be04a960e41488f39fca6e965a9e959ffdd2c06099a78e5888403f44
|
data/README.md
CHANGED
@@ -11,15 +11,21 @@ _Important:_ As this library is targeted for newer API v2, it requires v2 permis
|
|
11
11
|
|
12
12
|
Add this line to your application's Gemfile:
|
13
13
|
|
14
|
-
|
14
|
+
```ruby
|
15
|
+
gem 'coinbase'
|
16
|
+
```
|
15
17
|
|
16
18
|
Then execute:
|
17
19
|
|
18
|
-
|
20
|
+
```sh
|
21
|
+
bundle install
|
22
|
+
```
|
19
23
|
|
20
24
|
Or install it yourself as:
|
21
25
|
|
22
|
-
|
26
|
+
```sh
|
27
|
+
gem install coinbase
|
28
|
+
```
|
23
29
|
|
24
30
|
## Authentication
|
25
31
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: coinbase
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.
|
4
|
+
version: 4.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Duhamel
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2019-01-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -153,8 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
153
153
|
- !ruby/object:Gem::Version
|
154
154
|
version: '0'
|
155
155
|
requirements: []
|
156
|
-
|
157
|
-
rubygems_version: 2.7.3
|
156
|
+
rubygems_version: 3.0.1
|
158
157
|
signing_key:
|
159
158
|
specification_version: 4
|
160
159
|
summary: Client library for Coinbase Wallet API v2
|