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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f39c3b7d7b0f7a66c1de890bc6fc9514c97d009f
4
- data.tar.gz: 53029d58d12ef0b11863339bd84a5833f3165bee
3
+ metadata.gz: 8fda25b08bcbcfd1c57b25ba76965c792d3966af
4
+ data.tar.gz: 63e99c58c1d6ae1fca403f063d88a0279b35aec3
5
5
  SHA512:
6
- metadata.gz: dbf8fc12c117a245f89d44d0731c446f9363403763edae0023ac6416f16bad20bb566a12b593b80f8425a6b9b92c48219c5155aff4aee8c0d9cf34e5f0c834c0
7
- data.tar.gz: 89abaf288cc72eb6d96039765c09f3eb34912290c6faa3124ec874117c6285755b343586b3f3f389c632a4864306cd2c290ee8af56fb77cfed8e1917efd061ce
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 account balances, positions and working orders
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
@@ -1,4 +1,4 @@
1
1
  module IGMarkets
2
2
  # The version of this gem.
3
- VERSION = '0.21'.freeze
3
+ VERSION = '0.22'.freeze
4
4
  end
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.21'
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-09-28 00:00:00.000000000 Z
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