binance-ruby 0.1.1 → 0.1.2

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: 437b9bdc398a2647de76d1003d4e5ea0925211f2
4
- data.tar.gz: 3eea252f689297d786d2db779c57765985285922
3
+ metadata.gz: 7580035be198077b929e5f66bf09db730a25417a
4
+ data.tar.gz: 45e51435b54022442fcf6f069cddfc9bc390e70b
5
5
  SHA512:
6
- metadata.gz: d35537f4377faf4a34e7d480b0fc0cd943a99f3c9b02de86c6f037941dee4c426ea4a162f615af5e232cc1a146cccc44af34b4bf5f4c929bb13c3feaa0b5d8df
7
- data.tar.gz: c414ba74cbd578ff9f6a148a47c3f4ee784665cf6a8f91fd69d9595ff7d4faed9828885380dbe59be7e3dd66a4cdeaacd7abff8912e00f04ff40dcd77ba08623
6
+ metadata.gz: 96516fb7040564ef5222cc7126382c2af7a27eaa95de6a74b9a5d1e5470f299f64a8f5196530e6c73dd4345f4d5623e83a52e97f7ee3a033c3b9eeb6f7a0bb05
7
+ data.tar.gz: ee8d9975de0126f3f0bfcd45ec4b96085f3758db517ea3fcc63084a3bf84050234ac263f7a128144c4caecb84404d53396c20ba170192e1e77317cb5082ffc21
@@ -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 = %q{Ruby gem for the Binance API.}
13
- spec.description = %q{
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
- }
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
 
@@ -1,5 +1,5 @@
1
1
  module Binance
2
2
  module Api
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
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.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: "\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 "
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: Ruby gem for the Binance API.
205
+ summary: binance-ruby-0.1.2
208
206
  test_files: []