search_rails 1.0.6 → 1.0.7
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 +1 -4
- data/lib/search_rails/version.rb +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: edc61245c217ca91ddcceb656bac50fd9b5dcfae
|
4
|
+
data.tar.gz: 57cd6f279958c5f0581ba8d2500280accf7a5988
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97d9b62a8043c5a5fdd1e1e2b6a2b578f8fe85993c7581b86de7fc6ffab8405798504920680ec692973a2ccccb7149fe9c4ba63acd26c22eee7e28676280c4c2
|
7
|
+
data.tar.gz: e89562ad47926e96d365774c98bfff28d57138493d9dda169ef0b523888ee71b0cefe6ae390454bb13d93e91a7dc394e56af4cc7ac59d6b334e827c2beb6643e
|
data/README.md
CHANGED
@@ -8,16 +8,13 @@ Add this line to your application's Gemfile:
|
|
8
8
|
|
9
9
|
```ruby
|
10
10
|
gem 'search_rails'
|
11
|
+
gem 'colorize'
|
11
12
|
```
|
12
13
|
|
13
14
|
And then execute:
|
14
15
|
|
15
16
|
$ bundle
|
16
17
|
|
17
|
-
Or install it yourself as:
|
18
|
-
|
19
|
-
$ gem install search_rails
|
20
|
-
|
21
18
|
## Usage
|
22
19
|
|
23
20
|
To install the search functionality, type the command:
|
data/lib/search_rails/version.rb
CHANGED