active_period 6.2.0 → 6.2.1
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/active_period.gemspec +1 -1
- data/lib/active_period/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31de1be46b05886d6be69b936ad0d708e0b5169f57e8c96be53be4073196bbf5
|
4
|
+
data.tar.gz: 6972b4d8c4178901863d9a2e6d5155ce9c1406fc1895c4d54980756652585ab5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: deb9549d9a5752cd99b98fa3943d6a1b19f07b505319e99439bcfd9f1b1d716d1424c21fc2f60ac1fc9954e06b96ee3473646a3472deb4a28d8cfb3ad6367ea5
|
7
|
+
data.tar.gz: ed10625ee2779f305739b4ff1f3295d2d66a8cd21cb8371cbe2cde6d2686eedce85d21e845a9171d837b9db075cd0ffefdc6f27693538d57b25f9972720040aa
|
data/active_period.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
|
10
10
|
spec.summary = 'Manage time ranges without brain damage.'
|
11
11
|
# spec.description = "Period.new('01/01/2020'..Time.now)"
|
12
|
-
spec.homepage = "https://github.com/billaul/
|
12
|
+
spec.homepage = "https://github.com/billaul/active_period"
|
13
13
|
spec.license = 'MIT'
|
14
14
|
|
15
15
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_period
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.2.
|
4
|
+
version: 6.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- billau_l
|
@@ -115,14 +115,14 @@ files:
|
|
115
115
|
- lib/numeric.rb
|
116
116
|
- lib/period.rb
|
117
117
|
- lib/range.rb
|
118
|
-
homepage: https://github.com/billaul/
|
118
|
+
homepage: https://github.com/billaul/active_period
|
119
119
|
licenses:
|
120
120
|
- MIT
|
121
121
|
metadata:
|
122
|
-
bug_tracker_uri: https://github.com/billaul/
|
123
|
-
homepage_uri: https://github.com/billaul/
|
124
|
-
documentation_uri: https://github.com/billaul/
|
125
|
-
source_code_uri: https://github.com/billaul/
|
122
|
+
bug_tracker_uri: https://github.com/billaul/active_period/issues
|
123
|
+
homepage_uri: https://github.com/billaul/active_period
|
124
|
+
documentation_uri: https://github.com/billaul/active_period
|
125
|
+
source_code_uri: https://github.com/billaul/active_period
|
126
126
|
post_install_message:
|
127
127
|
rdoc_options: []
|
128
128
|
require_paths:
|