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 +4 -4
- data/README.md +2 -2
- data/lib/search_rails/version.rb +1 -1
- data/search_rails.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba490a89c4b38fc4f2f5130b6a273056b6092449
|
4
|
+
data.tar.gz: a09857552f1f8eaec1cf5afdeb6a7fac3081e18b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
data/lib/search_rails/version.rb
CHANGED
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/
|
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.
|
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/
|
91
|
+
homepage: https://github.com/micahnico/search_rails
|
92
92
|
licenses:
|
93
93
|
- MIT
|
94
94
|
metadata: {}
|