nth_week_with_rules 1.0.1 → 1.0.2

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
  SHA256:
3
- metadata.gz: 37a3231942f64048c3a5a827dd1b89e9f1ca001df80816985c791fa95c9df796
4
- data.tar.gz: 387b4eb799ec0bf11450c0b74af12d68ffcb6b3ee802250f41b4fb34a4d16665
3
+ metadata.gz: 61d8a6045b25d5c0396a1a428fcb76f2beec0e7875f41cbed5d84ca63d16b8ec
4
+ data.tar.gz: d0f61d5788f767275387b3ead07c07ae752fde353d0b42a6af6ccd095b36ff4d
5
5
  SHA512:
6
- metadata.gz: 5f35db9dcb49e3d29a2fc81f2efb714458c965ec419f543b2c966e8af6d843af110e2c941565a76503988c0eca30f29c3436f95e614ec0dc573dc41902a6e709
7
- data.tar.gz: 940b8b5e92c290d365de81f1d7eba9ace2fc9f363de8414636ee96824a8861d075ed8cb6b6a8b398a383c184f4a75f465d84de4a3fda34b7f474717a0ecefd53
6
+ metadata.gz: e133cccb687c9a66dc49a22ce37a00806b059c08a83e1d49d20dc579547ea397a2931f0beadec9e1d048c8b0891affe157ac6f8eb9098d7ab4fd2ffd4d6c4208
7
+ data.tar.gz: '09bd0ab70ff16c42eac0a5a7f3e7255a8beb5707143e9ea94454d47af843fe0a5b7b830fb9f46ac7606df4d788f36ae7309b86d165097bc2272a1056b86fc305'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NthWeekWithRules
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nth_week_with_rules
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ka
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-06-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: Calculate n-th week of the date with some rules
14
13
  email:
@@ -26,7 +25,6 @@ licenses:
26
25
  metadata:
27
26
  homepage_uri: https://github.com/kaosf/nth_week_with_rules
28
27
  source_code_uri: https://github.com/kaosf/nth_week_with_rules
29
- post_install_message:
30
28
  rdoc_options: []
31
29
  require_paths:
32
30
  - lib
@@ -41,8 +39,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
41
39
  - !ruby/object:Gem::Version
42
40
  version: '0'
43
41
  requirements: []
44
- rubygems_version: 3.4.10
45
- signing_key:
42
+ rubygems_version: 3.6.7
46
43
  specification_version: 4
47
44
  summary: Calculate n-th week of the date with some rules
48
45
  test_files: []