cstock 0.2.3 → 0.3.0

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: 615f343f858805af4578b63414fc2d905ba4b3ae
4
- data.tar.gz: 762a099ff333152217feded200c7c6beed4001eb
3
+ metadata.gz: 62bd96008319a3aa1fbb1d23bedf91fc896b27ad
4
+ data.tar.gz: d4f404a31a52bf6acffeca860a1b4a40bfc61755
5
5
  SHA512:
6
- metadata.gz: a045d83ef63dd6967b514b226507d5a0ab2acb923e64ad9bc617472c20ae9970bf293746cb1d8a990e363b414bc893347a1f3dbe615cb6f3d6a04a2755640e9f
7
- data.tar.gz: f95b08b8a0966901a09812ab547cc6681ba20ba63aa7560673a6abdddb7a0583d3259f0d069676326af910d2b8de2130dc01af31da2fb9914f43b6234a3b0399
6
+ metadata.gz: a8723bc38b676725b59d35e6a46ed7a6aba100d4babba1096600ae73cc7665206cdfe1be16ed2a3765ceed271e304e2d011677cda8894b3bda9294ed027b9d64
7
+ data.tar.gz: 2e01e480e45b1b7899f77886b569e0a7158da52b60a357c431418f30a3c03ff599de6ca43e51cd24ab6331fb0364dd6e262f23e2589a4951249fadd8570bc2f9
@@ -3,7 +3,7 @@ require 'rest-client'
3
3
 
4
4
  module CStock
5
5
  class Stock
6
- FIELDS = %w(code name open_price yesterday_close_price cur_price high_price low_price bid_price_1 ask_price_1 volume turnover
6
+ FIELDS = %w(code name open_price yesterday_close_price current_price high_price low_price bid_price_1 ask_price_1 volume turnover
7
7
  bid_volume_1 bid_price_1 bid_volume_2 bid_price_2 bid_volume_3 bid_price_3 bid_volume_4 bid_price_4 bid_volume_5 bid_price_5
8
8
  ask_volume_1 ask_price_1 ask_volume_2 ask_price_2 ask_volume_3 ask_price_3 ask_volume_4 ask_price_4 ask_volume_5 ask_price_5
9
9
  date time)
@@ -1,4 +1,4 @@
1
1
  # =>CStock::VERSION
2
2
  module CStock
3
- VERSION = '0.2.3'
3
+ VERSION = '0.3.0'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cstock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aston Fu