binance-connector-ruby 1.0.1 → 1.0.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
  SHA256:
3
- metadata.gz: 528658559216256c1f8a39559437b3faf6e4b0e834fbca24f7d4c46a12c6b045
4
- data.tar.gz: ea13e85275dd64c727b73144c92931b07694c85456beee884d8850cd177d5298
3
+ metadata.gz: f9df0f786b802281d92e7f962faa7497773bcbd3ccbd40f6a92d52a38d8db09c
4
+ data.tar.gz: b16a995a8bf4a0845062e7a9a05da70b79aa5df1f78f821e536611061d34adc5
5
5
  SHA512:
6
- metadata.gz: bb20b597d4b9a95248a440a08a57b33765c095c9f529998bc91136ceaaded6ad0074f93980fb46694fa2a0e3aa7a6aa1c158ceffaf921381c645bd4db4fc2c0d
7
- data.tar.gz: 40f14e2adda863fc0812e45ab56f137ee3f80f7f33565f30be2279a0bb1facec6a8117f68b52904fc7c979d728ed2098871165a987e91b0ddf6ff91391e9d2be
6
+ metadata.gz: ab4b671939dcd913acf41c48d9159dd1315f730f9f8f8db0b1d1c4c029e24beb31b0aefebc2d7a53cad66b47fe90e21b47f1acf4c405cc94b7bae66108d0137c
7
+ data.tar.gz: aa85202b669eb93f592259aaee7cb30dc532a387e0ee2e83c47dc7a48a5fb62b3f24fa14d9831bed260559ae768912f9933ff86eac1738579d524eb93d58621f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+
4
+ ## 1.0.2 - 2021-11-21
5
+
6
+ ### Update
7
+ - Change README description and package settings
8
+
9
+ ## 1.0.1 - 2021-11-21
10
+
11
+ ### Update
12
+ - Change package name
13
+
3
14
  ## 1.0.0 - 2021-11-18
4
15
 
5
16
  ### Added
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Binance Connector Ruby
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/binance-connector.svg)](https://badge.fury.io/rb/binance-connector)
3
+ [![Gem Version](https://badge.fury.io/rb/binance-connector-ruby.svg)](https://badge.fury.io/rb/binance-connector-ruby)
4
4
  [![Ruby Style Guide](https://img.shields.io/badge/code_style-rubocop-brightgreen.svg)](https://github.com/rubocop-hq/rubocop)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
6
 
@@ -23,7 +23,7 @@ This is a lightweight library that works as a connector to [Binance public API](
23
23
  Add this line in the Gemfile.
24
24
 
25
25
  ```ruby
26
- gem 'binance-connector'
26
+ gem 'binance-connector-ruby'
27
27
  ```
28
28
 
29
29
  And then execute the bundler via CLI:
@@ -33,11 +33,11 @@ This is a lightweight library that works as a connector to [Binance public API](
33
33
  ```
34
34
  2. Install it with CLI:
35
35
  ```shell
36
- gem install binance-connector
36
+ gem install binance-connector-ruby
37
37
  ```
38
38
  ## Documentation
39
39
 
40
- [https://www.rubydoc.info/gems/binance-connector](https://www.rubydoc.info/gems/binance-connector)
40
+ [https://www.rubydoc.info/gems/binance-connector-ruby](https://www.rubydoc.info/gems/binance-connector-ruby)
41
41
  ## Restful APIs
42
42
 
43
43
  ```ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Binance
4
- VERSION = '1.0.1'
4
+ VERSION = '1.0.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: binance-connector-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Binance