bitmex-api 0.1.4 → 0.1.5

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: b90a0421a690d42e21f7937cb7887df4efdfa5299de00bcce151744726bf7578
4
- data.tar.gz: 31d6816c76d58efb4cb4e6204e37540b0f1398b93c68855449306d19ae369874
3
+ metadata.gz: b3ec049129d7c017a1824b3c4c420245a95ec34025014d4d490b875f2da3c60b
4
+ data.tar.gz: 69c71b6de84a219bd75d81db2b9c5ba5f2d316e9f8baa7027b9696bf77dc0d90
5
5
  SHA512:
6
- metadata.gz: ce1972c203341481f152dfa422447ce4b1aa291bbcbcce610f02fb4c434a19e444b386610f5fe4e57518753abb025ce6912335c3e6d2ce9f9c28c7e7edf6ef96
7
- data.tar.gz: 654a6800979ec15b20475f33420318f22666df637636f1850f9861adc039247fdb6ffe0916172788a7ac770c1f266625e2212767cb62169456d6edb4e5ac1069
6
+ metadata.gz: ef3ac987fbde73ed7d49d243f5970fa9bc52824a2c4afe731fff4d5f897e8ce1b305b9b2b3a2a1aedd31d2b0fa109ecdd51241f082eea080a7a24a29b1aef9ca
7
+ data.tar.gz: c680633b88afc7c34f0074d141dad280d6b0b0c37d23cd322b363a801616379c43b7721034b02ba479f18b6b2b350182696615d810f1f3ac9156ced2161d0e25
@@ -5,7 +5,14 @@
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## Unreleased
8
+ ## [0.1.5] - 2019-12-17
9
+ ### Changed
10
+ - update gems
11
+ ### Fixed
12
+ - outdated specs
13
+ - typos in README
14
+
15
+ ## [0.1.4] - 2019-09-12
9
16
  ### Fixed
10
17
  - hash filters in user#executions
11
18
  - outdated specs
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bitmex-api (0.1.4)
4
+ bitmex-api (0.1.5)
5
5
  eventmachine
6
6
  faye-websocket
7
7
  hashie
@@ -31,21 +31,21 @@ GEM
31
31
  faye-websocket (0.10.9)
32
32
  eventmachine (>= 0.12.0)
33
33
  websocket-driver (>= 0.5.1)
34
- hashie (3.6.0)
35
- httparty (0.17.0)
34
+ hashie (4.0.0)
35
+ httparty (0.17.3)
36
36
  mime-types (~> 3.0)
37
37
  multi_xml (>= 0.5.2)
38
38
  ice_nine (0.11.2)
39
- jaro_winkler (1.5.3)
40
- json (2.2.0)
39
+ jaro_winkler (1.5.4)
40
+ json (2.3.0)
41
41
  kwalify (0.7.2)
42
42
  method_source (0.9.2)
43
43
  mime-types (3.3)
44
44
  mime-types-data (~> 3.2015)
45
- mime-types-data (3.2019.0904)
45
+ mime-types-data (3.2019.1009)
46
46
  multi_xml (0.6.0)
47
- parallel (1.17.0)
48
- parser (2.6.4.1)
47
+ parallel (1.19.1)
48
+ parser (2.6.5.0)
49
49
  ast (~> 2.4.0)
50
50
  pry (0.12.2)
51
51
  coderay (~> 1.1.0)
@@ -55,27 +55,27 @@ GEM
55
55
  yard (~> 0.9.11)
56
56
  psych (3.1.0)
57
57
  rainbow (3.0.0)
58
- rake (12.3.3)
59
- reek (5.4.0)
58
+ rake (13.0.1)
59
+ reek (5.5.0)
60
60
  codeclimate-engine-rb (~> 0.4.0)
61
61
  kwalify (~> 0.7.0)
62
62
  parser (>= 2.5.0.0, < 2.7, != 2.5.1.1)
63
63
  psych (~> 3.1.0)
64
64
  rainbow (>= 2.0, < 4.0)
65
- rspec (3.8.0)
66
- rspec-core (~> 3.8.0)
67
- rspec-expectations (~> 3.8.0)
68
- rspec-mocks (~> 3.8.0)
69
- rspec-core (3.8.2)
70
- rspec-support (~> 3.8.0)
71
- rspec-expectations (3.8.4)
65
+ rspec (3.9.0)
66
+ rspec-core (~> 3.9.0)
67
+ rspec-expectations (~> 3.9.0)
68
+ rspec-mocks (~> 3.9.0)
69
+ rspec-core (3.9.0)
70
+ rspec-support (~> 3.9.0)
71
+ rspec-expectations (3.9.0)
72
72
  diff-lcs (>= 1.2.0, < 2.0)
73
- rspec-support (~> 3.8.0)
74
- rspec-mocks (3.8.1)
73
+ rspec-support (~> 3.9.0)
74
+ rspec-mocks (3.9.0)
75
75
  diff-lcs (>= 1.2.0, < 2.0)
76
- rspec-support (~> 3.8.0)
77
- rspec-support (3.8.2)
78
- rubocop (0.74.0)
76
+ rspec-support (~> 3.9.0)
77
+ rspec-support (3.9.0)
78
+ rubocop (0.77.0)
79
79
  jaro_winkler (~> 1.5.1)
80
80
  parallel (~> 1.10)
81
81
  parser (>= 2.6)
@@ -83,7 +83,7 @@ GEM
83
83
  ruby-progressbar (~> 1.7)
84
84
  unicode-display_width (>= 1.4.0, < 1.7)
85
85
  ruby-progressbar (1.10.1)
86
- simplecov (0.17.0)
86
+ simplecov (0.17.1)
87
87
  docile (~> 1.1)
88
88
  json (>= 1.8, < 3)
89
89
  simplecov-html (~> 0.10.0)
data/README.md CHANGED
@@ -43,7 +43,7 @@ client = Bitmex::Client.new api_key: 'KEY', api_secret: 'SECRET'
43
43
 
44
44
  #### REST API
45
45
 
46
- Get last 10 messages in English channel:
46
+ Get last 10 messages from English channel:
47
47
 
48
48
  ```ruby
49
49
  messages = client.chat.messages channelID: 1, count: 10, reverse: true
@@ -86,7 +86,7 @@ All Websocket API blocks yield a pseudo-object `Bitmex::Mash`.
86
86
 
87
87
  #### Whales watching
88
88
 
89
- Filtering traders bigger than 10 XBT {file:bin/whales-watching.rb}
89
+ Filtering trades bigger than 10 XBT {file:bin/whales-watching.rb}
90
90
 
91
91
  ```ruby
92
92
  client = Bitmex::Client.new
data/TODOs.org CHANGED
@@ -1,9 +1,13 @@
1
- * Tasks :BITMEX:
1
+ * [[elisp:(org-projectile-open-project%20"bitmex-api-ruby")][bitmex-api-ruby]] [17/18]
2
+ :PROPERTIES:
3
+ :CATEGORY: bitmex-api-ruby
4
+ :END:
2
5
  ** TODO bitmex-api-ruby maintenance
3
- SCHEDULED: <2019-12-09 Mon +3m>
6
+ SCHEDULED: <2020-06-09 Tue +6m>
4
7
  :PROPERTIES:
5
- :LAST_REPEAT: [2019-09-12 Thu 18:25]
8
+ :LAST_REPEAT: [2019-12-17 Tue 10:53]
6
9
  :END:
10
+ - State "DONE" from "TODO" [2019-12-17 Tue 10:53]
7
11
  - State "DONE" from "TODO" [2019-09-12 Thu 18:25]
8
12
  - State "DONE" from "TODO" [2019-07-03 Wed 18:52]
9
13
  ** DONE initial gem release
@@ -1,3 +1,3 @@
1
1
  module Bitmex
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitmex-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Iulian Costan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-12 00:00:00.000000000 Z
11
+ date: 2019-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eventmachine