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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 890b2879833d6aa42b6dda649ff4416546cff574309ff7fa802b5d649f9bb629
4
- data.tar.gz: '082c82088f461bc47a329e546a113a842c2226ac4a6c9e4613e80982a18c8c3b'
3
+ metadata.gz: fbb33d492cf7c4af1390d1fe3620efb5bb021b74cf0f53e1e669157ad3caeec8
4
+ data.tar.gz: 99ad1bf40c2d58a54f3aae91c48ffbe7d498886441fb544a143a47f6c7b44d63
5
5
  SHA512:
6
- metadata.gz: 3f15d9758d9d59cd95b2c40e7268d937777256d5e2ea5fb957218c58df0bf21101eba42e3fcfff96d15a6da76d50e238da326cef97177eff12c8d395dc6eaaaa
7
- data.tar.gz: e4da3aea086d11511e130baa678136e924d11df2991943ea1a31473e3e69c22e9ac1053d40b8b989746675758fea35d198b4f5389c363f47a2387bab57670638
6
+ metadata.gz: c32b6f424ae4a9fede32dd31f1126837cacb97f47e6186f3bfba168fab1ac5a2d62b697b9ddb6d85588ac2a457051716c657d5862340d3487a100d685c65baba
7
+ data.tar.gz: ec0692426a3b7eb6a2e2adf58358f54af6d99aac38f0fd454fea88fdcb1cf9cf0634da418b087c3fa64e24cbe7d855941798103cfe7c1051ea0f7339a3fc6dff
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bibox (0.1.0)
4
+ bibox (0.1.1)
5
5
  eventmachine (>= 1.2.5)
6
6
  faraday (>= 0.13)
7
7
  faraday_middleware (>= 0.12.2)
@@ -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 client for Bibox's API'}
13
- spec.description = %q{Ruby REST client for crypto currency exchange Bibox}
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
 
@@ -1,3 +1,3 @@
1
1
  module Bibox
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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 client for crypto currency exchange Bibox
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 client for Bibox's API'
231
+ summary: Ruby REST + Websocket clients for Bibox's API'
232
232
  test_files: []