dotiw 3.0 → 3.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aed9b495f66627b6c68f2e8ca572e2958ef44bf8
4
- data.tar.gz: d49193040ff64bb85cd25829666a47268fc9ccc8
3
+ metadata.gz: a3a8e04cc6ea63912711e2a1fc4394513eaad843
4
+ data.tar.gz: 04fe6b44d6d5b34cdf2949bd44eebfbf055743bd
5
5
  SHA512:
6
- metadata.gz: eb4f3572b53a3a6dad22d64fd9793ce6df58791664b8dc9a3a98e6f7745b1a6fdad38d6b7e9014de30e46f33ad472ea5bc96ab1cc4bd0de97e897ebdc5aad318
7
- data.tar.gz: 6d19cfebf638180ddf0bd8d5f2479df83baeb3426220dd57c645deb40294950f71200ffa5c0199e31ea9905359e2c12f71aac8bd749fdee85a658fc7b658c375
6
+ metadata.gz: 8fa225fca7fcf4f3e7aa8a948ca0b5080f780e0b1f16450f9456b052e3f11aab5828390f64278f239491cbb4e0afb131283cf2277ae8eb0d17b127b560410b51
7
+ data.tar.gz: 4d932e653886ebfbf9ee830bcf70aa817ef608d0759244eee579c19a4f9429583f79a5254c7d6d2b17a0aa49b53198bc9e320afc99642eeae0e85bd858a4924b
@@ -1,6 +1,6 @@
1
1
  # dotiw [![](https://travis-ci.org/radar/dotiw.png)](https://travis-ci.org/radar/dotiw)
2
2
 
3
- dotiw is a plugin for Rails that overrides the default `distance_of_time_in_words` and provides a more accurate output. Do you crave accuracy down to the second? So do I. That's why I made this plugin. Take this for a totally kickass example:
3
+ dotiw is a gem for Rails that overrides the default `distance_of_time_in_words` and provides a more accurate output. Do you crave accuracy down to the second? So do I. That's why I made this gem. Take this for a totally kickass example:
4
4
 
5
5
  >> distance_of_time_in_words(Time.now, Time.now + 1.year + 2.months + 3.days + 4.hours + 5.minutes + 6.seconds, true)
6
6
  => "1 year, 2 months, 3 days, 4 hours, 5 minutes, and 6 seconds"
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.version = DOTIW::VERSION
10
10
 
11
11
  s.authors = ["Ryan Bigg"]
12
- s.date = %q{2010-12-23}
12
+ s.date = %q{2015-04-09}
13
13
  s.description = "Better distance_of_time_in_words for Rails"
14
14
  s.summary = "Better distance_of_time_in_words for Rails"
15
15
  s.email = "radarlistener@gmail.com"
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module DOTIW
4
- VERSION = "3.0"
4
+ VERSION = "3.0.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dotiw
3
3
  version: !ruby/object:Gem::Version
4
- version: '3.0'
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Bigg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2010-12-23 00:00:00.000000000 Z
11
+ date: 2015-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack