favorite_things 0.1.4 → 0.1.5
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/VERSION +1 -1
- data/favorite_things.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6156d61a18014e9770eb7baa33878981631ab887
|
|
4
|
+
data.tar.gz: 93431ef08134ea5d3b5636a18173aca5807253d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66d42b20da1b3c0d477fa30732e846b126ebaa2bc36fdfd05d30674e56a8e9c6b703687526d808b1e0615237ab0ffb7c9dc67c7fef46b0eabbe98814e7f6f570
|
|
7
|
+
data.tar.gz: 8182c0e73fed96db9d8ecc8eb2f687026bceb6fb09d66765924950be8b8588e9be03f3c61304b854e5607c1c44799cf16853f72dd730185e6cda758dd07db4c2
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.5
|
data/favorite_things.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.authors = ["Chris Gahan", "Charlie Somerville", "Josh Teneycke"]
|
|
9
9
|
s.email = ["chris@ill-logic.com", "charlie@charliesomerville.com", "josh.teneycke@gmail.com"]
|
|
10
10
|
|
|
11
|
-
s.description = "
|
|
11
|
+
s.description = "Rain drops on roses, whiskers on kittens, silenced logs, and repl pretty printin's!"
|
|
12
12
|
s.summary = "Tired of your fingers being worn down to a nubbin from having to require all of your favorite dev tools in your Gemfile for every Rails project? Then this gem is for you!"
|
|
13
13
|
|
|
14
14
|
s.homepage = "https://github.com/jteneycke/favorite_things"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: favorite_things
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Gahan
|
|
@@ -68,7 +68,8 @@ dependencies:
|
|
|
68
68
|
- - '>='
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
|
-
description:
|
|
71
|
+
description: Rain drops on roses, whiskers on kittens, silenced logs, and repl pretty
|
|
72
|
+
printin's!
|
|
72
73
|
email:
|
|
73
74
|
- chris@ill-logic.com
|
|
74
75
|
- charlie@charliesomerville.com
|