stock_market_days 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29c0b8d6c03e6fa5c802e1c81744d1c055435af893ebc955af02101e14a5b59c
4
- data.tar.gz: 1b33d7255735e66b1d1918e98a885dda2694e20757c0e63078a20922b10a7ce9
3
+ metadata.gz: 94edfa2a6d5b3410f856de1d32c246ff87b51cf4d3b74e89e1676a2ed2a59d57
4
+ data.tar.gz: aa89e3e52a0538fd2aac5e4af6f237f454ec37931ba8fdb263faf30640a7431d
5
5
  SHA512:
6
- metadata.gz: 5bc256e5760d3c9363cdd6530dc1ae75b79ed237fad53ea85d143c568d83405482c53c13983f138e9d8cf6039c133579fa92c976abf98176bfdf50d0497b062b
7
- data.tar.gz: 6a344ca271f8fa390e2e81455d25ef88feab9fd070026b02d0e47002fd35ae8143f099c5b4ca301dbe641ab11184b996b44d3bb2d0d210839a153a9f7fef8d36
6
+ metadata.gz: 2eb4b581e6609621dd4b5745afddd41775af35350c6285f478cce54b6c43f4e440854a986d748147c049091442e4c62a5bb3750ac5b40a1e09d81c7470350d5d
7
+ data.tar.gz: a5e02e9d9864a96ba20eb9440a0730d81f6fa0ed6cfac683b1cc5956bf9dfc121f808a0f0c7647807db1692e6d1e4166622311df65e0eb771bfe97e3d6acdcd3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ Version 1.1.1 (5/22/2024)
2
+ * A few historical date corrections
3
+
1
4
  Version 1.1.0 (6/19/2022)
2
5
  * Adjusted market days for new Juneteenth federal holiday
3
6
 
data/Gemfile.lock CHANGED
@@ -8,7 +8,7 @@ PATH
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- addressable (2.7.0)
11
+ addressable (2.8.0)
12
12
  public_suffix (>= 2.0.2, < 5.0)
13
13
  clipboard (1.3.5)
14
14
  coderay (1.1.3)
@@ -22,7 +22,8 @@ GEM
22
22
  method_source (~> 1.0)
23
23
  public_suffix (4.0.6)
24
24
  rake (13.0.3)
25
- rexml (3.2.4)
25
+ rexml (3.2.8)
26
+ strscan (>= 3.0.9)
26
27
  rspec (3.10.0)
27
28
  rspec-core (~> 3.10.0)
28
29
  rspec-expectations (~> 3.10.0)
@@ -36,6 +37,7 @@ GEM
36
37
  diff-lcs (>= 1.2.0, < 2.0)
37
38
  rspec-support (~> 3.10.0)
38
39
  rspec-support (3.10.2)
40
+ strscan (3.1.0)
39
41
  webmock (3.11.2)
40
42
  addressable (>= 2.3.6)
41
43
  crack (>= 0.3.2)
data/README.md CHANGED
@@ -10,6 +10,7 @@ Typically, markets are closed on weekends and the following holidays:
10
10
  * Washington's Birthday (third Monday of Feburary)
11
11
  * Good Friday (Determined by http://www.maa.clell.de/StarDate/publ_holidays.html)
12
12
  * Memorial Day (last Monday of May)
13
+ * Juneteenth (June 19, or nearest Monday or Friday if on a weekend)
13
14
  * Independence Day (July 4, or July 3rd if on Saturday, July 5th if on Sunday)
14
15
  * Labor Day (First Monday of September)
15
16
  * Thanksgiving Day (Fourth Thursday of November)
@@ -23,7 +24,7 @@ to get rich!
23
24
  In your Gemfile:
24
25
 
25
26
  ```ruby
26
- gem 'stock_market_days', git: 'https://github.com/wakproductions/stock_market_days.git'
27
+ gem 'stock_market_days'
27
28
  ```
28
29
 
29
30
  ## Available Methods
@@ -763,7 +763,6 @@
763
763
  2017-01-11
764
764
  2017-01-12
765
765
  2017-01-13
766
- 2017-01-16
767
766
  2017-01-17
768
767
  2017-01-18
769
768
  2017-01-19
@@ -826,7 +825,6 @@
826
825
  2017-04-11
827
826
  2017-04-12
828
827
  2017-04-13
829
- 2017-04-14
830
828
  2017-04-17
831
829
  2017-04-18
832
830
  2017-04-19
@@ -1007,7 +1005,6 @@
1007
1005
  2017-12-27
1008
1006
  2017-12-28
1009
1007
  2017-12-29
1010
- 2018-01-01
1011
1008
  2018-01-02
1012
1009
  2018-01-03
1013
1010
  2018-01-04
@@ -1259,7 +1256,6 @@
1259
1256
  2018-12-27
1260
1257
  2018-12-28
1261
1258
  2018-12-31
1262
- 2019-01-01
1263
1259
  2019-01-02
1264
1260
  2019-01-03
1265
1261
  2019-01-04
@@ -1485,11 +1481,11 @@
1485
1481
  2019-11-18
1486
1482
  2019-11-19
1487
1483
  2019-11-20
1484
+ 2019-11-21
1488
1485
  2019-11-22
1489
1486
  2019-11-25
1490
1487
  2019-11-26
1491
1488
  2019-11-27
1492
- 2019-11-28
1493
1489
  2019-11-29
1494
1490
  2019-12-02
1495
1491
  2019-12-03
@@ -1512,7 +1508,6 @@
1512
1508
  2019-12-27
1513
1509
  2019-12-30
1514
1510
  2019-12-31
1515
- 2020-01-01
1516
1511
  2020-01-02
1517
1512
  2020-01-03
1518
1513
  2020-01-06
@@ -1737,11 +1732,11 @@
1737
1732
  2020-11-16
1738
1733
  2020-11-17
1739
1734
  2020-11-18
1735
+ 2020-11-19
1740
1736
  2020-11-20
1741
1737
  2020-11-23
1742
1738
  2020-11-24
1743
1739
  2020-11-25
1744
- 2020-11-26
1745
1740
  2020-11-27
1746
1741
  2020-11-30
1747
1742
  2020-12-01
@@ -1,3 +1,3 @@
1
1
  module StockMarketDays
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end
@@ -63,9 +63,19 @@ describe StockMarketDays do
63
63
  end
64
64
 
65
65
  context 'is Thanksgiving' do
66
- let(:date) { Date.new(2023,11,23) }
66
+ let(:dates) do
67
+ [
68
+ Date.new(2019,11,28),
69
+ Date.new(2020,11,26),
70
+ Date.new(2023,11,23)
71
+ ]
72
+ end
67
73
 
68
- it { is_expected.to be_falsey }
74
+ it 'reports market closed on Thanksgiving' do
75
+ dates.each do |market_closed_day|
76
+ expect(described_class.is_market_day?(market_closed_day)).to be_falsey
77
+ end
78
+ end
69
79
  end
70
80
 
71
81
  context 'is Christmas (observed)' do
@@ -73,6 +83,22 @@ describe StockMarketDays do
73
83
 
74
84
  it { is_expected.to be_falsey }
75
85
  end
86
+
87
+ context 'is New Year\'s Day' do
88
+ let(:dates) do
89
+ [
90
+ Date.new(2018,1,1),
91
+ Date.new(2019,1,1),
92
+ Date.new(2020,1,1)
93
+ ]
94
+ end
95
+
96
+ it 'reports market closed on New Year\'s Day' do
97
+ dates.each do |market_closed_day|
98
+ expect(described_class.is_market_day?(market_closed_day)).to be_falsey
99
+ end
100
+ end
101
+ end
76
102
  end
77
103
 
78
104
  context '#market_days_between' do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stock_market_days
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Winston Kotzan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-19 00:00:00.000000000 Z
11
+ date: 2024-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  - !ruby/object:Gem::Version
139
139
  version: '0'
140
140
  requirements: []
141
- rubygems_version: 3.3.7
141
+ rubygems_version: 3.3.26
142
142
  signing_key:
143
143
  specification_version: 4
144
144
  summary: A gem for determining the days that the stock market is open