bibox 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 +4 -4
- data/Gemfile.lock +1 -1
- data/bibox.gemspec +2 -2
- data/lib/bibox/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fbb33d492cf7c4af1390d1fe3620efb5bb021b74cf0f53e1e669157ad3caeec8
|
4
|
+
data.tar.gz: 99ad1bf40c2d58a54f3aae91c48ffbe7d498886441fb544a143a47f6c7b44d63
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c32b6f424ae4a9fede32dd31f1126837cacb97f47e6186f3bfba168fab1ac5a2d62b697b9ddb6d85588ac2a457051716c657d5862340d3487a100d685c65baba
|
7
|
+
data.tar.gz: ec0692426a3b7eb6a2e2adf58358f54af6d99aac38f0fd454fea88fdcb1cf9cf0634da418b087c3fa64e24cbe7d855941798103cfe7c1051ea0f7339a3fc6dff
|
data/Gemfile.lock
CHANGED
data/bibox.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Sebastian Johnsson"]
|
10
10
|
spec.email = ["sebastian.johnsson@gmail.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{Ruby
|
13
|
-
spec.description = %q{Ruby REST
|
12
|
+
spec.summary = %q{Ruby REST + Websocket clients for Bibox's API'}
|
13
|
+
spec.description = %q{Ruby REST + Websocket clients for crypto currency exchange Bibox's API'}
|
14
14
|
spec.homepage = "https://github.com/SebastianJ/bibox"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
data/lib/bibox/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bibox
|
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
|
- Sebastian Johnsson
|
@@ -150,7 +150,7 @@ dependencies:
|
|
150
150
|
- - "~>"
|
151
151
|
- !ruby/object:Gem::Version
|
152
152
|
version: '3.1'
|
153
|
-
description: Ruby REST
|
153
|
+
description: Ruby REST + Websocket clients for crypto currency exchange Bibox's API'
|
154
154
|
email:
|
155
155
|
- sebastian.johnsson@gmail.com
|
156
156
|
executables: []
|
@@ -228,5 +228,5 @@ rubyforge_project:
|
|
228
228
|
rubygems_version: 2.7.4
|
229
229
|
signing_key:
|
230
230
|
specification_version: 4
|
231
|
-
summary: Ruby
|
231
|
+
summary: Ruby REST + Websocket clients for Bibox's API'
|
232
232
|
test_files: []
|