search_rails 1.0.3 → 1.0.4

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: a2c4db8f644e116908b0c668fb833aad1b62668d
4
- data.tar.gz: f29f24f1c4ee40837b17e24e0f0c7b828918adf2
3
+ metadata.gz: ba490a89c4b38fc4f2f5130b6a273056b6092449
4
+ data.tar.gz: a09857552f1f8eaec1cf5afdeb6a7fac3081e18b
5
5
  SHA512:
6
- metadata.gz: 213a62817b9ff99dde8ea08c1f7855794b686fbb7cecc8a29dc5e80fd9afdf99b161f238935592de3d283486d8aa2441800fbb705b9859921658926ed5966228
7
- data.tar.gz: ffef939fccbcfb1bd4bfeced063311501697f86bce227370b6ffb23508d131870665f7a90e694bec3e7f65a02d6a18efbf3db6cf67b6c478761834968def7bc6
6
+ metadata.gz: c62c6a8f503abfe0fea9257d567cd383ec95ab88a5a03acd6181073512639f25ca725623defa87ba88d708fcff7b3a70b75667e64a020bfac13382c4e55c3653
7
+ data.tar.gz: a2eaffd000b0e2373f426fc75c6329e4b0ff5530240010f9b601dd1468959221e3836fb0f9810356bd2e5c8909408cdf16c07d14e624fb4fa0562960d26cd471
data/README.md CHANGED
@@ -24,7 +24,7 @@ To install the search functionality, type the command:
24
24
 
25
25
  $ search:install
26
26
 
27
- Then follow below.
27
+ Then follow the steps below.
28
28
 
29
29
  The syntax for installing the search function is shown in the example below,
30
30
  as if you are installing it for the table 'humans' and the attributes 'name' (string) and 'age' (integer):
@@ -56,7 +56,7 @@ if @search.search != nil
56
56
  end
57
57
  ```
58
58
 
59
- This is still a work in progress, so if there is any issues, please report them on the GitHub page.
59
+ This is still a work in progress, so if there are any issues, please report them on the GitHub page.
60
60
 
61
61
 
62
62
  ## Contributing
@@ -1,3 +1,3 @@
1
1
  module SearchRails
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
data/search_rails.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = "A Simple Search Gem"
13
13
  spec.description = "A Simple Search Gem For Searching In Rails Projects. In Development."
14
- spec.homepage = "https://github.com/micahnico/simplesearch"
14
+ spec.homepage = "https://github.com/micahnico/search_rails"
15
15
  spec.license = "MIT"
16
16
 
17
17
 
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.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - micahnico22
@@ -88,7 +88,7 @@ files:
88
88
  - lib/search_rails.rb
89
89
  - lib/search_rails/version.rb
90
90
  - search_rails.gemspec
91
- homepage: https://github.com/micahnico/simplesearch
91
+ homepage: https://github.com/micahnico/search_rails
92
92
  licenses:
93
93
  - MIT
94
94
  metadata: {}