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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0bf82bd6962712412543ec2161790567b4017719
4
- data.tar.gz: 9c4950130be62bd4b50d26b8afe7217f3ef8bdbd
3
+ metadata.gz: edc61245c217ca91ddcceb656bac50fd9b5dcfae
4
+ data.tar.gz: 57cd6f279958c5f0581ba8d2500280accf7a5988
5
5
  SHA512:
6
- metadata.gz: 7b5c5b12f66e3c0aa060f082e2b2e6cc6179766b558cbd5e85b49cf8a448aeb696ba7c31e59365f5ba797f4a50bdd9349f062fb5eda8ac7cfb340dc2c15bbbc7
7
- data.tar.gz: 984c7ddda3151793d84a5b1afb04256f1909ab55495eabc0b2d310d119939fb2bd37e704becc439cb9a362c0b9268c00dd632430d5661f3fa28d961ca549d71c
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:
@@ -1,3 +1,3 @@
1
1
  module SearchRails
2
- VERSION = "1.0.6"
2
+ VERSION = "1.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: search_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - micahnico22