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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dba2a2ea208d8904f845e463f8f82f96590dce4f2ad10557a77f30bc9065380d
4
- data.tar.gz: 869c18ddc605ccc8fa4cd23da17bfad196e4cdc92de3c1fed5f378d66c2351cc
3
+ metadata.gz: 31de1be46b05886d6be69b936ad0d708e0b5169f57e8c96be53be4073196bbf5
4
+ data.tar.gz: 6972b4d8c4178901863d9a2e6d5155ce9c1406fc1895c4d54980756652585ab5
5
5
  SHA512:
6
- metadata.gz: b0287446e67fa3f801b70fcfe6fbf1190a9ac2f3957dc3ffd3cb499046e9f3ae8910ca01d5aa6142a0816012bc0db8505f93fccf432d7e1b7f4b624edcd112e2
7
- data.tar.gz: aa43b0db9103fb16e82b84ea29c62783d100b83b742f89393f2aaca73348da6d0aaeef6ee9623252e55e7f7dd4c721bcdba0fdaff9e74d11cbe50c50d7ff356a
6
+ metadata.gz: deb9549d9a5752cd99b98fa3943d6a1b19f07b505319e99439bcfd9f1b1d716d1424c21fc2f60ac1fc9954e06b96ee3473646a3472deb4a28d8cfb3ad6367ea5
7
+ data.tar.gz: ed10625ee2779f305739b4ff1f3295d2d66a8cd21cb8371cbe2cde6d2686eedce85d21e845a9171d837b9db075cd0ffefdc6f27693538d57b25f9972720040aa
@@ -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/period"
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'
@@ -1,5 +1,5 @@
1
1
  module ActivePeriod
2
2
 
3
- VERSION = '6.2.0'.freeze
3
+ VERSION = '6.2.1'.freeze
4
4
 
5
5
  end
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.0
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/period
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/period/issues
123
- homepage_uri: https://github.com/billaul/period
124
- documentation_uri: https://github.com/billaul/period
125
- source_code_uri: https://github.com/billaul/period
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: