brm_finance 1.0.3 → 1.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4e9906f832f22899b6d5ef19717e52a2d9a0de5
4
- data.tar.gz: 7f66575daef2292c966d9c00038486a5c16dadfb
3
+ metadata.gz: 26ed39954719fdf3196df421a417383eb8229ace
4
+ data.tar.gz: 2253d1697cafdabb776a52bff733cab91415ee32
5
5
  SHA512:
6
- metadata.gz: c2b31259db5beb974ecb6432c16552b25393653e46ab2a5f0bf5f51691d4c213fba7ecf2843d050e0880222ffcaea6dc12861dd11258ddf4777c6d4995e6eafe
7
- data.tar.gz: c50a284a6f6b4473b8c0ee7588736b4f79e97f4e9f61b7a03989ee6aacb7f9e2a8aa595fcdc5717f32c580494ac28786e133afd1cbea4e248a2ce67edf50bd25
6
+ metadata.gz: d25ab1efb28d7d17061dff93d0c077fac7fd80b799f17e5c0592b6066b5bc7fa5942f45e36f7e9b571ccb2a2d506e9993bad8bf95a99e19181f8051d4589bbe5
7
+ data.tar.gz: b6bcb21a89a0909e678a975979f776e697363679a8438b8424250d1ccf77d938920e2bcaf0430f9e366186b7732c5767a6ea8b7a29cb588672d82d4712d471fe
Binary file
@@ -142,11 +142,10 @@ module BrmFinance
142
142
  series += self.quote(symbol, (date).strftime('%Y-%m-%d'), (date + 1.year - 1.day).strftime('%Y-%m-%d'))
143
143
  end
144
144
 
145
- {'Symbol' => symbol, 'Series': series.uniq}
145
+ {'Symbol' => symbol, 'Series' => series.uniq}
146
146
  end
147
147
 
148
148
  results
149
149
  end
150
- end
151
150
  end
152
151
  end
@@ -1,3 +1,3 @@
1
1
  module BrmFinance
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brm_finance
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Adamson, Ty Rauber
@@ -110,6 +110,7 @@ files:
110
110
  - brm_finance-1.0.0.gem
111
111
  - brm_finance-1.0.1.gem
112
112
  - brm_finance-1.0.2.gem
113
+ - brm_finance-1.0.3.gem
113
114
  - brm_finance.gemspec
114
115
  - lib/.DS_Store
115
116
  homepage: https://github.com/aadamson/brm_finance