temporal 0.4.2 → 0.4.4

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: df125734e3e60b7285ae5a9e7f1fb685fd561d19f935fea77dc05ec044c8bc88
4
- data.tar.gz: 47d8114ef139153e1e4aae6c910fea646161bb4d997664e3ba9627dc253498d9
3
+ metadata.gz: b4380a1eb9887a52b76a772993f9c777262eb51dbc1864fbde55f22378386acb
4
+ data.tar.gz: 2c05d91d189882d11d3dd66de188fabb33718847922383a17bdf54cc6e632423
5
5
  SHA512:
6
- metadata.gz: 61d889d91dcabf851c7a074752314b7a1e03aeaabe6a84817343e1cb34a1c6b729d9ff8c788c6d8848e487b4dde6fa008ed47583fd6d5469ac09941f53eb6b6f
7
- data.tar.gz: 746d0a313d4af5c09e8e914d3ecfe0a0b43c706b2c3011ec551f18544596b0893e10486e23179ef0248864bcff72b03902f7d8d09609d22294592eacd07e7a73
6
+ metadata.gz: 8823ecb2b07757bedea16149838ba0e6d864e9c8f7840e704bffcd44d1c212eade861c54da6693dedf8783680fbf7b94b2535afa2693e6f393aa0f7b512d3cf5
7
+ data.tar.gz: 0e1826a84bd9a16394bde6d310590cd87c993efecf4babf84cf2e88a9713d0226f782491272129c4831b04753b5dd687ee3ec4348bfb4b3d8ea5637dafb5d8d4
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ ruby-3.2.2
@@ -1,3 +1,3 @@
1
1
  module Temporal
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.4"
3
3
  end
data/temporal.gemspec CHANGED
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.authors = ["Clive Crous"]
9
9
  s.email = ["clive@crous.co.za"]
10
10
  s.homepage = "https://github.com/clivecrous/temporal"
11
+ s.license = "MIT"
11
12
  s.summary = "A natural language date and time parser"
12
13
  s.description = "This project is still in early development. Only the mathematical side is complete. eg: Time.now + 3.years + 2.months"
13
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: temporal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clive Crous
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-11 00:00:00.000000000 Z
11
+ date: 2023-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -61,7 +61,7 @@ extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
63
  - ".gitignore"
64
- - ".rvmrc"
64
+ - ".ruby-version"
65
65
  - Gemfile
66
66
  - LICENSE.txt
67
67
  - README.txt
@@ -84,9 +84,10 @@ files:
84
84
  - test/weeks.rb
85
85
  - test/years.rb
86
86
  homepage: https://github.com/clivecrous/temporal
87
- licenses: []
87
+ licenses:
88
+ - MIT
88
89
  metadata: {}
89
- post_install_message:
90
+ post_install_message:
90
91
  rdoc_options: []
91
92
  require_paths:
92
93
  - lib
@@ -101,8 +102,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
102
  - !ruby/object:Gem::Version
102
103
  version: 1.3.6
103
104
  requirements: []
104
- rubygems_version: 3.0.9
105
- signing_key:
105
+ rubygems_version: 3.4.10
106
+ signing_key:
106
107
  specification_version: 4
107
108
  summary: A natural language date and time parser
108
109
  test_files: []
data/.rvmrc DELETED
@@ -1 +0,0 @@
1
- rvm use 1.9.2