rirera 0.1.0 → 0.1.1

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 +2 -0
  3. data/README.md +1 -1
  4. data/README.rdoc +19 -0
  5. data/rirera.gemspec +1 -1
  6. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 214285bfd9c1c0a70bfc56ffd8b9abf67134187c
4
- data.tar.gz: e16936a720fc8c7918fd0b5ce3e80c5dc5040bcb
3
+ metadata.gz: cad21650c6341ceda6e2fcec00b1c25d7bd3f60e
4
+ data.tar.gz: 6e874c1093b8f032abb01d44e643da410272933d
5
5
  SHA512:
6
- metadata.gz: 09961019489e7fab80f0f492cd89099601ccc1e873277fca98bef3fa8980bc8c7bc606215758f6c59266ab7fe99c34933f29a911336581d93ff174b081dabad7
7
- data.tar.gz: ba552717db07623db0aa18601cda364d71e49349aa6b773db067c15a3f091d876bbe5db49360e2a88c5627df01e01f1c6c45fcc280d9fb678f1108cb0990041e
6
+ metadata.gz: 1e91afec0f92f095a0c2213ced2c6781a8836c40bb0041a684d0cad4993408e2c61d04801bfe9e1f2943f5f6088e822905b7e6d033c9b3aef80ea266e538ced4
7
+ data.tar.gz: e471fc8442805cebfe790adcfca5062e93d386df0f5fbfa56ae5e17f393e931826fe1fe02298fb13efa690b91ad5089fc67125e9299c1fda928f8919e933541f
data/CHANGELOG ADDED
@@ -0,0 +1,2 @@
1
+ Version 0.1.0: Initial version
2
+ Version 0.1.1: added rdoc usage documentation
data/README.md CHANGED
@@ -4,7 +4,7 @@ http://github.com/MaximilianMeister/rirera
4
4
 
5
5
  ## What is rirera?
6
6
 
7
- A small command line tool to calculate a risk reward ratio.
7
+ A small ruby command line tool to calculate a risk reward ratio.
8
8
 
9
9
  ## Configuration
10
10
 
data/README.rdoc ADDED
@@ -0,0 +1,19 @@
1
+ = rirera
2
+
3
+ * http://github.com/MaximilianMeister/rirera
4
+
5
+ == What is rirera?
6
+
7
+ A small ruby command line tool to calculate a risk reward ratio.
8
+
9
+ == Configuration
10
+
11
+ Add your broker, and its specific commision rates to `conf/rirera.yml`
12
+
13
+ == Installation
14
+
15
+ gem install 'rirera'
16
+
17
+ == Run
18
+
19
+ rirera <broker_name>
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.0'
3
+ s.version = '0.1.1'
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rirera
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maximilian Meister
@@ -38,8 +38,10 @@ extensions: []
38
38
  extra_rdoc_files: []
39
39
  files:
40
40
  - ".gitignore"
41
+ - CHANGELOG
41
42
  - Gemfile
42
43
  - README.md
44
+ - README.rdoc
43
45
  - bin/rirera
44
46
  - conf/rirera.yml
45
47
  - lib/rirera.rb
@@ -64,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
66
  version: '0'
65
67
  requirements: []
66
68
  rubyforge_project: rirera
67
- rubygems_version: 2.2.0
69
+ rubygems_version: 2.2.2
68
70
  signing_key:
69
71
  specification_version: 4
70
72
  summary: Risk Reward Ratio