ig_markets 0.21 → 0.22
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/lib/ig_markets/version.rb +1 -1
- metadata +2 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8fda25b08bcbcfd1c57b25ba76965c792d3966af
|
4
|
+
data.tar.gz: 63e99c58c1d6ae1fca403f063d88a0279b35aec3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d251e98be9191b08e0a684956ea73ae6c48815595b2e734ce9042210cb717686ae8d032ddbe4cce2a0d676ad6541f25ac901aeac9d5d7acd09d207e14d3d3045
|
7
|
+
data.tar.gz: f160337bc572f79dc1f16d00a925d4af95507abeb1f38bce7084280c72d8f2723f59ad56a8295d6fd1c26ff68517e0f7d75c34e0bf474b7ae8d1cd33740d60dd
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# IG Markets Changelog
|
2
2
|
|
3
|
+
### 0.22 — October 3, 2016
|
4
|
+
|
5
|
+
- The `curses` gem is no longer a dependency because it can be difficult to install on Windows, it now has to be
|
6
|
+
installed separately in order to use the `ig_markets stream` command that relies on curses functionality
|
7
|
+
|
3
8
|
### 0.21 — September 29, 2016
|
4
9
|
|
5
10
|
- Replaced `IGMarkets::Streaming::AccountState#data_to_process?` with
|
data/README.md
CHANGED
@@ -154,7 +154,7 @@ ig_markets prices --epic CS.D.EURUSD.CFD.IP --resolution day --number 14
|
|
154
154
|
# Print account dealing performance from the last 90 days, broken down by the EPICs that were traded
|
155
155
|
ig_markets performance --days 90
|
156
156
|
|
157
|
-
# Print an updating live display of
|
157
|
+
# Print an updating live display of accounts, positions and working orders (requires the curses gem)
|
158
158
|
ig_markets stream
|
159
159
|
|
160
160
|
# Print raw streaming details of account balances, trading actions, and the price of the EURUSD pair
|
data/lib/ig_markets/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ig_markets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.22'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Richard Viney
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: colorize
|
@@ -24,20 +24,6 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0.8'
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: curses
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - "~>"
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '1.0'
|
34
|
-
type: :runtime
|
35
|
-
prerelease: false
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
38
|
-
- - "~>"
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version: '1.0'
|
41
27
|
- !ruby/object:Gem::Dependency
|
42
28
|
name: excon
|
43
29
|
requirement: !ruby/object:Gem::Requirement
|