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.
Files changed (2) hide show
  1. data/lib/time_segment/version.rb +1 -1
  2. metadata +4 -3
@@ -1,3 +1,3 @@
1
1
  class TimeSegment
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: Class TimeSegment allows you to handle time segment easy.
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: []