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 +4 -4
- data/.ruby-version +1 -0
- data/lib/temporal/version.rb +1 -1
- data/temporal.gemspec +1 -0
- metadata +9 -8
- data/.rvmrc +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b4380a1eb9887a52b76a772993f9c777262eb51dbc1864fbde55f22378386acb
|
|
4
|
+
data.tar.gz: 2c05d91d189882d11d3dd66de188fabb33718847922383a17bdf54cc6e632423
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8823ecb2b07757bedea16149838ba0e6d864e9c8f7840e704bffcd44d1c212eade861c54da6693dedf8783680fbf7b94b2535afa2693e6f393aa0f7b512d3cf5
|
|
7
|
+
data.tar.gz: 0e1826a84bd9a16394bde6d310590cd87c993efecf4babf84cf2e88a9713d0226f782491272129c4831b04753b5dd687ee3ec4348bfb4b3d8ea5637dafb5d8d4
|
data/.ruby-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ruby-3.2.2
|
data/lib/temporal/version.rb
CHANGED
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.
|
|
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:
|
|
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
|
-
- ".
|
|
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.
|
|
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
|