favorite_things 0.1.5 → 0.1.6

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/README.md +10 -10
  3. data/VERSION +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6156d61a18014e9770eb7baa33878981631ab887
4
- data.tar.gz: 93431ef08134ea5d3b5636a18173aca5807253d5
3
+ metadata.gz: cc9fc5dc48334527b8900f2f3b6836f4149f6e88
4
+ data.tar.gz: 38ae78f98b2337ab7d28f6a401bcd47bd1e634c5
5
5
  SHA512:
6
- metadata.gz: 66d42b20da1b3c0d477fa30732e846b126ebaa2bc36fdfd05d30674e56a8e9c6b703687526d808b1e0615237ab0ffb7c9dc67c7fef46b0eabbe98814e7f6f570
7
- data.tar.gz: 8182c0e73fed96db9d8ecc8eb2f687026bceb6fb09d66765924950be8b8588e9be03f3c61304b854e5607c1c44799cf16853f72dd730185e6cda758dd07db4c2
6
+ metadata.gz: 02ca150ef92af7c5e168d4dc5128303b14fddc83f2c45187de24547020411c8de11eac1c39df2d60fa0445e0daada708e70c97c6a92521f0150971f14b50a25e
7
+ data.tar.gz: f86a26f4215924fba82d7adcbe15d543a41aad4fe1527e044d0d6eac2b806d8c0630c3fe388d551a26fffa0eddc2d9fe80245c1304410cb4da6a2ff59504dde2
data/README.md CHANGED
@@ -2,32 +2,32 @@
2
2
 
3
3
  Tired of wearing your fingers down to a nubbin from requiring all of your favorite dev things in the Gemfile for **every** Rails project?
4
4
 
5
- Then this gem is for you!
5
+ Then this gem is for you!
6
6
 
7
- # Installation
7
+ ## Installation
8
8
 
9
- Put *this* in your Gemfile and bundle it:
9
+ Put this in your Gemfile and smoke it:
10
10
 
11
11
  ```ruby
12
12
  gem 'favorite_things'
13
13
  ```
14
14
 
15
- # What is [pry-rails](https://github.com/rweng/pry-rails)?
15
+ ## What is [pry-rails](https://github.com/rweng/pry-rails)?
16
16
 
17
17
  It's an amazing replacement for bland 'ol IRB.
18
18
 
19
- # What is [awesome_print](https://github.com/michaeldv/awesome_print)?
19
+ ## What is [awesome_print](https://github.com/michaeldv/awesome_print)?
20
20
 
21
- It's a pretty printer that makes object your print in your repl look nice.
21
+ It's a pretty printer that makes objects, methods, classes, and expressions you print in the repl look nice.
22
22
 
23
- # What is [quiet_assets](https://github.com/evrone/quiet_assets)?
23
+ ## What is [quiet_assets](https://github.com/evrone/quiet_assets)?
24
24
 
25
- It's log silencer that saves you from having to look at the same 20 get requests for your assets on each page load in development.
25
+ It's log silencer that saves you from having to look at the same 20 GET requests for your assets on each page load in development.
26
26
 
27
- # What is [did_you_mean](https://github.com/yuki24/did_you_mean)?
27
+ ## What is [did_you_mean](https://github.com/yuki24/did_you_mean)?
28
28
 
29
29
  It's a smart tool that gives you spelling suggestions when you get undefined method errors.
30
30
 
31
- # HOT DIGGITY!! THAT'S A WINNING COMBINATION!
31
+ ## HOT DIGGITY!! THAT'S A WINNING COMBINATION!
32
32
 
33
33
  I KNOW!
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.1.6
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.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Gahan