bitget 0.6.9 → 0.6.10

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce32fedf4c12c2611b44a6d2ad83a68adf35dfa1617fe91b89295bab1ea81f8b
4
- data.tar.gz: 7474a5120284e83d08d19cfb5368c8864af9293e6c7c6dc73e8564e4d83d93fa
3
+ metadata.gz: d605f410903cdd4c48dab9d5f19e828a070ffd95e10dc986f47080cbd754fce3
4
+ data.tar.gz: 52f68a9b14b940fc321c0da473e4a1baa49873767cd6e5be80f71330a92d9941
5
5
  SHA512:
6
- metadata.gz: 0bc72d671a4559202a1791fb101926c5f98211f68e1d4b76f9dae3ac8de748e9b7f28afeb2cb73147babbe8ef5debc0faf94bfa99126818e2c32ced8b28384d6
7
- data.tar.gz: 267217b4b612a787258945c9ec40dca53ed5433537004c2e3e3939340c82b55b64e20d0aa7883047cfcd6171befbd759712e994ed910e2d591edae4955f71f9e
6
+ metadata.gz: a8617ed963e614f3b12a99cfa5e819380b7d245de88395dda59aaca6509e1aa4109f51257d08c9e8f5ac28868d6e8b6f923fd78f146fdaf12e602a44c2a426e1
7
+ data.tar.gz: 5e1f5437e16e3e839c471c9c57f4aea4469ccb6ca7bd5e0c022ff37a7eace1cf34f89cb213204a1b08b97d03be2d56b4156b3a68a540f3dafba850675ceda3f3
data/README.md CHANGED
@@ -184,7 +184,7 @@ See https://www.bitget.com/api-doc/spot/intro for further information on endpoin
184
184
 
185
185
  ## Contributing
186
186
 
187
- 1. Fork it (https://github.com/thoran/bitget.rb/fork)
187
+ 1. Fork it (https://github.com/thoran/bitget/fork)
188
188
  2. Create your feature branch (`git checkout -b my-new-feature`)
189
189
  3. Commit your changes (`git commit -am 'Add some feature'`)
190
190
  4. Push to the branch (`git push origin my-new-feature`)
data/bitget.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.author = 'thoran'
13
13
  spec.email = 'code@thoran.com'
14
- spec.homepage = 'http://github.com/thoran/bitget.rb'
14
+ spec.homepage = 'http://github.com/thoran/bitget'
15
15
  spec.license = 'Ruby'
16
16
 
17
17
  spec.required_ruby_version = '>= 2.7'
@@ -2,5 +2,5 @@
2
2
  # Bitget::VERSION
3
3
 
4
4
  module Bitget
5
- VERSION = '0.6.9'
5
+ VERSION = '0.6.10'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitget
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.9
4
+ version: 0.6.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - thoran
@@ -47,7 +47,7 @@ files:
47
47
  - test/gemspec_test.rb
48
48
  - test/helper.rb
49
49
  - test/test_all.rb
50
- homepage: http://github.com/thoran/bitget.rb
50
+ homepage: http://github.com/thoran/bitget
51
51
  licenses:
52
52
  - Ruby
53
53
  metadata: {}