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.
- checksums.yaml +4 -4
- data/lib/pretty/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 432e63aeed3ef15d061f7bec093a605d8561d9fb
|
|
4
|
+
data.tar.gz: 0f0033146e53dde20ddba7a9ea07e850796c51e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0d97db43356645b616df703e003bf8ddf91285bd04b2f4a94f91b7a013027aedc98ff0366b67c6ad608b9f40b86f153b564d763be7284198e5dd246cfc426b0
|
|
7
|
+
data.tar.gz: 91c32f134c556cbf3985eadef6a13c5ed27b763bc9f13d1e471109744833e2e538b8d327b3545a43bfb33f78653d410b6f79c553b2480897536e83a04d6fbb3a
|
data/lib/pretty/version.rb
CHANGED
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
|
+
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: []
|