search_rails 1.0.1 → 1.0.2

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: 92e80887a516ea9eae52ff74c9e155665c1d2d15
4
- data.tar.gz: e15fce88c42d36e1a9790678777e5d148cfde917
3
+ metadata.gz: 94253c97413a5ae2697e9e55e5b1dec2096b3353
4
+ data.tar.gz: 82338b6cccb0cbe5f226c4fec67cfb30fb798e9c
5
5
  SHA512:
6
- metadata.gz: d00ecced87b97b5009b7fa7116f77fa3ec97dc268076ff61cc4f5fff1fb2263f29415a2b1330836c92ca5469a373e459d6ad8eb3072a04d3caae24ec1bed3438
7
- data.tar.gz: 458a26e90035ed719b6398189008784dffb3a09806cd6924e9ba3e1f781d90a829975223e611fed2c8d01ef7edfa76bc576592ed5e6717b745c26070acc2075c
6
+ metadata.gz: eb9a6f61eceba6ac9ef1d3b702e96733e405087e22f4a7209b2367f22747bc54db4ecd2bbf79ce974fc1fefae005e8c999bec0056cb3c076de5f135a463571db
7
+ data.tar.gz: b7993e992b6bcbbc8da63bbc7d42f37c75e3aad39eaa3a080299e04536c3d75ef414039b2bc117da1d510ad6534eecdfa070c0865d0c4c4ac28548c332be6fc3
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # SearchRails
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/search_rails`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ A Simple Search Gem For Ruby On Rails
6
4
 
7
5
  ## Installation
8
6
 
@@ -22,17 +20,15 @@ Or install it yourself as:
22
20
 
23
21
  ## Usage
24
22
 
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
23
+ To install the search functionality, type the command
30
24
 
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
25
+ ```ruby
26
+ search:install
27
+ ```
32
28
 
33
29
  ## Contributing
34
30
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/search_rails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
31
+ Bug reports and pull requests are welcome on GitHub at https://github.com/micahnico/search_rails.
36
32
 
37
33
 
38
34
  ## License
@@ -1,3 +1,3 @@
1
1
  module SearchRails
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - micahnico22