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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/favorite_things.gemspec +1 -1
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d6dc037c127d4f415dcc367abff4cc47b3f9509b
4
- data.tar.gz: 9431b37e547aac614ee2c7452366df224b1b98e4
3
+ metadata.gz: 6156d61a18014e9770eb7baa33878981631ab887
4
+ data.tar.gz: 93431ef08134ea5d3b5636a18173aca5807253d5
5
5
  SHA512:
6
- metadata.gz: cc68e2434132b3a47b0e8a2727cb37fd560710a96b477521c98de98ac69deef9a721e061fc1fa2961c32403128d324e37765c2cd5e78560968e7d4bb0873703d
7
- data.tar.gz: d0375581accec0690d9b8c27a28d963ce77af00c2e1a9c26fb53de6fccbad2adc8421380f64443fb8a2636ea5d4fc77048f276c0a1210d6b79ee24c864be70e0
6
+ metadata.gz: 66d42b20da1b3c0d477fa30732e846b126ebaa2bc36fdfd05d30674e56a8e9c6b703687526d808b1e0615237ab0ffb7c9dc67c7fef46b0eabbe98814e7f6f570
7
+ data.tar.gz: 8182c0e73fed96db9d8ecc8eb2f687026bceb6fb09d66765924950be8b8588e9be03f3c61304b854e5607c1c44799cf16853f72dd730185e6cda758dd07db4c2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
@@ -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 = "better_errors and binding_of_caller: together at last!"
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
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: 'better_errors and binding_of_caller: together at last!'
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