month.rb 0.10.1 → 0.10.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/Month/VERSION.rb +1 -1
  3. metadata +2 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b97a09ed7cb5c7438bf59328198bcde82816100eec95c313df726d72998f4e4
4
- data.tar.gz: af98ea23b64a5f1fdb05c3bf5a456c8f8f1e8ffeb08034598b6ea769762ee811
3
+ metadata.gz: 7b29fcfe6e68085cab027d4cb98ead03a46e3bcc8e6ee164551dde580faee582
4
+ data.tar.gz: d2a7fa1295be5d12894d5bb04d8d962d9d20881463be78e55e78c1e897ff7cf8
5
5
  SHA512:
6
- metadata.gz: 48d6619554a28d0fbc9e51bf51f6cd32d3c73be3f6e5d9fb5db1e5c457628e9674c5da5d19e4e0e72373d2f89a342f5ca6cdd247362c54c550506c0e59db67c3
7
- data.tar.gz: 4eca5cf477e77721bdd0616eba0d1ff08e08f3f891edd1019de1cef456c80cb68100ecb22f5cdc4f541cdb26412e34aa8bc870952e46e73c53a0326ed878799d
6
+ metadata.gz: d50acaf87260f3ffd17a75970062bfc4c1607f6a162b37c84fbed0d217de31a18765b18cbcd7aaf0716d6e1122380dc3ced59ab24137211b50e69a0ab8134dc2
7
+ data.tar.gz: b01c945b58b7857ff3784ca05950d8131e8456d33b28695895ba38acc8b4c1fae3ab49d57d50b3840b0f38d412216d8e164844ad7c6b736e26554866d4338ee2
data/lib/Month/VERSION.rb CHANGED
@@ -2,5 +2,5 @@
2
2
  # Month::VERSION
3
3
 
4
4
  class Month
5
- VERSION = '0.10.1' unless defined?(VERSION)
5
+ VERSION = '0.10.2' unless defined?(VERSION)
6
6
  end
metadata CHANGED
@@ -1,11 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: month.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - thoran
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
10
  date: 2024-03-06 00:00:00.000000000 Z
@@ -156,7 +155,6 @@ homepage: http://github.com/thoran/month.rb
156
155
  licenses:
157
156
  - MIT
158
157
  metadata: {}
159
- post_install_message:
160
158
  rdoc_options: []
161
159
  require_paths:
162
160
  - lib
@@ -171,8 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
169
  - !ruby/object:Gem::Version
172
170
  version: '0'
173
171
  requirements: []
174
- rubygems_version: 3.5.6
175
- signing_key:
172
+ rubygems_version: 4.0.18
176
173
  specification_version: 4
177
174
  summary: A library to help working with months.
178
175
  test_files: []