binance-ruby 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: cc14abcbaf6d47284c2adfbb849b57251fe62b5d
4
- data.tar.gz: d708faac09d2f3e6a9cebb23837233c2b7b7da5f
3
+ metadata.gz: 437b9bdc398a2647de76d1003d4e5ea0925211f2
4
+ data.tar.gz: 3eea252f689297d786d2db779c57765985285922
5
5
  SHA512:
6
- metadata.gz: bd63b319fe53d0c3c60f840afd35daa408766d43390808f7080ca27dcaba147bbb4a87b270a6e02638a73c7b6d3a0e48339788f3e15e01696e36d14ca657a637
7
- data.tar.gz: 47134301c56bd56d8a4d01feb1cd67190ca8d7ade700a4959c3440cffbc3b25fe3eb2ee768fae16161683fe53060a2a4efd25cb610e46005a7c18ff0f6714bf8
6
+ metadata.gz: d35537f4377faf4a34e7d480b0fc0cd943a99f3c9b02de86c6f037941dee4c426ea4a162f615af5e232cc1a146cccc44af34b4bf5f4c929bb13c3feaa0b5d8df
7
+ data.tar.gz: c414ba74cbd578ff9f6a148a47c3f4ee784665cf6a8f91fd69d9595ff7d4faed9828885380dbe59be7e3dd66a4cdeaacd7abff8912e00f04ff40dcd77ba08623
data/.gitignore CHANGED
@@ -13,3 +13,4 @@
13
13
  .rspec_status
14
14
 
15
15
  .env
16
+ *.gem
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Binance::Api [![Circle CI](https://circleci.com/gh/Jakenberg/binance-ruby.svg?style=shield)](https://circleci.com/gh/Jakenberg/binance-ruby) [![codecov](https://codecov.io/gh/Jakenberg/binance-ruby/branch/master/graph/badge.svg)](https://codecov.io/gh/Jakenberg/binance-ruby)
1
+ # Binance::Api [![Gem Version](https://badge.fury.io/rb/binance-ruby.svg)](https://badge.fury.io/rb/binance-ruby) [![Circle CI](https://circleci.com/gh/Jakenberg/binance-ruby.svg?style=shield)](https://circleci.com/gh/Jakenberg/binance-ruby) [![codecov](https://codecov.io/gh/Jakenberg/binance-ruby/branch/master/graph/badge.svg)](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
 
@@ -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
- - Official Announcements regarding changes, downtime, etc. to the API and Streams will be reported here: https://t.me/binance_api_announcements
15
- - Streams, endpoints, parameters, payloads, etc. decscribed in the documents in this repository are considered official and supported.
14
+ [![Circle CI](https://circleci.com/gh/Jakenberg/binance-ruby.svg?style=shield)](https://circleci.com/gh/Jakenberg/binance-ruby) [![codecov](https://codecov.io/gh/Jakenberg/binance-ruby/branch/master/graph/badge.svg)](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"
@@ -1,5 +1,5 @@
1
1
  module Binance
2
2
  module Api
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
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.0
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 - Official Announcements regarding changes, downtime, etc. to
154
- the API and Streams will be reported here: https://t.me/binance_api_announcements\n
155
- \ - Streams, endpoints, parameters, payloads, etc. decscribed in the documents
156
- in this repository are considered official and supported.\n "
153
+ description: "\n [![Circle CI](https://circleci.com/gh/Jakenberg/binance-ruby.svg?style=shield)](https://circleci.com/gh/Jakenberg/binance-ruby)
154
+ [![codecov](https://codecov.io/gh/Jakenberg/binance-ruby/branch/master/graph/badge.svg)](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: []