watchcow 0.0.9 → 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: 6080cdde2570128036d8101431ed88182bea35c5020553350846b5967bc36333
4
- data.tar.gz: e391557868cc31f20e3c0e5861320bdb9cd1820fe088a53b74e3ad326248aa4c
3
+ metadata.gz: 9ce85d0bb1815237ea4947df90d00329edfac41c75fdfd71cd6f2b509ea41a9e
4
+ data.tar.gz: 2260c60ceb4e70662a335bbd9e4f4a57a1340a35f4f5e97144fde699b7e8f598
5
5
  SHA512:
6
- metadata.gz: 613bb077941b9e46c84fd3eb54a67a2931419f4322235df80d24ef618ba9cc1d29ccbac1648ac6b96831476f2ed25e0cc48674a7c1c06fac1516d6ad43ab9da7
7
- data.tar.gz: 9782590eafd22f4c783a405bb1389fdd88b2c1f5492f1159dda56bff5fe4fa9c2986f957a9620dc598a117a562b805525b24f3cdd6dcb0d2d0db03c6d43dd8fd
6
+ metadata.gz: f74a57c2b531877f0873fe635c48df9fcc6ff03b28baa6486575eac88d6a992d5cd342f657dc54cb07bd56c7cb43c68c460151718845b2d8d20afd2116d558a8
7
+ data.tar.gz: 627e9ac1658d62bb397aafc9df9dacdbeafcfc385166822f6190df38c1e51e3e9711838b88b4b5ae6dfbff5e78c7b90f7d156263cbe18dca77e6c02658f5d8c4
data/lib/watchcow/rate.rb CHANGED
@@ -37,7 +37,7 @@ module Watchcow
37
37
  margin: margin_annual,
38
38
  days: days_remain,
39
39
  expected_margin: margin_expect,
40
- real_margin_expected: real_margin_expect
40
+ real_margin_expected: real_margin_expect,
41
41
  dm_first_bid: dm_first_bid,
42
42
  spot_first_bid: spot_first_bid
43
43
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Watchcow
4
- VERSION = "0.0.9"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watchcow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - DrinE Liu