forex_date 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/forex_date.gemspec +0 -2
- data/lib/forex_date/version.rb +1 -1
- metadata +3 -5
data/forex_date.gemspec
CHANGED
@@ -8,8 +8,6 @@ Gem::Specification.new do |gem|
|
|
8
8
|
A forex week begins when the Wellington/Sydney forex markets open (Sun 5pm EST) and closes when the New York forex market closes (Fri 5pm EST).
|
9
9
|
|
10
10
|
In order to calculate daily OHCL bars, the around the clock forex week can be split in 5 days. See documentation for details.
|
11
|
-
|
12
|
-
=> nil
|
13
11
|
END_OF_DESC
|
14
12
|
gem.summary = %q{Calculate the date of the current forex day}
|
15
13
|
gem.homepage = "http://github.com/javiervidal/forex_date"
|
data/lib/forex_date/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: forex_date
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 2
|
10
|
+
version: 1.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Javier Vidal
|
@@ -35,8 +35,6 @@ description: |
|
|
35
35
|
A forex week begins when the Wellington/Sydney forex markets open (Sun 5pm EST) and closes when the New York forex market closes (Fri 5pm EST).
|
36
36
|
|
37
37
|
In order to calculate daily OHCL bars, the around the clock forex week can be split in 5 days. See documentation for details.
|
38
|
-
|
39
|
-
=> nil
|
40
38
|
|
41
39
|
email:
|
42
40
|
- javier.vidal@bolsanova.com
|