temporal 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: df125734e3e60b7285ae5a9e7f1fb685fd561d19f935fea77dc05ec044c8bc88
4
+ data.tar.gz: 47d8114ef139153e1e4aae6c910fea646161bb4d997664e3ba9627dc253498d9
5
+ SHA512:
6
+ metadata.gz: 61d889d91dcabf851c7a074752314b7a1e03aeaabe6a84817343e1cb34a1c6b729d9ff8c788c6d8848e487b4dde6fa008ed47583fd6d5469ac09941f53eb6b6f
7
+ data.tar.gz: 746d0a313d4af5c09e8e914d3ecfe0a0b43c706b2c3011ec551f18544596b0893e10486e23179ef0248864bcff72b03902f7d8d09609d22294592eacd07e7a73
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
+ Gemfile.lock
1
2
  pkg/*
2
3
  *.gem
3
4
  .bundle
data/.rvmrc ADDED
@@ -0,0 +1 @@
1
+ rvm use 1.9.2
data/LICENSE.txt ADDED
@@ -0,0 +1,7 @@
1
+ Copyright 2021 Clive Crous
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.txt CHANGED
@@ -1,5 +1,3 @@
1
- ** THIS PROJECT IS NOT YET READY FOR USE **
2
-
3
1
  Temporal is a natural language date and time parser.
4
2
 
5
- home page : http://www.darkarts.co.za/temporal
3
+ home page : https://github.com/clivecrous/temporal
@@ -1,3 +1,3 @@
1
1
  module Temporal
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
data/temporal.gemspec CHANGED
@@ -7,12 +7,11 @@ Gem::Specification.new do |s|
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Clive Crous"]
9
9
  s.email = ["clive@crous.co.za"]
10
- s.homepage = "http://www.darkarts.co.za/temporal"
10
+ s.homepage = "https://github.com/clivecrous/temporal"
11
11
  s.summary = "A natural language date and time parser"
12
12
  s.description = "This project is still in early development. Only the mathematical side is complete. eg: Time.now + 3.years + 2.months"
13
13
 
14
14
  s.required_rubygems_version = ">= 1.3.6"
15
- s.rubyforge_project = "temporal"
16
15
 
17
16
  s.add_development_dependency "bundler", ">= 1.0.0"
18
17
  s.add_development_dependency "rspec", ">= 1.3.0"
metadata CHANGED
@@ -1,80 +1,69 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: temporal
3
- version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 4
8
- - 1
9
- version: 0.4.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.4.2
10
5
  platform: ruby
11
- authors:
6
+ authors:
12
7
  - Clive Crous
13
- autorequire:
8
+ autorequire:
14
9
  bindir: bin
15
10
  cert_chain: []
16
-
17
- date: 2011-01-20 00:00:00 +02:00
18
- default_executable:
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
11
+ date: 2021-03-11 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
21
14
  name: bundler
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
- requirements:
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
26
17
  - - ">="
27
- - !ruby/object:Gem::Version
28
- segments:
29
- - 1
30
- - 0
31
- - 0
18
+ - !ruby/object:Gem::Version
32
19
  version: 1.0.0
33
20
  type: :development
34
- version_requirements: *id001
35
- - !ruby/object:Gem::Dependency
36
- name: rspec
37
21
  prerelease: false
38
- requirement: &id002 !ruby/object:Gem::Requirement
39
- none: false
40
- requirements:
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
41
24
  - - ">="
42
- - !ruby/object:Gem::Version
43
- segments:
44
- - 1
45
- - 3
46
- - 0
25
+ - !ruby/object:Gem::Version
26
+ version: 1.0.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: rspec
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
47
33
  version: 1.3.0
48
34
  type: :development
49
- version_requirements: *id002
50
- - !ruby/object:Gem::Dependency
51
- name: rake
52
35
  prerelease: false
53
- requirement: &id003 !ruby/object:Gem::Requirement
54
- none: false
55
- requirements:
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
56
38
  - - ">="
57
- - !ruby/object:Gem::Version
58
- segments:
59
- - 0
60
- - 8
61
- - 7
39
+ - !ruby/object:Gem::Version
40
+ version: 1.3.0
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
62
47
  version: 0.8.7
63
48
  type: :development
64
- version_requirements: *id003
65
- description: "This project is still in early development. Only the mathematical side is complete. eg: Time.now + 3.years + 2.months"
66
- email:
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: 0.8.7
55
+ description: 'This project is still in early development. Only the mathematical side
56
+ is complete. eg: Time.now + 3.years + 2.months'
57
+ email:
67
58
  - clive@crous.co.za
68
59
  executables: []
69
-
70
60
  extensions: []
71
-
72
61
  extra_rdoc_files: []
73
-
74
- files:
75
- - .gitignore
62
+ files:
63
+ - ".gitignore"
64
+ - ".rvmrc"
76
65
  - Gemfile
77
- - Gemfile.lock
66
+ - LICENSE.txt
78
67
  - README.txt
79
68
  - Rakefile
80
69
  - lib/temporal.rb
@@ -94,39 +83,26 @@ files:
94
83
  - test/seconds.rb
95
84
  - test/weeks.rb
96
85
  - test/years.rb
97
- has_rdoc: true
98
- homepage: http://www.darkarts.co.za/temporal
86
+ homepage: https://github.com/clivecrous/temporal
99
87
  licenses: []
100
-
101
- post_install_message:
88
+ metadata: {}
89
+ post_install_message:
102
90
  rdoc_options: []
103
-
104
- require_paths:
91
+ require_paths:
105
92
  - lib
106
- required_ruby_version: !ruby/object:Gem::Requirement
107
- none: false
108
- requirements:
93
+ required_ruby_version: !ruby/object:Gem::Requirement
94
+ requirements:
109
95
  - - ">="
110
- - !ruby/object:Gem::Version
111
- segments:
112
- - 0
113
- version: "0"
114
- required_rubygems_version: !ruby/object:Gem::Requirement
115
- none: false
116
- requirements:
96
+ - !ruby/object:Gem::Version
97
+ version: '0'
98
+ required_rubygems_version: !ruby/object:Gem::Requirement
99
+ requirements:
117
100
  - - ">="
118
- - !ruby/object:Gem::Version
119
- segments:
120
- - 1
121
- - 3
122
- - 6
101
+ - !ruby/object:Gem::Version
123
102
  version: 1.3.6
124
103
  requirements: []
125
-
126
- rubyforge_project: temporal
127
- rubygems_version: 1.3.7
128
- signing_key:
129
- specification_version: 3
104
+ rubygems_version: 3.0.9
105
+ signing_key:
106
+ specification_version: 4
130
107
  summary: A natural language date and time parser
131
108
  test_files: []
132
-
data/Gemfile.lock DELETED
@@ -1,27 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- temporal (0.4.0)
5
-
6
- GEM
7
- remote: http://rubygems.org/
8
- specs:
9
- diff-lcs (1.1.2)
10
- rake (0.8.7)
11
- rspec (2.4.0)
12
- rspec-core (~> 2.4.0)
13
- rspec-expectations (~> 2.4.0)
14
- rspec-mocks (~> 2.4.0)
15
- rspec-core (2.4.0)
16
- rspec-expectations (2.4.0)
17
- diff-lcs (~> 1.1.2)
18
- rspec-mocks (2.4.0)
19
-
20
- PLATFORMS
21
- ruby
22
-
23
- DEPENDENCIES
24
- bundler (>= 1.0.0)
25
- rake (>= 0.8.7)
26
- rspec (>= 1.3.0)
27
- temporal!