simple_calendar 3.0.1 → 3.0.2

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: 37a9649373c34dabc95e3549b89903edea28a8b86e3c5e84defd640354390961
4
- data.tar.gz: 561d150c797c2c350fa00501f8936556412efe0158449aa909fd22b824fbf5e0
3
+ metadata.gz: f4263f199e295c6a5e2912c70aa07cc9dc4c4ef1ba1e9075bf952a994c788789
4
+ data.tar.gz: f13526f95a5ed4bcb18673b2c2e59ae460576359935c414dc507f9bbb5a09331
5
5
  SHA512:
6
- metadata.gz: 22c618117445c21407bfabd37889f83c5676143704a388670bf3f8b00ddd66d4d41fd2ccc5c4bdf9ecd2cde4b5b232407cac2d4265f2228640b51b4a65503e37
7
- data.tar.gz: c284fe582e697f44e001c22dd0380a74c7ef60827a835f7768c058c56585534c339c4b11541ca938ad44da5a6aedad5ccd60fd5fe3e795a0dc921534dbebf105
6
+ metadata.gz: 0ae5839ae76ba542cf86105ab9b57179d928b6adb7ef296e531bb71d18c0ef26cda03aad0a44d3fc94793ae0ede9d98cf8b1db8399192d2c0d365510d4998ae3
7
+ data.tar.gz: fa923a3da7a11a59668a9636fc904720967848912e2d50567084ae65c3bea79db482e38d0b89a5a51bb7d9b69ee2a40791e37da41a1f2b610c126ec5a99051d2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### Unreleased
2
+
3
+ ### 3.0.2
4
+
5
+ * Handle `events: nil`
6
+
1
7
  ### 3.0.1
2
8
 
3
9
  * Refactor to use block from `render_in` call to better support custom calendars
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  GIT
2
2
  remote: https://github.com/thoughtbot/appraisal.git
3
- revision: b200e636903700098bef25f4f51dbc4c46e4c04c
3
+ revision: feb78bcc6177038399bff098cb6c2bd4bca4972a
4
4
  specs:
5
- appraisal (2.4.1)
5
+ appraisal (2.5.0)
6
6
  bundler
7
7
  rake
8
8
  thor (>= 0.14.0)
@@ -10,78 +10,79 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- simple_calendar (3.0.1)
13
+ simple_calendar (3.0.2)
14
14
  rails (>= 6.1)
15
15
 
16
16
  GEM
17
17
  remote: http://rubygems.org/
18
18
  specs:
19
- actioncable (7.0.6)
20
- actionpack (= 7.0.6)
21
- activesupport (= 7.0.6)
19
+ actioncable (7.0.7.2)
20
+ actionpack (= 7.0.7.2)
21
+ activesupport (= 7.0.7.2)
22
22
  nio4r (~> 2.0)
23
23
  websocket-driver (>= 0.6.1)
24
- actionmailbox (7.0.6)
25
- actionpack (= 7.0.6)
26
- activejob (= 7.0.6)
27
- activerecord (= 7.0.6)
28
- activestorage (= 7.0.6)
29
- activesupport (= 7.0.6)
24
+ actionmailbox (7.0.7.2)
25
+ actionpack (= 7.0.7.2)
26
+ activejob (= 7.0.7.2)
27
+ activerecord (= 7.0.7.2)
28
+ activestorage (= 7.0.7.2)
29
+ activesupport (= 7.0.7.2)
30
30
  mail (>= 2.7.1)
31
31
  net-imap
32
32
  net-pop
33
33
  net-smtp
34
- actionmailer (7.0.6)
35
- actionpack (= 7.0.6)
36
- actionview (= 7.0.6)
37
- activejob (= 7.0.6)
38
- activesupport (= 7.0.6)
34
+ actionmailer (7.0.7.2)
35
+ actionpack (= 7.0.7.2)
36
+ actionview (= 7.0.7.2)
37
+ activejob (= 7.0.7.2)
38
+ activesupport (= 7.0.7.2)
39
39
  mail (~> 2.5, >= 2.5.4)
40
40
  net-imap
41
41
  net-pop
42
42
  net-smtp
43
43
  rails-dom-testing (~> 2.0)
44
- actionpack (7.0.6)
45
- actionview (= 7.0.6)
46
- activesupport (= 7.0.6)
44
+ actionpack (7.0.7.2)
45
+ actionview (= 7.0.7.2)
46
+ activesupport (= 7.0.7.2)
47
47
  rack (~> 2.0, >= 2.2.4)
48
48
  rack-test (>= 0.6.3)
49
49
  rails-dom-testing (~> 2.0)
50
50
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
51
- actiontext (7.0.6)
52
- actionpack (= 7.0.6)
53
- activerecord (= 7.0.6)
54
- activestorage (= 7.0.6)
55
- activesupport (= 7.0.6)
51
+ actiontext (7.0.7.2)
52
+ actionpack (= 7.0.7.2)
53
+ activerecord (= 7.0.7.2)
54
+ activestorage (= 7.0.7.2)
55
+ activesupport (= 7.0.7.2)
56
56
  globalid (>= 0.6.0)
57
57
  nokogiri (>= 1.8.5)
58
- actionview (7.0.6)
59
- activesupport (= 7.0.6)
58
+ actionview (7.0.7.2)
59
+ activesupport (= 7.0.7.2)
60
60
  builder (~> 3.1)
61
61
  erubi (~> 1.4)
62
62
  rails-dom-testing (~> 2.0)
63
63
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
64
- activejob (7.0.6)
65
- activesupport (= 7.0.6)
64
+ activejob (7.0.7.2)
65
+ activesupport (= 7.0.7.2)
66
66
  globalid (>= 0.3.6)
67
- activemodel (7.0.6)
68
- activesupport (= 7.0.6)
69
- activerecord (7.0.6)
70
- activemodel (= 7.0.6)
71
- activesupport (= 7.0.6)
72
- activestorage (7.0.6)
73
- actionpack (= 7.0.6)
74
- activejob (= 7.0.6)
75
- activerecord (= 7.0.6)
76
- activesupport (= 7.0.6)
67
+ activemodel (7.0.7.2)
68
+ activesupport (= 7.0.7.2)
69
+ activerecord (7.0.7.2)
70
+ activemodel (= 7.0.7.2)
71
+ activesupport (= 7.0.7.2)
72
+ activestorage (7.0.7.2)
73
+ actionpack (= 7.0.7.2)
74
+ activejob (= 7.0.7.2)
75
+ activerecord (= 7.0.7.2)
76
+ activesupport (= 7.0.7.2)
77
77
  marcel (~> 1.0)
78
78
  mini_mime (>= 1.1.0)
79
- activesupport (7.0.6)
79
+ activesupport (7.0.7.2)
80
80
  concurrent-ruby (~> 1.0, >= 1.0.2)
81
81
  i18n (>= 1.6, < 2)
82
82
  minitest (>= 5.1)
83
83
  tzinfo (~> 2.0)
84
84
  ast (2.4.2)
85
+ base64 (0.1.1)
85
86
  bindex (0.8.1)
86
87
  builder (3.2.4)
87
88
  concurrent-ruby (1.2.2)
@@ -105,9 +106,9 @@ GEM
105
106
  net-smtp
106
107
  marcel (1.0.2)
107
108
  method_source (1.0.0)
108
- mini_mime (1.1.2)
109
- minitest (5.18.1)
110
- net-imap (0.3.6)
109
+ mini_mime (1.1.5)
110
+ minitest (5.19.0)
111
+ net-imap (0.3.7)
111
112
  date
112
113
  net-protocol
113
114
  net-pop (0.1.2)
@@ -117,44 +118,44 @@ GEM
117
118
  net-smtp (0.3.3)
118
119
  net-protocol
119
120
  nio4r (2.5.9)
120
- nokogiri (1.15.3-x86_64-darwin)
121
+ nokogiri (1.15.4-x86_64-darwin)
121
122
  racc (~> 1.4)
122
- nokogiri (1.15.3-x86_64-linux)
123
+ nokogiri (1.15.4-x86_64-linux)
123
124
  racc (~> 1.4)
124
125
  parallel (1.23.0)
125
126
  parser (3.2.2.3)
126
127
  ast (~> 2.4.1)
127
128
  racc
128
- puma (6.3.0)
129
+ puma (6.3.1)
129
130
  nio4r (~> 2.0)
130
131
  racc (1.7.1)
131
- rack (2.2.7)
132
+ rack (2.2.8)
132
133
  rack-test (2.1.0)
133
134
  rack (>= 1.3)
134
- rails (7.0.6)
135
- actioncable (= 7.0.6)
136
- actionmailbox (= 7.0.6)
137
- actionmailer (= 7.0.6)
138
- actionpack (= 7.0.6)
139
- actiontext (= 7.0.6)
140
- actionview (= 7.0.6)
141
- activejob (= 7.0.6)
142
- activemodel (= 7.0.6)
143
- activerecord (= 7.0.6)
144
- activestorage (= 7.0.6)
145
- activesupport (= 7.0.6)
135
+ rails (7.0.7.2)
136
+ actioncable (= 7.0.7.2)
137
+ actionmailbox (= 7.0.7.2)
138
+ actionmailer (= 7.0.7.2)
139
+ actionpack (= 7.0.7.2)
140
+ actiontext (= 7.0.7.2)
141
+ actionview (= 7.0.7.2)
142
+ activejob (= 7.0.7.2)
143
+ activemodel (= 7.0.7.2)
144
+ activerecord (= 7.0.7.2)
145
+ activestorage (= 7.0.7.2)
146
+ activesupport (= 7.0.7.2)
146
147
  bundler (>= 1.15.0)
147
- railties (= 7.0.6)
148
- rails-dom-testing (2.1.1)
148
+ railties (= 7.0.7.2)
149
+ rails-dom-testing (2.2.0)
149
150
  activesupport (>= 5.0.0)
150
151
  minitest
151
152
  nokogiri (>= 1.6)
152
153
  rails-html-sanitizer (1.6.0)
153
154
  loofah (~> 2.21)
154
155
  nokogiri (~> 1.14)
155
- railties (7.0.6)
156
- actionpack (= 7.0.6)
157
- activesupport (= 7.0.6)
156
+ railties (7.0.7.2)
157
+ actionpack (= 7.0.7.2)
158
+ activesupport (= 7.0.7.2)
158
159
  method_source
159
160
  rake (>= 12.2)
160
161
  thor (~> 1.0)
@@ -162,37 +163,39 @@ GEM
162
163
  rainbow (3.1.1)
163
164
  rake (13.0.6)
164
165
  regexp_parser (2.8.1)
165
- rexml (3.2.5)
166
- rubocop (1.52.1)
166
+ rexml (3.2.6)
167
+ rubocop (1.56.1)
168
+ base64 (~> 0.1.1)
167
169
  json (~> 2.3)
170
+ language_server-protocol (>= 3.17.0)
168
171
  parallel (~> 1.10)
169
172
  parser (>= 3.2.2.3)
170
173
  rainbow (>= 2.2.2, < 4.0)
171
174
  regexp_parser (>= 1.8, < 3.0)
172
175
  rexml (>= 3.2.5, < 4.0)
173
- rubocop-ast (>= 1.28.0, < 2.0)
176
+ rubocop-ast (>= 1.28.1, < 2.0)
174
177
  ruby-progressbar (~> 1.7)
175
178
  unicode-display_width (>= 2.4.0, < 3.0)
176
179
  rubocop-ast (1.29.0)
177
180
  parser (>= 3.2.1.0)
178
- rubocop-performance (1.18.0)
181
+ rubocop-performance (1.19.0)
179
182
  rubocop (>= 1.7.0, < 2.0)
180
183
  rubocop-ast (>= 0.4.0)
181
184
  ruby-progressbar (1.13.0)
182
185
  sqlite3 (1.6.3-x86_64-darwin)
183
186
  sqlite3 (1.6.3-x86_64-linux)
184
- standard (1.30.1)
187
+ standard (1.31.0)
185
188
  language_server-protocol (~> 3.17.0.2)
186
189
  lint_roller (~> 1.0)
187
- rubocop (~> 1.52.0)
190
+ rubocop (~> 1.56.0)
188
191
  standard-custom (~> 1.0.0)
189
- standard-performance (~> 1.1.0)
192
+ standard-performance (~> 1.2)
190
193
  standard-custom (1.0.2)
191
194
  lint_roller (~> 1.0)
192
195
  rubocop (~> 1.50)
193
- standard-performance (1.1.1)
196
+ standard-performance (1.2.0)
194
197
  lint_roller (~> 1.1)
195
- rubocop-performance (~> 1.18.0)
198
+ rubocop-performance (~> 1.19.0)
196
199
  thor (1.2.2)
197
200
  timeout (0.4.0)
198
201
  tzinfo (2.0.6)
@@ -203,10 +206,10 @@ GEM
203
206
  activemodel (>= 6.0.0)
204
207
  bindex (>= 0.4.0)
205
208
  railties (>= 6.0.0)
206
- websocket-driver (0.7.5)
209
+ websocket-driver (0.7.6)
207
210
  websocket-extensions (>= 0.1.0)
208
211
  websocket-extensions (0.1.5)
209
- zeitwerk (2.6.8)
212
+ zeitwerk (2.6.11)
210
213
 
211
214
  PLATFORMS
212
215
  x86_64-darwin-20
@@ -1,8 +1,8 @@
1
1
  GIT
2
2
  remote: https://github.com/thoughtbot/appraisal.git
3
- revision: b200e636903700098bef25f4f51dbc4c46e4c04c
3
+ revision: feb78bcc6177038399bff098cb6c2bd4bca4972a
4
4
  specs:
5
- appraisal (2.4.1)
5
+ appraisal (2.5.0)
6
6
  bundler
7
7
  rake
8
8
  thor (>= 0.14.0)
@@ -10,72 +10,73 @@ GIT
10
10
  PATH
11
11
  remote: ..
12
12
  specs:
13
- simple_calendar (3.0.1)
13
+ simple_calendar (3.0.2)
14
14
  rails (>= 6.1)
15
15
 
16
16
  GEM
17
17
  remote: http://rubygems.org/
18
18
  specs:
19
- actioncable (6.1.7.4)
20
- actionpack (= 6.1.7.4)
21
- activesupport (= 6.1.7.4)
19
+ actioncable (6.1.7.6)
20
+ actionpack (= 6.1.7.6)
21
+ activesupport (= 6.1.7.6)
22
22
  nio4r (~> 2.0)
23
23
  websocket-driver (>= 0.6.1)
24
- actionmailbox (6.1.7.4)
25
- actionpack (= 6.1.7.4)
26
- activejob (= 6.1.7.4)
27
- activerecord (= 6.1.7.4)
28
- activestorage (= 6.1.7.4)
29
- activesupport (= 6.1.7.4)
24
+ actionmailbox (6.1.7.6)
25
+ actionpack (= 6.1.7.6)
26
+ activejob (= 6.1.7.6)
27
+ activerecord (= 6.1.7.6)
28
+ activestorage (= 6.1.7.6)
29
+ activesupport (= 6.1.7.6)
30
30
  mail (>= 2.7.1)
31
- actionmailer (6.1.7.4)
32
- actionpack (= 6.1.7.4)
33
- actionview (= 6.1.7.4)
34
- activejob (= 6.1.7.4)
35
- activesupport (= 6.1.7.4)
31
+ actionmailer (6.1.7.6)
32
+ actionpack (= 6.1.7.6)
33
+ actionview (= 6.1.7.6)
34
+ activejob (= 6.1.7.6)
35
+ activesupport (= 6.1.7.6)
36
36
  mail (~> 2.5, >= 2.5.4)
37
37
  rails-dom-testing (~> 2.0)
38
- actionpack (6.1.7.4)
39
- actionview (= 6.1.7.4)
40
- activesupport (= 6.1.7.4)
38
+ actionpack (6.1.7.6)
39
+ actionview (= 6.1.7.6)
40
+ activesupport (= 6.1.7.6)
41
41
  rack (~> 2.0, >= 2.0.9)
42
42
  rack-test (>= 0.6.3)
43
43
  rails-dom-testing (~> 2.0)
44
44
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
45
- actiontext (6.1.7.4)
46
- actionpack (= 6.1.7.4)
47
- activerecord (= 6.1.7.4)
48
- activestorage (= 6.1.7.4)
49
- activesupport (= 6.1.7.4)
45
+ actiontext (6.1.7.6)
46
+ actionpack (= 6.1.7.6)
47
+ activerecord (= 6.1.7.6)
48
+ activestorage (= 6.1.7.6)
49
+ activesupport (= 6.1.7.6)
50
50
  nokogiri (>= 1.8.5)
51
- actionview (6.1.7.4)
52
- activesupport (= 6.1.7.4)
51
+ actionview (6.1.7.6)
52
+ activesupport (= 6.1.7.6)
53
53
  builder (~> 3.1)
54
54
  erubi (~> 1.4)
55
55
  rails-dom-testing (~> 2.0)
56
56
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
57
- activejob (6.1.7.4)
58
- activesupport (= 6.1.7.4)
57
+ activejob (6.1.7.6)
58
+ activesupport (= 6.1.7.6)
59
59
  globalid (>= 0.3.6)
60
- activemodel (6.1.7.4)
61
- activesupport (= 6.1.7.4)
62
- activerecord (6.1.7.4)
63
- activemodel (= 6.1.7.4)
64
- activesupport (= 6.1.7.4)
65
- activestorage (6.1.7.4)
66
- actionpack (= 6.1.7.4)
67
- activejob (= 6.1.7.4)
68
- activerecord (= 6.1.7.4)
69
- activesupport (= 6.1.7.4)
60
+ activemodel (6.1.7.6)
61
+ activesupport (= 6.1.7.6)
62
+ activerecord (6.1.7.6)
63
+ activemodel (= 6.1.7.6)
64
+ activesupport (= 6.1.7.6)
65
+ activestorage (6.1.7.6)
66
+ actionpack (= 6.1.7.6)
67
+ activejob (= 6.1.7.6)
68
+ activerecord (= 6.1.7.6)
69
+ activesupport (= 6.1.7.6)
70
70
  marcel (~> 1.0)
71
71
  mini_mime (>= 1.1.0)
72
- activesupport (6.1.7.4)
72
+ activesupport (6.1.7.6)
73
73
  concurrent-ruby (~> 1.0, >= 1.0.2)
74
74
  i18n (>= 1.6, < 2)
75
75
  minitest (>= 5.1)
76
76
  tzinfo (~> 2.0)
77
77
  zeitwerk (~> 2.3)
78
78
  ast (2.4.2)
79
+ base64 (0.1.1)
79
80
  bindex (0.8.1)
80
81
  builder (3.2.4)
81
82
  concurrent-ruby (1.2.2)
@@ -99,10 +100,10 @@ GEM
99
100
  net-smtp
100
101
  marcel (1.0.2)
101
102
  method_source (1.0.0)
102
- mini_mime (1.1.2)
103
- mini_portile2 (2.8.2)
104
- minitest (5.18.1)
105
- net-imap (0.3.6)
103
+ mini_mime (1.1.5)
104
+ mini_portile2 (2.8.4)
105
+ minitest (5.19.0)
106
+ net-imap (0.3.7)
106
107
  date
107
108
  net-protocol
108
109
  net-pop (0.1.2)
@@ -112,68 +113,70 @@ GEM
112
113
  net-smtp (0.3.3)
113
114
  net-protocol
114
115
  nio4r (2.5.9)
115
- nokogiri (1.15.3)
116
+ nokogiri (1.15.4)
116
117
  mini_portile2 (~> 2.8.2)
117
118
  racc (~> 1.4)
118
- nokogiri (1.15.3-x86_64-darwin)
119
+ nokogiri (1.15.4-x86_64-darwin)
119
120
  racc (~> 1.4)
120
- nokogiri (1.15.3-x86_64-linux)
121
+ nokogiri (1.15.4-x86_64-linux)
121
122
  racc (~> 1.4)
122
123
  parallel (1.23.0)
123
124
  parser (3.2.2.3)
124
125
  ast (~> 2.4.1)
125
126
  racc
126
- puma (6.3.0)
127
+ puma (6.3.1)
127
128
  nio4r (~> 2.0)
128
129
  racc (1.7.1)
129
- rack (2.2.7)
130
+ rack (2.2.8)
130
131
  rack-test (2.1.0)
131
132
  rack (>= 1.3)
132
- rails (6.1.7.4)
133
- actioncable (= 6.1.7.4)
134
- actionmailbox (= 6.1.7.4)
135
- actionmailer (= 6.1.7.4)
136
- actionpack (= 6.1.7.4)
137
- actiontext (= 6.1.7.4)
138
- actionview (= 6.1.7.4)
139
- activejob (= 6.1.7.4)
140
- activemodel (= 6.1.7.4)
141
- activerecord (= 6.1.7.4)
142
- activestorage (= 6.1.7.4)
143
- activesupport (= 6.1.7.4)
133
+ rails (6.1.7.6)
134
+ actioncable (= 6.1.7.6)
135
+ actionmailbox (= 6.1.7.6)
136
+ actionmailer (= 6.1.7.6)
137
+ actionpack (= 6.1.7.6)
138
+ actiontext (= 6.1.7.6)
139
+ actionview (= 6.1.7.6)
140
+ activejob (= 6.1.7.6)
141
+ activemodel (= 6.1.7.6)
142
+ activerecord (= 6.1.7.6)
143
+ activestorage (= 6.1.7.6)
144
+ activesupport (= 6.1.7.6)
144
145
  bundler (>= 1.15.0)
145
- railties (= 6.1.7.4)
146
+ railties (= 6.1.7.6)
146
147
  sprockets-rails (>= 2.0.0)
147
- rails-dom-testing (2.1.1)
148
+ rails-dom-testing (2.2.0)
148
149
  activesupport (>= 5.0.0)
149
150
  minitest
150
151
  nokogiri (>= 1.6)
151
152
  rails-html-sanitizer (1.6.0)
152
153
  loofah (~> 2.21)
153
154
  nokogiri (~> 1.14)
154
- railties (6.1.7.4)
155
- actionpack (= 6.1.7.4)
156
- activesupport (= 6.1.7.4)
155
+ railties (6.1.7.6)
156
+ actionpack (= 6.1.7.6)
157
+ activesupport (= 6.1.7.6)
157
158
  method_source
158
159
  rake (>= 12.2)
159
160
  thor (~> 1.0)
160
161
  rainbow (3.1.1)
161
162
  rake (13.0.6)
162
163
  regexp_parser (2.8.1)
163
- rexml (3.2.5)
164
- rubocop (1.52.1)
164
+ rexml (3.2.6)
165
+ rubocop (1.56.1)
166
+ base64 (~> 0.1.1)
165
167
  json (~> 2.3)
168
+ language_server-protocol (>= 3.17.0)
166
169
  parallel (~> 1.10)
167
170
  parser (>= 3.2.2.3)
168
171
  rainbow (>= 2.2.2, < 4.0)
169
172
  regexp_parser (>= 1.8, < 3.0)
170
173
  rexml (>= 3.2.5, < 4.0)
171
- rubocop-ast (>= 1.28.0, < 2.0)
174
+ rubocop-ast (>= 1.28.1, < 2.0)
172
175
  ruby-progressbar (~> 1.7)
173
176
  unicode-display_width (>= 2.4.0, < 3.0)
174
177
  rubocop-ast (1.29.0)
175
178
  parser (>= 3.2.1.0)
176
- rubocop-performance (1.18.0)
179
+ rubocop-performance (1.19.0)
177
180
  rubocop (>= 1.7.0, < 2.0)
178
181
  rubocop-ast (>= 0.4.0)
179
182
  ruby-progressbar (1.13.0)
@@ -188,18 +191,18 @@ GEM
188
191
  mini_portile2 (~> 2.8.0)
189
192
  sqlite3 (1.6.3-x86_64-darwin)
190
193
  sqlite3 (1.6.3-x86_64-linux)
191
- standard (1.30.1)
194
+ standard (1.31.0)
192
195
  language_server-protocol (~> 3.17.0.2)
193
196
  lint_roller (~> 1.0)
194
- rubocop (~> 1.52.0)
197
+ rubocop (~> 1.56.0)
195
198
  standard-custom (~> 1.0.0)
196
- standard-performance (~> 1.1.0)
199
+ standard-performance (~> 1.2)
197
200
  standard-custom (1.0.2)
198
201
  lint_roller (~> 1.0)
199
202
  rubocop (~> 1.50)
200
- standard-performance (1.1.1)
203
+ standard-performance (1.2.0)
201
204
  lint_roller (~> 1.1)
202
- rubocop-performance (~> 1.18.0)
205
+ rubocop-performance (~> 1.19.0)
203
206
  thor (1.2.2)
204
207
  timeout (0.4.0)
205
208
  tzinfo (2.0.6)
@@ -210,10 +213,10 @@ GEM
210
213
  activemodel (>= 6.0.0)
211
214
  bindex (>= 0.4.0)
212
215
  railties (>= 6.0.0)
213
- websocket-driver (0.7.5)
216
+ websocket-driver (0.7.6)
214
217
  websocket-extensions (>= 0.1.0)
215
218
  websocket-extensions (0.1.5)
216
- zeitwerk (2.6.8)
219
+ zeitwerk (2.6.11)
217
220
 
218
221
  PLATFORMS
219
222
  ruby
@@ -1,8 +1,8 @@
1
1
  GIT
2
2
  remote: https://github.com/thoughtbot/appraisal.git
3
- revision: b200e636903700098bef25f4f51dbc4c46e4c04c
3
+ revision: feb78bcc6177038399bff098cb6c2bd4bca4972a
4
4
  specs:
5
- appraisal (2.4.1)
5
+ appraisal (2.5.0)
6
6
  bundler
7
7
  rake
8
8
  thor (>= 0.14.0)
@@ -10,78 +10,79 @@ GIT
10
10
  PATH
11
11
  remote: ..
12
12
  specs:
13
- simple_calendar (3.0.1)
13
+ simple_calendar (3.0.2)
14
14
  rails (>= 6.1)
15
15
 
16
16
  GEM
17
17
  remote: http://rubygems.org/
18
18
  specs:
19
- actioncable (7.0.6)
20
- actionpack (= 7.0.6)
21
- activesupport (= 7.0.6)
19
+ actioncable (7.0.7.2)
20
+ actionpack (= 7.0.7.2)
21
+ activesupport (= 7.0.7.2)
22
22
  nio4r (~> 2.0)
23
23
  websocket-driver (>= 0.6.1)
24
- actionmailbox (7.0.6)
25
- actionpack (= 7.0.6)
26
- activejob (= 7.0.6)
27
- activerecord (= 7.0.6)
28
- activestorage (= 7.0.6)
29
- activesupport (= 7.0.6)
24
+ actionmailbox (7.0.7.2)
25
+ actionpack (= 7.0.7.2)
26
+ activejob (= 7.0.7.2)
27
+ activerecord (= 7.0.7.2)
28
+ activestorage (= 7.0.7.2)
29
+ activesupport (= 7.0.7.2)
30
30
  mail (>= 2.7.1)
31
31
  net-imap
32
32
  net-pop
33
33
  net-smtp
34
- actionmailer (7.0.6)
35
- actionpack (= 7.0.6)
36
- actionview (= 7.0.6)
37
- activejob (= 7.0.6)
38
- activesupport (= 7.0.6)
34
+ actionmailer (7.0.7.2)
35
+ actionpack (= 7.0.7.2)
36
+ actionview (= 7.0.7.2)
37
+ activejob (= 7.0.7.2)
38
+ activesupport (= 7.0.7.2)
39
39
  mail (~> 2.5, >= 2.5.4)
40
40
  net-imap
41
41
  net-pop
42
42
  net-smtp
43
43
  rails-dom-testing (~> 2.0)
44
- actionpack (7.0.6)
45
- actionview (= 7.0.6)
46
- activesupport (= 7.0.6)
44
+ actionpack (7.0.7.2)
45
+ actionview (= 7.0.7.2)
46
+ activesupport (= 7.0.7.2)
47
47
  rack (~> 2.0, >= 2.2.4)
48
48
  rack-test (>= 0.6.3)
49
49
  rails-dom-testing (~> 2.0)
50
50
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
51
- actiontext (7.0.6)
52
- actionpack (= 7.0.6)
53
- activerecord (= 7.0.6)
54
- activestorage (= 7.0.6)
55
- activesupport (= 7.0.6)
51
+ actiontext (7.0.7.2)
52
+ actionpack (= 7.0.7.2)
53
+ activerecord (= 7.0.7.2)
54
+ activestorage (= 7.0.7.2)
55
+ activesupport (= 7.0.7.2)
56
56
  globalid (>= 0.6.0)
57
57
  nokogiri (>= 1.8.5)
58
- actionview (7.0.6)
59
- activesupport (= 7.0.6)
58
+ actionview (7.0.7.2)
59
+ activesupport (= 7.0.7.2)
60
60
  builder (~> 3.1)
61
61
  erubi (~> 1.4)
62
62
  rails-dom-testing (~> 2.0)
63
63
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
64
- activejob (7.0.6)
65
- activesupport (= 7.0.6)
64
+ activejob (7.0.7.2)
65
+ activesupport (= 7.0.7.2)
66
66
  globalid (>= 0.3.6)
67
- activemodel (7.0.6)
68
- activesupport (= 7.0.6)
69
- activerecord (7.0.6)
70
- activemodel (= 7.0.6)
71
- activesupport (= 7.0.6)
72
- activestorage (7.0.6)
73
- actionpack (= 7.0.6)
74
- activejob (= 7.0.6)
75
- activerecord (= 7.0.6)
76
- activesupport (= 7.0.6)
67
+ activemodel (7.0.7.2)
68
+ activesupport (= 7.0.7.2)
69
+ activerecord (7.0.7.2)
70
+ activemodel (= 7.0.7.2)
71
+ activesupport (= 7.0.7.2)
72
+ activestorage (7.0.7.2)
73
+ actionpack (= 7.0.7.2)
74
+ activejob (= 7.0.7.2)
75
+ activerecord (= 7.0.7.2)
76
+ activesupport (= 7.0.7.2)
77
77
  marcel (~> 1.0)
78
78
  mini_mime (>= 1.1.0)
79
- activesupport (7.0.6)
79
+ activesupport (7.0.7.2)
80
80
  concurrent-ruby (~> 1.0, >= 1.0.2)
81
81
  i18n (>= 1.6, < 2)
82
82
  minitest (>= 5.1)
83
83
  tzinfo (~> 2.0)
84
84
  ast (2.4.2)
85
+ base64 (0.1.1)
85
86
  bindex (0.8.1)
86
87
  builder (3.2.4)
87
88
  concurrent-ruby (1.2.2)
@@ -105,9 +106,9 @@ GEM
105
106
  net-smtp
106
107
  marcel (1.0.2)
107
108
  method_source (1.0.0)
108
- mini_mime (1.1.2)
109
- minitest (5.18.1)
110
- net-imap (0.3.6)
109
+ mini_mime (1.1.5)
110
+ minitest (5.19.0)
111
+ net-imap (0.3.7)
111
112
  date
112
113
  net-protocol
113
114
  net-pop (0.1.2)
@@ -117,46 +118,46 @@ GEM
117
118
  net-smtp (0.3.3)
118
119
  net-protocol
119
120
  nio4r (2.5.9)
120
- nokogiri (1.15.3-arm64-darwin)
121
+ nokogiri (1.15.4-arm64-darwin)
121
122
  racc (~> 1.4)
122
- nokogiri (1.15.3-x86_64-darwin)
123
+ nokogiri (1.15.4-x86_64-darwin)
123
124
  racc (~> 1.4)
124
- nokogiri (1.15.3-x86_64-linux)
125
+ nokogiri (1.15.4-x86_64-linux)
125
126
  racc (~> 1.4)
126
127
  parallel (1.23.0)
127
128
  parser (3.2.2.3)
128
129
  ast (~> 2.4.1)
129
130
  racc
130
- puma (6.3.0)
131
+ puma (6.3.1)
131
132
  nio4r (~> 2.0)
132
133
  racc (1.7.1)
133
- rack (2.2.7)
134
+ rack (2.2.8)
134
135
  rack-test (2.1.0)
135
136
  rack (>= 1.3)
136
- rails (7.0.6)
137
- actioncable (= 7.0.6)
138
- actionmailbox (= 7.0.6)
139
- actionmailer (= 7.0.6)
140
- actionpack (= 7.0.6)
141
- actiontext (= 7.0.6)
142
- actionview (= 7.0.6)
143
- activejob (= 7.0.6)
144
- activemodel (= 7.0.6)
145
- activerecord (= 7.0.6)
146
- activestorage (= 7.0.6)
147
- activesupport (= 7.0.6)
137
+ rails (7.0.7.2)
138
+ actioncable (= 7.0.7.2)
139
+ actionmailbox (= 7.0.7.2)
140
+ actionmailer (= 7.0.7.2)
141
+ actionpack (= 7.0.7.2)
142
+ actiontext (= 7.0.7.2)
143
+ actionview (= 7.0.7.2)
144
+ activejob (= 7.0.7.2)
145
+ activemodel (= 7.0.7.2)
146
+ activerecord (= 7.0.7.2)
147
+ activestorage (= 7.0.7.2)
148
+ activesupport (= 7.0.7.2)
148
149
  bundler (>= 1.15.0)
149
- railties (= 7.0.6)
150
- rails-dom-testing (2.1.1)
150
+ railties (= 7.0.7.2)
151
+ rails-dom-testing (2.2.0)
151
152
  activesupport (>= 5.0.0)
152
153
  minitest
153
154
  nokogiri (>= 1.6)
154
155
  rails-html-sanitizer (1.6.0)
155
156
  loofah (~> 2.21)
156
157
  nokogiri (~> 1.14)
157
- railties (7.0.6)
158
- actionpack (= 7.0.6)
159
- activesupport (= 7.0.6)
158
+ railties (7.0.7.2)
159
+ actionpack (= 7.0.7.2)
160
+ activesupport (= 7.0.7.2)
160
161
  method_source
161
162
  rake (>= 12.2)
162
163
  thor (~> 1.0)
@@ -164,38 +165,40 @@ GEM
164
165
  rainbow (3.1.1)
165
166
  rake (13.0.6)
166
167
  regexp_parser (2.8.1)
167
- rexml (3.2.5)
168
- rubocop (1.52.1)
168
+ rexml (3.2.6)
169
+ rubocop (1.56.1)
170
+ base64 (~> 0.1.1)
169
171
  json (~> 2.3)
172
+ language_server-protocol (>= 3.17.0)
170
173
  parallel (~> 1.10)
171
174
  parser (>= 3.2.2.3)
172
175
  rainbow (>= 2.2.2, < 4.0)
173
176
  regexp_parser (>= 1.8, < 3.0)
174
177
  rexml (>= 3.2.5, < 4.0)
175
- rubocop-ast (>= 1.28.0, < 2.0)
178
+ rubocop-ast (>= 1.28.1, < 2.0)
176
179
  ruby-progressbar (~> 1.7)
177
180
  unicode-display_width (>= 2.4.0, < 3.0)
178
181
  rubocop-ast (1.29.0)
179
182
  parser (>= 3.2.1.0)
180
- rubocop-performance (1.18.0)
183
+ rubocop-performance (1.19.0)
181
184
  rubocop (>= 1.7.0, < 2.0)
182
185
  rubocop-ast (>= 0.4.0)
183
186
  ruby-progressbar (1.13.0)
184
187
  sqlite3 (1.6.3-arm64-darwin)
185
188
  sqlite3 (1.6.3-x86_64-darwin)
186
189
  sqlite3 (1.6.3-x86_64-linux)
187
- standard (1.30.1)
190
+ standard (1.31.0)
188
191
  language_server-protocol (~> 3.17.0.2)
189
192
  lint_roller (~> 1.0)
190
- rubocop (~> 1.52.0)
193
+ rubocop (~> 1.56.0)
191
194
  standard-custom (~> 1.0.0)
192
- standard-performance (~> 1.1.0)
195
+ standard-performance (~> 1.2)
193
196
  standard-custom (1.0.2)
194
197
  lint_roller (~> 1.0)
195
198
  rubocop (~> 1.50)
196
- standard-performance (1.1.1)
199
+ standard-performance (1.2.0)
197
200
  lint_roller (~> 1.1)
198
- rubocop-performance (~> 1.18.0)
201
+ rubocop-performance (~> 1.19.0)
199
202
  thor (1.2.2)
200
203
  timeout (0.4.0)
201
204
  tzinfo (2.0.6)
@@ -206,10 +209,10 @@ GEM
206
209
  activemodel (>= 6.0.0)
207
210
  bindex (>= 0.4.0)
208
211
  railties (>= 6.0.0)
209
- websocket-driver (0.7.5)
212
+ websocket-driver (0.7.6)
210
213
  websocket-extensions (>= 0.1.0)
211
214
  websocket-extensions (0.1.5)
212
- zeitwerk (2.6.8)
215
+ zeitwerk (2.6.11)
213
216
 
214
217
  PLATFORMS
215
218
  arm64-darwin-22
@@ -1,6 +1,6 @@
1
1
  GIT
2
2
  remote: https://github.com/rails/rails.git
3
- revision: c9cdd800d30ec38f079b3df0772ab47f4ba4b11f
3
+ revision: 153eae8995c2de3d1bafc0fb13ae5a3250703a3d
4
4
  specs:
5
5
  actioncable (7.1.0.alpha)
6
6
  actionpack (= 7.1.0.alpha)
@@ -27,7 +27,7 @@ GIT
27
27
  net-imap
28
28
  net-pop
29
29
  net-smtp
30
- rails-dom-testing (~> 2.0)
30
+ rails-dom-testing (~> 2.2)
31
31
  actionpack (7.1.0.alpha)
32
32
  actionview (= 7.1.0.alpha)
33
33
  activesupport (= 7.1.0.alpha)
@@ -35,7 +35,7 @@ GIT
35
35
  rack (>= 2.2.4)
36
36
  rack-session (>= 1.0.1)
37
37
  rack-test (>= 0.6.3)
38
- rails-dom-testing (~> 2.0)
38
+ rails-dom-testing (~> 2.2)
39
39
  rails-html-sanitizer (~> 1.6)
40
40
  actiontext (7.1.0.alpha)
41
41
  actionpack (= 7.1.0.alpha)
@@ -48,7 +48,7 @@ GIT
48
48
  activesupport (= 7.1.0.alpha)
49
49
  builder (~> 3.1)
50
50
  erubi (~> 1.11)
51
- rails-dom-testing (~> 2.0)
51
+ rails-dom-testing (~> 2.2)
52
52
  rails-html-sanitizer (~> 1.6)
53
53
  activejob (7.1.0.alpha)
54
54
  activesupport (= 7.1.0.alpha)
@@ -66,10 +66,13 @@ GIT
66
66
  activesupport (= 7.1.0.alpha)
67
67
  marcel (~> 1.0)
68
68
  activesupport (7.1.0.alpha)
69
+ base64
69
70
  concurrent-ruby (~> 1.0, >= 1.0.2)
70
71
  connection_pool (>= 2.2.5)
72
+ drb
71
73
  i18n (>= 1.6, < 2)
72
74
  minitest (>= 5.1)
75
+ mutex_m
73
76
  tzinfo (~> 2.0)
74
77
  rails (7.1.0.alpha)
75
78
  actioncable (= 7.1.0.alpha)
@@ -96,9 +99,9 @@ GIT
96
99
 
97
100
  GIT
98
101
  remote: https://github.com/thoughtbot/appraisal.git
99
- revision: b200e636903700098bef25f4f51dbc4c46e4c04c
102
+ revision: feb78bcc6177038399bff098cb6c2bd4bca4972a
100
103
  specs:
101
- appraisal (2.4.1)
104
+ appraisal (2.5.0)
102
105
  bundler
103
106
  rake
104
107
  thor (>= 0.14.0)
@@ -106,26 +109,29 @@ GIT
106
109
  PATH
107
110
  remote: ..
108
111
  specs:
109
- simple_calendar (3.0.1)
112
+ simple_calendar (3.0.2)
110
113
  rails (>= 6.1)
111
114
 
112
115
  GEM
113
116
  remote: http://rubygems.org/
114
117
  specs:
115
118
  ast (2.4.2)
119
+ base64 (0.1.1)
116
120
  bindex (0.8.1)
117
121
  builder (3.2.4)
118
122
  concurrent-ruby (1.2.2)
119
123
  connection_pool (2.4.1)
120
124
  crass (1.0.6)
121
125
  date (3.3.3)
126
+ drb (2.1.1)
127
+ ruby2_keywords
122
128
  erubi (1.12.0)
123
129
  globalid (1.1.0)
124
130
  activesupport (>= 5.0)
125
131
  i18n (1.14.1)
126
132
  concurrent-ruby (~> 1.0)
127
133
  io-console (0.6.0)
128
- irb (1.7.3)
134
+ irb (1.7.4)
129
135
  reline (>= 0.3.6)
130
136
  json (2.6.3)
131
137
  language_server-protocol (3.17.0.3)
@@ -139,10 +145,11 @@ GEM
139
145
  net-pop
140
146
  net-smtp
141
147
  marcel (1.0.2)
142
- mini_mime (1.1.2)
143
- mini_portile2 (2.8.2)
144
- minitest (5.18.1)
145
- net-imap (0.3.6)
148
+ mini_mime (1.1.5)
149
+ mini_portile2 (2.8.4)
150
+ minitest (5.19.0)
151
+ mutex_m (0.1.2)
152
+ net-imap (0.3.7)
146
153
  date
147
154
  net-protocol
148
155
  net-pop (0.1.2)
@@ -152,18 +159,18 @@ GEM
152
159
  net-smtp (0.3.3)
153
160
  net-protocol
154
161
  nio4r (2.5.9)
155
- nokogiri (1.15.3)
162
+ nokogiri (1.15.4)
156
163
  mini_portile2 (~> 2.8.2)
157
164
  racc (~> 1.4)
158
- nokogiri (1.15.3-x86_64-darwin)
165
+ nokogiri (1.15.4-x86_64-darwin)
159
166
  racc (~> 1.4)
160
- nokogiri (1.15.3-x86_64-linux)
167
+ nokogiri (1.15.4-x86_64-linux)
161
168
  racc (~> 1.4)
162
169
  parallel (1.23.0)
163
170
  parser (3.2.2.3)
164
171
  ast (~> 2.4.1)
165
172
  racc
166
- puma (6.3.0)
173
+ puma (6.3.1)
167
174
  nio4r (~> 2.0)
168
175
  racc (1.7.1)
169
176
  rack (3.0.8)
@@ -174,7 +181,7 @@ GEM
174
181
  rackup (2.1.0)
175
182
  rack (>= 3)
176
183
  webrick (~> 1.8)
177
- rails-dom-testing (2.1.1)
184
+ rails-dom-testing (2.2.0)
178
185
  activesupport (>= 5.0.0)
179
186
  minitest
180
187
  nokogiri (>= 1.6)
@@ -184,41 +191,44 @@ GEM
184
191
  rainbow (3.1.1)
185
192
  rake (13.0.6)
186
193
  regexp_parser (2.8.1)
187
- reline (0.3.6)
194
+ reline (0.3.8)
188
195
  io-console (~> 0.5)
189
- rexml (3.2.5)
190
- rubocop (1.52.1)
196
+ rexml (3.2.6)
197
+ rubocop (1.56.1)
198
+ base64 (~> 0.1.1)
191
199
  json (~> 2.3)
200
+ language_server-protocol (>= 3.17.0)
192
201
  parallel (~> 1.10)
193
202
  parser (>= 3.2.2.3)
194
203
  rainbow (>= 2.2.2, < 4.0)
195
204
  regexp_parser (>= 1.8, < 3.0)
196
205
  rexml (>= 3.2.5, < 4.0)
197
- rubocop-ast (>= 1.28.0, < 2.0)
206
+ rubocop-ast (>= 1.28.1, < 2.0)
198
207
  ruby-progressbar (~> 1.7)
199
208
  unicode-display_width (>= 2.4.0, < 3.0)
200
209
  rubocop-ast (1.29.0)
201
210
  parser (>= 3.2.1.0)
202
- rubocop-performance (1.18.0)
211
+ rubocop-performance (1.19.0)
203
212
  rubocop (>= 1.7.0, < 2.0)
204
213
  rubocop-ast (>= 0.4.0)
205
214
  ruby-progressbar (1.13.0)
215
+ ruby2_keywords (0.0.5)
206
216
  sqlite3 (1.6.3)
207
217
  mini_portile2 (~> 2.8.0)
208
218
  sqlite3 (1.6.3-x86_64-darwin)
209
219
  sqlite3 (1.6.3-x86_64-linux)
210
- standard (1.30.1)
220
+ standard (1.31.0)
211
221
  language_server-protocol (~> 3.17.0.2)
212
222
  lint_roller (~> 1.0)
213
- rubocop (~> 1.52.0)
223
+ rubocop (~> 1.56.0)
214
224
  standard-custom (~> 1.0.0)
215
- standard-performance (~> 1.1.0)
225
+ standard-performance (~> 1.2)
216
226
  standard-custom (1.0.2)
217
227
  lint_roller (~> 1.0)
218
228
  rubocop (~> 1.50)
219
- standard-performance (1.1.1)
229
+ standard-performance (1.2.0)
220
230
  lint_roller (~> 1.1)
221
- rubocop-performance (~> 1.18.0)
231
+ rubocop-performance (~> 1.19.0)
222
232
  thor (1.2.2)
223
233
  timeout (0.4.0)
224
234
  tzinfo (2.0.6)
@@ -230,10 +240,10 @@ GEM
230
240
  bindex (>= 0.4.0)
231
241
  railties (>= 6.0.0)
232
242
  webrick (1.8.1)
233
- websocket-driver (0.7.5)
243
+ websocket-driver (0.7.6)
234
244
  websocket-extensions (>= 0.1.0)
235
245
  websocket-extensions (0.1.5)
236
- zeitwerk (2.6.8)
246
+ zeitwerk (2.6.11)
237
247
 
238
248
  PLATFORMS
239
249
  ruby
@@ -98,13 +98,13 @@ module SimpleCalendar
98
98
 
99
99
  def sorted_events
100
100
  @sorted_events ||= begin
101
- events = options.fetch(:events, []).reject { |e| e.send(attribute).nil? }.sort_by(&attribute)
101
+ events = Array.wrap(options[:events]).reject { |e| e.send(attribute).nil? }.sort_by(&attribute)
102
102
  group_events_by_date(events)
103
103
  end
104
104
  end
105
105
 
106
106
  def sorted_events_for(day)
107
- sorted_events.fetch(day, [])
107
+ Array.wrap(sorted_events[day])
108
108
  end
109
109
 
110
110
  def group_events_by_date(events)
@@ -1,3 +1,3 @@
1
1
  module SimpleCalendar
2
- VERSION = "3.0.1"
2
+ VERSION = "3.0.2"
3
3
  end
@@ -126,6 +126,13 @@ class CalendarTest < ActionView::TestCase
126
126
  end
127
127
  end
128
128
 
129
+ test "handles nil events" do
130
+ assert_nothing_raised do
131
+ calendar = SimpleCalendar::Calendar.new(view, events: nil)
132
+ calendar.sorted_events.first
133
+ end
134
+ end
135
+
129
136
  test "accepts an array of events" do
130
137
  first_event = Meeting.new(name: "event1", start_time: Date.today)
131
138
  second_event = Meeting.new(name: "event2", start_time: Date.today + 1.day)
@@ -10,7 +10,7 @@
10
10
  #
11
11
  # It's strongly recommended that you check this file into your version control system.
12
12
 
13
- ActiveRecord::Schema[7.0].define(version: 2022_09_30_184313) do
13
+ ActiveRecord::Schema.define(version: 2022_09_30_184313) do
14
14
  create_table "meetings", force: :cascade do |t|
15
15
  t.string "name"
16
16
  t.datetime "start_time", precision: nil
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_calendar
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Oliver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-08 00:00:00.000000000 Z
11
+ date: 2023-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  - !ruby/object:Gem::Version
150
150
  version: '0'
151
151
  requirements: []
152
- rubygems_version: 3.4.17
152
+ rubygems_version: 3.4.19
153
153
  signing_key:
154
154
  specification_version: 4
155
155
  summary: A simple Rails calendar