binance-ruby 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/README.md +1 -2
- data/binance-ruby.gemspec +2 -2
- data/lib/binance/api/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 437b9bdc398a2647de76d1003d4e5ea0925211f2
|
|
4
|
+
data.tar.gz: 3eea252f689297d786d2db779c57765985285922
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d35537f4377faf4a34e7d480b0fc0cd943a99f3c9b02de86c6f037941dee4c426ea4a162f615af5e232cc1a146cccc44af34b4bf5f4c929bb13c3feaa0b5d8df
|
|
7
|
+
data.tar.gz: c414ba74cbd578ff9f6a148a47c3f4ee784665cf6a8f91fd69d9595ff7d4faed9828885380dbe59be7e3dd66a4cdeaacd7abff8912e00f04ff40dcd77ba08623
|
data/.gitignore
CHANGED
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Binance::Api [](https://circleci.com/gh/Jakenberg/binance-ruby) [](https://codecov.io/gh/Jakenberg/binance-ruby)
|
|
1
|
+
# Binance::Api [](https://badge.fury.io/rb/binance-ruby) [](https://circleci.com/gh/Jakenberg/binance-ruby) [](https://codecov.io/gh/Jakenberg/binance-ruby)
|
|
2
2
|
|
|
3
3
|
## Installation
|
|
4
4
|
|
|
@@ -100,7 +100,6 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/jakenb
|
|
|
100
100
|
|
|
101
101
|
### TODO
|
|
102
102
|
- Convert milliseconds to ruby DateTime.
|
|
103
|
-
- CodeCov account & badge.
|
|
104
103
|
|
|
105
104
|
## License
|
|
106
105
|
|
data/binance-ruby.gemspec
CHANGED
|
@@ -11,8 +11,8 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Ruby gem for the Binance API.}
|
|
13
13
|
spec.description = %q{
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
[](https://circleci.com/gh/Jakenberg/binance-ruby) [](https://codecov.io/gh/Jakenberg/binance-ruby)
|
|
15
|
+
Ruby gem for the Binance API.
|
|
16
16
|
}
|
|
17
17
|
spec.homepage = "https://github.com/jakenberg/binance-ruby"
|
|
18
18
|
spec.license = "MIT"
|
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.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jake Peterson
|
|
@@ -150,10 +150,9 @@ dependencies:
|
|
|
150
150
|
- - "~>"
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: 4.0.0
|
|
153
|
-
description: "\n
|
|
154
|
-
|
|
155
|
-
\
|
|
156
|
-
in this repository are considered official and supported.\n "
|
|
153
|
+
description: "\n [](https://circleci.com/gh/Jakenberg/binance-ruby)
|
|
154
|
+
[](https://codecov.io/gh/Jakenberg/binance-ruby)\n
|
|
155
|
+
\ Ruby gem for the Binance API.\n "
|
|
157
156
|
email:
|
|
158
157
|
- hello@jakenberg.io
|
|
159
158
|
executables: []
|