fugit 1.4.0 → 1.4.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: 123f788edd6b7510be158be7ffdca00424eea5755aff767ae643180689947636
4
- data.tar.gz: c789eaf6ecf0ae363faafa8536b11b97e6c6e02af35983ae13f9c8649fe63ab3
3
+ metadata.gz: e0c9e5123de2ba25d006290c43946a4028fc3467ec3f424bf57b23ce5c41cd65
4
+ data.tar.gz: c9f6a5bdc8d40e7b6c585dca633066df98ff22b298c9158c333c54c2fbb2bab3
5
5
  SHA512:
6
- metadata.gz: a7af25bbc69dcf5f891900d1620f171451a38ea269cb888ff440061ba0d8f1357a3789bcc446b71beba27a5029ad3214a65197d32165c4ed8e7fcc98fd25ad7e
7
- data.tar.gz: 89dad0285342e14e9ba1e346a1aae742775048c87bd569b1b8ec5a5edde914435cc3ffb414baa52b948b7af948e5c2cff9ea75cf61503133454eebf780eaebe3
6
+ metadata.gz: 9135ff881b272674fb1768d2548efca04541f1aab790b04c6a9e060e172c722df7c73bd9dc98a221f7ab4e566b4600cb7e3f667ced5fbc92d7683667c7ab1c21
7
+ data.tar.gz: 0f6e3113b06d2bc287a608f6215c3a902e3eedf410f6c83e5e7d9da79122b6562f9d400d3cf19f1cc45b662b72e1d740115aedf0502f9552e8af6bdb39db750f
@@ -2,6 +2,11 @@
2
2
  # CHANGELOG.md
3
3
 
4
4
 
5
+ ## fugit 1.4.1 released 2020-11-25
6
+
7
+ * Suppress warning, gh-46, thanks @amatsuda
8
+
9
+
5
10
  ## fugit 1.4.0 released 2020-10-27
6
11
 
7
12
  * Ensure cron accepts "25-L" for monthday, gh-45
data/CREDITS.md CHANGED
@@ -1,6 +1,7 @@
1
1
 
2
2
  # fugit credits
3
3
 
4
+ * Matsuda Akira https://github.com/amatsuda gh-46, warning suppression
4
5
  * Honglooker https://github.com/honglooker gh-43, New York cron skip
5
6
  * Jérôme Dalbert https://github.com/jeromedalbert gh-41, gh-42
6
7
  * Danny Ben Shitrit https://github.com/DannyBen nat variants, gh-38
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Fugit
4
4
 
5
- VERSION = '1.4.0'
5
+ VERSION = '1.4.1'
6
6
  end
7
7
 
8
8
  require 'time'
@@ -407,7 +407,7 @@ module Fugit
407
407
  #when 'm' then slot(:m, pts)
408
408
  when 'm' then slot(:hm, '*', pts, strong: 1)
409
409
  when 's' then slot(:second, pts)
410
- else slot(pt.to_sym, pts)
410
+ else slot(pt.to_sym, pts)
411
411
  end
412
412
  end
413
413
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fugit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Mettraux
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-27 00:00:00.000000000 Z
11
+ date: 2020-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: raabro