tempora 0.2.9 → 0.3.0

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: 2b36f901b4949d2aad2653c7b2d14b80b8c30b20ce48156bfd81931bfb9c7d73
4
- data.tar.gz: 3bfa3b248c73c981ee58481daaeb8d05dcae1acca19dd711310e955fde2d9374
3
+ metadata.gz: b26ce6156fcf083948d06cfdb9fb0f0520ecd57690586e31cfaf802ea904a305
4
+ data.tar.gz: c6930849639a75a0ecb7dabefea030f5732d86ceb032de8981a591a2629c2bd0
5
5
  SHA512:
6
- metadata.gz: 56076ae7f9b8e0bb7de91def99985b8d9a90bf94c87eb2f39e6ad8d521d0e3358508d4a844f706a06b719160212f96d7217827ef52b4c81efa7b1622b57b4da0
7
- data.tar.gz: accd1aca27f12f536cc0c731a57ecf6d0d56df12e7278a801372195cea9a92debf0d7768aed6084bf35bedba9510f5e40a89cda9f31b28ad0f4a1440ff2d1b6b
6
+ metadata.gz: 5e193651840051b5bb6c410fbeba52a9bdd4646acdef232529d8f7bc7ae06b336f1cb273595941c64f8e2b6d09011ab092a9d4b2d926116f5e5b1dea54b79e04
7
+ data.tar.gz: 85b671fca78d8eba7a71ef5d56c8f258af43cc9d0bb4aa090c7e55799183ec1df9d561a4d28c03802d75d4fdc5f6c74bab303615addb65159688a391cd861e97
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tempora
4
- VERSION = "0.2.9"
4
+ VERSION = "0.3.0"
5
5
  end
data/lib/timeperiod.rb CHANGED
@@ -65,6 +65,6 @@ module Tempora
65
65
  alias_method :end, :end_date
66
66
  alias_method :last_day, :end_date
67
67
  alias_method :length, :duration
68
- alias_method :include? :contains?
68
+ alias_method :include?, :contains?
69
69
  end
70
70
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tempora
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Power