time_segment 0.0.1 → 0.0.2
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.
- data/lib/time_segment/version.rb +1 -1
- metadata +4 -3
data/lib/time_segment/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: time_segment
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -59,7 +59,8 @@ dependencies:
|
|
|
59
59
|
- - ! '>='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
|
-
description:
|
|
62
|
+
description: TimeSegment is a substitute of DateHelper distance_of_time_in_words and
|
|
63
|
+
makes your time more readable.
|
|
63
64
|
email:
|
|
64
65
|
- eccentricjinp@gmail.com
|
|
65
66
|
executables: []
|
|
@@ -108,7 +109,7 @@ files:
|
|
|
108
109
|
- test/test_helper.rb
|
|
109
110
|
- test/en.yml
|
|
110
111
|
- test/time_test.rb
|
|
111
|
-
homepage:
|
|
112
|
+
homepage: https://github.com/crazyjin/time_segment
|
|
112
113
|
licenses: []
|
|
113
114
|
post_install_message:
|
|
114
115
|
rdoc_options: []
|