binance-ruby 0.1.1 → 0.1.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/binance-ruby.gemspec +2 -5
- data/lib/binance/api/version.rb +1 -1
- metadata +3 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7580035be198077b929e5f66bf09db730a25417a
|
|
4
|
+
data.tar.gz: 45e51435b54022442fcf6f069cddfc9bc390e70b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 96516fb7040564ef5222cc7126382c2af7a27eaa95de6a74b9a5d1e5470f299f64a8f5196530e6c73dd4345f4d5623e83a52e97f7ee3a033c3b9eeb6f7a0bb05
|
|
7
|
+
data.tar.gz: ee8d9975de0126f3f0bfcd45ec4b96085f3758db517ea3fcc63084a3bf84050234ac263f7a128144c4caecb84404d53396c20ba170192e1e77317cb5082ffc21
|
data/binance-ruby.gemspec
CHANGED
|
@@ -9,11 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Jake Peterson"]
|
|
10
10
|
spec.email = ["hello@jakenberg.io"]
|
|
11
11
|
|
|
12
|
-
spec.summary =
|
|
13
|
-
spec.description = %q{
|
|
14
|
-
[](https://circleci.com/gh/Jakenberg/binance-ruby) [](https://codecov.io/gh/Jakenberg/binance-ruby)
|
|
15
|
-
Ruby gem for the Binance API.
|
|
16
|
-
}
|
|
12
|
+
spec.summary = "binance-ruby-#{Binance::Api::VERSION}"
|
|
13
|
+
spec.description = %q{Ruby wrapper for the Binance API.}
|
|
17
14
|
spec.homepage = "https://github.com/jakenberg/binance-ruby"
|
|
18
15
|
spec.license = "MIT"
|
|
19
16
|
|
data/lib/binance/api/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: binance-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jake Peterson
|
|
@@ -150,9 +150,7 @@ dependencies:
|
|
|
150
150
|
- - "~>"
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: 4.0.0
|
|
153
|
-
description:
|
|
154
|
-
[](https://codecov.io/gh/Jakenberg/binance-ruby)\n
|
|
155
|
-
\ Ruby gem for the Binance API.\n "
|
|
153
|
+
description: Ruby wrapper for the Binance API.
|
|
156
154
|
email:
|
|
157
155
|
- hello@jakenberg.io
|
|
158
156
|
executables: []
|
|
@@ -204,5 +202,5 @@ rubyforge_project:
|
|
|
204
202
|
rubygems_version: 2.5.2
|
|
205
203
|
signing_key:
|
|
206
204
|
specification_version: 4
|
|
207
|
-
summary:
|
|
205
|
+
summary: binance-ruby-0.1.2
|
|
208
206
|
test_files: []
|