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.
- checksums.yaml +4 -4
- data/README.md +10 -10
- data/VERSION +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc9fc5dc48334527b8900f2f3b6836f4149f6e88
|
4
|
+
data.tar.gz: 38ae78f98b2337ab7d28f6a401bcd47bd1e634c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
7
|
+
## Installation
|
8
8
|
|
9
|
-
Put
|
9
|
+
Put this in your Gemfile and smoke it:
|
10
10
|
|
11
11
|
```ruby
|
12
12
|
gem 'favorite_things'
|
13
13
|
```
|
14
14
|
|
15
|
-
|
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
|
-
|
19
|
+
## What is [awesome_print](https://github.com/michaeldv/awesome_print)?
|
20
20
|
|
21
|
-
It's a pretty printer that makes
|
21
|
+
It's a pretty printer that makes objects, methods, classes, and expressions you print in the repl look nice.
|
22
22
|
|
23
|
-
|
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
|
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
|
-
|
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
|
-
|
31
|
+
## HOT DIGGITY!! THAT'S A WINNING COMBINATION!
|
32
32
|
|
33
33
|
I KNOW!
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.6
|