rirera 0.1.1 → 0.1.2

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.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +1 -0
  3. data/README.md +2 -0
  4. data/README.rdoc +2 -0
  5. data/rirera.gemspec +1 -1
  6. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cad21650c6341ceda6e2fcec00b1c25d7bd3f60e
4
- data.tar.gz: 6e874c1093b8f032abb01d44e643da410272933d
3
+ metadata.gz: 7973831868ff54f96186e2cd90a24b22cb64c1fd
4
+ data.tar.gz: e0e1d7990d241c974d863d9deb71fe23c83ede10
5
5
  SHA512:
6
- metadata.gz: 1e91afec0f92f095a0c2213ced2c6781a8836c40bb0041a684d0cad4993408e2c61d04801bfe9e1f2943f5f6088e822905b7e6d033c9b3aef80ea266e538ced4
7
- data.tar.gz: e471fc8442805cebfe790adcfca5062e93d386df0f5fbfa56ae5e17f393e931826fe1fe02298fb13efa690b91ad5089fc67125e9299c1fda928f8919e933541f
6
+ metadata.gz: cfbffd518d3b5adccf9bd8037bfe7a2b296ff7fdd827ccf185b3d8c7251aa84382e76f6f90555d94cb9b1e43b4512f95877d7a5aeabce517c009fc8547e27955
7
+ data.tar.gz: d9f8260888e6a7cbb459e689d22ef184fb55baa948d0be08277277ecb81cbfd4488f9ef01d343815c6cc933eb5f219dfabc77e6a58f0c8f71b9881f1458f40ae
data/CHANGELOG CHANGED
@@ -1,2 +1,3 @@
1
1
  Version 0.1.0: Initial version
2
2
  Version 0.1.1: added rdoc usage documentation
3
+ Version 0.1.2: added screenshot to README.rdoc
data/README.md CHANGED
@@ -6,6 +6,8 @@ http://github.com/MaximilianMeister/rirera
6
6
 
7
7
  A small ruby command line tool to calculate a risk reward ratio.
8
8
 
9
+ ![screenshot](http://ibin.co/1jv1nIeXZ8j9)
10
+
9
11
  ## Configuration
10
12
 
11
13
  Add your broker, and its specific commision rates to `conf/rirera.yml`
data/README.rdoc CHANGED
@@ -6,6 +6,8 @@
6
6
 
7
7
  A small ruby command line tool to calculate a risk reward ratio.
8
8
 
9
+ ![screenshot](http://ibin.co/1jv1nIeXZ8j9)
10
+
9
11
  == Configuration
10
12
 
11
13
  Add your broker, and its specific commision rates to `conf/rirera.yml`
data/rirera.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'rirera'
3
- s.version = '0.1.1'
3
+ s.version = '0.1.2'
4
4
  s.date = Time.now.strftime('%Y-%m-%d')
5
5
  s.summary = "Risk Reward Ratio"
6
6
  s.description = "A simple Risk Reward Ratio calculator"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rirera
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maximilian Meister
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-07 00:00:00.000000000 Z
11
+ date: 2014-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  version: '0'
67
67
  requirements: []
68
68
  rubyforge_project: rirera
69
- rubygems_version: 2.2.2
69
+ rubygems_version: 2.2.0
70
70
  signing_key:
71
71
  specification_version: 4
72
72
  summary: Risk Reward Ratio