date_holidays-reader 1.0.2 → 1.0.3
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 +4 -4
- data/.circleci/config.yml +71 -0
- data/.gitignore +3 -0
- data/.rubocop.yml +3 -2
- data/.tool-versions +1 -1
- data/CHANGELOG.md +4 -0
- data/{date-holiday-reader.gemspec → date_holidays-reader.gemspec} +3 -1
- data/lib/date_holidays/reader/version.rb +1 -1
- data/yarn.lock +318 -1016
- metadata +22 -9
- data/.travis.yml +0 -17
- data/Gemfile.lock +0 -103
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: date_holidays-reader
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Gerry
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-06-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: acts_as_hashable
|
@@ -56,14 +56,14 @@ dependencies:
|
|
56
56
|
name: bundler
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- - "
|
59
|
+
- - ">="
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '1.17'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- - "
|
66
|
+
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '1.17'
|
69
69
|
- !ruby/object:Gem::Dependency
|
@@ -150,6 +150,20 @@ dependencies:
|
|
150
150
|
- - "~>"
|
151
151
|
- !ruby/object:Gem::Version
|
152
152
|
version: '3.0'
|
153
|
+
- !ruby/object:Gem::Dependency
|
154
|
+
name: rspec_junit_formatter
|
155
|
+
requirement: !ruby/object:Gem::Requirement
|
156
|
+
requirements:
|
157
|
+
- - ">="
|
158
|
+
- !ruby/object:Gem::Version
|
159
|
+
version: '0'
|
160
|
+
type: :development
|
161
|
+
prerelease: false
|
162
|
+
version_requirements: !ruby/object:Gem::Requirement
|
163
|
+
requirements:
|
164
|
+
- - ">="
|
165
|
+
- !ruby/object:Gem::Version
|
166
|
+
version: '0'
|
153
167
|
- !ruby/object:Gem::Dependency
|
154
168
|
name: rubocop
|
155
169
|
requirement: !ruby/object:Gem::Requirement
|
@@ -187,16 +201,15 @@ executables: []
|
|
187
201
|
extensions: []
|
188
202
|
extra_rdoc_files: []
|
189
203
|
files:
|
204
|
+
- ".circleci/config.yml"
|
190
205
|
- ".gitignore"
|
191
206
|
- ".rspec"
|
192
207
|
- ".rubocop.yml"
|
193
208
|
- ".tool-versions"
|
194
|
-
- ".travis.yml"
|
195
209
|
- CHANGELOG.md
|
196
210
|
- CODE_OF_CONDUCT.md
|
197
211
|
- Dockerfile
|
198
212
|
- Gemfile
|
199
|
-
- Gemfile.lock
|
200
213
|
- Guardfile
|
201
214
|
- LICENSE
|
202
215
|
- README.md
|
@@ -206,7 +219,7 @@ files:
|
|
206
219
|
- bin/date-holidays-version.js
|
207
220
|
- bin/holidays-to-json.js
|
208
221
|
- bin/setup
|
209
|
-
-
|
222
|
+
- date_holidays-reader.gemspec
|
210
223
|
- lib/date_holidays/reader.rb
|
211
224
|
- lib/date_holidays/reader/config.rb
|
212
225
|
- lib/date_holidays/reader/holiday.rb
|
@@ -228,9 +241,9 @@ require_paths:
|
|
228
241
|
- lib
|
229
242
|
required_ruby_version: !ruby/object:Gem::Requirement
|
230
243
|
requirements:
|
231
|
-
- - "
|
244
|
+
- - "~>"
|
232
245
|
- !ruby/object:Gem::Version
|
233
|
-
version: '
|
246
|
+
version: '2.5'
|
234
247
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
235
248
|
requirements:
|
236
249
|
- - ">="
|
data/.travis.yml
DELETED
data/Gemfile.lock
DELETED
@@ -1,103 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
date_holidays-reader (1.0.2)
|
5
|
-
acts_as_hashable (~> 1)
|
6
|
-
caution
|
7
|
-
os (~> 1)
|
8
|
-
|
9
|
-
GEM
|
10
|
-
remote: https://rubygems.org/
|
11
|
-
specs:
|
12
|
-
acts_as_hashable (1.1.0)
|
13
|
-
ast (2.4.0)
|
14
|
-
byebug (10.0.2)
|
15
|
-
caution (1.0.0)
|
16
|
-
coderay (1.1.2)
|
17
|
-
diff-lcs (1.3)
|
18
|
-
ffi (1.10.0)
|
19
|
-
formatador (0.2.5)
|
20
|
-
guard (2.15.0)
|
21
|
-
formatador (>= 0.2.4)
|
22
|
-
listen (>= 2.7, < 4.0)
|
23
|
-
lumberjack (>= 1.0.12, < 2.0)
|
24
|
-
nenv (~> 0.1)
|
25
|
-
notiffany (~> 0.0)
|
26
|
-
pry (>= 0.9.12)
|
27
|
-
shellany (~> 0.0)
|
28
|
-
thor (>= 0.18.1)
|
29
|
-
guard-compat (1.2.1)
|
30
|
-
guard-rspec (4.7.3)
|
31
|
-
guard (~> 2.1)
|
32
|
-
guard-compat (~> 1.1)
|
33
|
-
rspec (>= 2.99.0, < 4.0)
|
34
|
-
jaro_winkler (1.5.4)
|
35
|
-
listen (3.1.5)
|
36
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
37
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
38
|
-
ruby_dep (~> 1.2)
|
39
|
-
lumberjack (1.0.13)
|
40
|
-
method_source (0.9.2)
|
41
|
-
nenv (0.3.0)
|
42
|
-
notiffany (0.1.1)
|
43
|
-
nenv (~> 0.1)
|
44
|
-
shellany (~> 0.0)
|
45
|
-
os (1.0.0)
|
46
|
-
parallel (1.18.0)
|
47
|
-
parser (2.6.5.0)
|
48
|
-
ast (~> 2.4.0)
|
49
|
-
pry (0.12.2)
|
50
|
-
coderay (~> 1.1.0)
|
51
|
-
method_source (~> 0.9.0)
|
52
|
-
pry-byebug (3.6.0)
|
53
|
-
byebug (~> 10.0)
|
54
|
-
pry (~> 0.10)
|
55
|
-
rainbow (3.0.0)
|
56
|
-
rake (13.0.0)
|
57
|
-
rb-fsevent (0.10.3)
|
58
|
-
rb-inotify (0.10.0)
|
59
|
-
ffi (~> 1.0)
|
60
|
-
rspec (3.9.0)
|
61
|
-
rspec-core (~> 3.9.0)
|
62
|
-
rspec-expectations (~> 3.9.0)
|
63
|
-
rspec-mocks (~> 3.9.0)
|
64
|
-
rspec-core (3.9.0)
|
65
|
-
rspec-support (~> 3.9.0)
|
66
|
-
rspec-expectations (3.9.0)
|
67
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
68
|
-
rspec-support (~> 3.9.0)
|
69
|
-
rspec-mocks (3.9.0)
|
70
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
71
|
-
rspec-support (~> 3.9.0)
|
72
|
-
rspec-support (3.9.0)
|
73
|
-
rubocop (0.76.0)
|
74
|
-
jaro_winkler (~> 1.5.1)
|
75
|
-
parallel (~> 1.10)
|
76
|
-
parser (>= 2.6)
|
77
|
-
rainbow (>= 2.2.2, < 4.0)
|
78
|
-
ruby-progressbar (~> 1.7)
|
79
|
-
unicode-display_width (>= 1.4.0, < 1.7)
|
80
|
-
ruby-progressbar (1.10.1)
|
81
|
-
ruby_dep (1.5.0)
|
82
|
-
shellany (0.0.1)
|
83
|
-
terminal-notifier-guard (1.7.0)
|
84
|
-
thor (0.20.3)
|
85
|
-
unicode-display_width (1.6.0)
|
86
|
-
|
87
|
-
PLATFORMS
|
88
|
-
ruby
|
89
|
-
|
90
|
-
DEPENDENCIES
|
91
|
-
bundler (~> 1.17)
|
92
|
-
date_holidays-reader!
|
93
|
-
guard
|
94
|
-
guard-rspec
|
95
|
-
pry
|
96
|
-
pry-byebug
|
97
|
-
rake (~> 13.0)
|
98
|
-
rspec (~> 3.0)
|
99
|
-
rubocop
|
100
|
-
terminal-notifier-guard
|
101
|
-
|
102
|
-
BUNDLED WITH
|
103
|
-
1.17.3
|