timespans 0.0.9 → 0.1.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 +4 -4
- data/lib/abstractive/timespans.rb +0 -2
- data/timespans.gemspec +1 -1
- metadata +19 -19
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c686d1f80581eb118a5e4f86d4ef2a92360cd279
|
|
4
|
+
data.tar.gz: f649f02109f9d6b81ada57a0eb8e808b0858099d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3117a1133e072144b29b7b009c89e16bce8b58cb86d8190c4edcfbde72f926b13b667e929727029709c8454fb9e4c2cfe1a7a5c8101b38accaeb8942b65a13c
|
|
7
|
+
data.tar.gz: 330968a9eb740612c259af7f3c4ab73acf1bc687253ea89fdfdbb68f1fd4dba9f9bd4a4ad1b32e6abe692dfad53ec052c6729bbe98843e7db391d4fdcd22687a
|
data/timespans.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |gem|
|
|
4
4
|
gem.name = "timespans"
|
|
5
|
-
gem.version = "0.0
|
|
5
|
+
gem.version = "0.1.0"
|
|
6
6
|
gem.platform = Gem::Platform::RUBY
|
|
7
7
|
gem.summary = "Time delineation and organization utilities."
|
|
8
8
|
gem.description = "Time delineation and organization utilities."
|
metadata
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: timespans
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- digitalextremist //
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-08-
|
|
11
|
+
date: 2015-08-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: abstractive
|
|
15
|
+
type: :runtime
|
|
16
|
+
prerelease: false
|
|
14
17
|
requirement: !ruby/object:Gem::Requirement
|
|
15
18
|
requirements:
|
|
16
|
-
- -
|
|
19
|
+
- - ">="
|
|
17
20
|
- !ruby/object:Gem::Version
|
|
18
21
|
version: '0'
|
|
19
|
-
name: abstractive
|
|
20
|
-
prerelease: false
|
|
21
|
-
type: :runtime
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: hitimes
|
|
29
|
+
type: :runtime
|
|
30
|
+
prerelease: false
|
|
28
31
|
requirement: !ruby/object:Gem::Requirement
|
|
29
32
|
requirements:
|
|
30
|
-
- -
|
|
33
|
+
- - ">="
|
|
31
34
|
- !ruby/object:Gem::Version
|
|
32
35
|
version: 1.2.2
|
|
33
|
-
name: hitimes
|
|
34
|
-
prerelease: false
|
|
35
|
-
type: :runtime
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: 1.2.2
|
|
41
41
|
description: Time delineation and organization utilities.
|
|
@@ -45,7 +45,7 @@ executables: []
|
|
|
45
45
|
extensions: []
|
|
46
46
|
extra_rdoc_files: []
|
|
47
47
|
files:
|
|
48
|
-
- .gitignore
|
|
48
|
+
- ".gitignore"
|
|
49
49
|
- Gemfile
|
|
50
50
|
- LICENSE.txt
|
|
51
51
|
- README.md
|
|
@@ -56,24 +56,24 @@ homepage: https://github.com/abstractive/timespans
|
|
|
56
56
|
licenses:
|
|
57
57
|
- MIT
|
|
58
58
|
metadata: {}
|
|
59
|
-
post_install_message:
|
|
59
|
+
post_install_message:
|
|
60
60
|
rdoc_options: []
|
|
61
61
|
require_paths:
|
|
62
62
|
- lib
|
|
63
63
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
64
64
|
requirements:
|
|
65
|
-
- -
|
|
65
|
+
- - ">="
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
67
|
version: 1.9.2
|
|
68
68
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
requirements:
|
|
70
|
-
- -
|
|
70
|
+
- - ">="
|
|
71
71
|
- !ruby/object:Gem::Version
|
|
72
72
|
version: 1.3.6
|
|
73
73
|
requirements: []
|
|
74
|
-
rubyforge_project:
|
|
74
|
+
rubyforge_project:
|
|
75
75
|
rubygems_version: 2.4.8
|
|
76
|
-
signing_key:
|
|
76
|
+
signing_key:
|
|
77
77
|
specification_version: 4
|
|
78
78
|
summary: Time delineation and organization utilities.
|
|
79
79
|
test_files: []
|