pretty_stamps 0.4.0 → 0.5.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/pretty/version.rb +1 -1
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3064f5625f97131a5c6d860c77c79007c831c6a4
4
- data.tar.gz: adc0446adba6f9281ca2e2cc4818a0918c4a4d2f
3
+ metadata.gz: 432e63aeed3ef15d061f7bec093a605d8561d9fb
4
+ data.tar.gz: 0f0033146e53dde20ddba7a9ea07e850796c51e2
5
5
  SHA512:
6
- metadata.gz: c41e61828546201645d49251c34062770965306f03350ba5bcc296a035624ba7aff946ac34f576b22877a27fbdabb7353d5ae645f1f45820e256565a529246d7
7
- data.tar.gz: 96c7cfcf55a64dd0be920102c8df5d92014333609e0ccc3f4e79d45a8254e501bd06df85485caeca1a6d8b212035f18e18b01569f3170f9e292d635b0811590e
6
+ metadata.gz: e0d97db43356645b616df703e003bf8ddf91285bd04b2f4a94f91b7a013027aedc98ff0366b67c6ad608b9f40b86f153b564d763be7284198e5dd246cfc426b0
7
+ data.tar.gz: 91c32f134c556cbf3985eadef6a13c5ed27b763bc9f13d1e471109744833e2e538b8d327b3545a43bfb33f78653d410b6f79c553b2480897536e83a04d6fbb3a
@@ -1,3 +1,3 @@
1
1
  module PrettyStamps
2
- VERSION = "0.4.0"
2
+ VERSION = "0.5.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pretty_stamps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandra Wright, Brett Shollenberger
@@ -10,8 +10,9 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2017-10-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Humanizes datetime for Active Record objects.Ported from Rails by Alexandra
14
- Wright, intended for use in the Sinatra microframework
13
+ description: Humanizes datetime for Active Record objects. Ported from Rails by Alexandra
14
+ Wright, intended for use in the Sinatra microframework. Please require 'pretty'
15
+ in your application
15
16
  email:
16
17
  - superbiscuit@gmail.com, brett.shollenberger@gmail.com
17
18
  executables: []