forex_date 1.0.1 → 1.0.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.
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"
@@ -1,3 +1,3 @@
1
1
  module ForexDate
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
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: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
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