sbi-security 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: 9c15e62feb0bb186b99e360f5101ce96844bbf3d
4
- data.tar.gz: bf508a8de86f2e43e18b8a3e27761dcf0f9e4d08
3
+ metadata.gz: e5a52e93b0f44800d5b20d5b18288b611a75293b
4
+ data.tar.gz: aadab8393e8acad59b43589188fc451e944cea9c
5
5
  SHA512:
6
- metadata.gz: 135bdabd31793c34efbe9579a645890ed6ac994f0635ff0dbdc98d9aa47ee827419c024fa724a2d0fb39c3fa473aa9f247f81f4c8fa0c85d6f295c0521e2c68f
7
- data.tar.gz: d75eff6628835ea07ac251b2929cf4dab555a113acd9581fbcd117bcc6f0ae32f6a9bcf8998b11a52ae4c3cd666bb5ed384336a469c0a829d20dd51c4aef2fb5
6
+ metadata.gz: f3cd1c0b7242de18017498892581bb5c5544b2a4dc16be1d68f418a9d5b585e7181389097ce943d317a419b29f7d845cda6fc41ac665e293e7a12bba4dd43888
7
+ data.tar.gz: 70f066162c81b9aa0c7a5e8c7220a36dc26b4f23224a168d48738995eb2b545e0446f7595f1cb4612f5db22bee33b186d1cb82c8d8e86428f4cf70822db5cace
data/README.md CHANGED
@@ -22,7 +22,7 @@ Or install it yourself as:
22
22
 
23
23
  ## Usage
24
24
 
25
- Note: You need to environment variables `SBI_SECURITY_USER_ID` and `SBI_SECURITY_PASSWORD`)
25
+ Note: You need to set environment variables `SBI_SECURITY_USER_ID` and `SBI_SECURITY_PASSWORD`)
26
26
 
27
27
  ### Show portfolio
28
28
 
@@ -8,7 +8,7 @@ module Sbi::Security
8
8
  if number > 0
9
9
  "+#{number_to_currency(number)}".colorize(:red)
10
10
  else
11
- "-#{number_to_currency(number)}".colorize(:blue)
11
+ "#{number_to_currency(number)}".colorize(:blue)
12
12
  end
13
13
  end
14
14
 
@@ -1,5 +1,5 @@
1
1
  module Sbi
2
2
  module Security
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbi-security
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - camelmasa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-10 00:00:00.000000000 Z
11
+ date: 2017-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara