compare_supermarkets 0.1.1 → 0.1.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 +4 -4
- data/README.md +4 -9
- data/lib/compare_supermarkets/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7fa3c64d4bdbea15b98bf78e2ac5f443984a5e73899b91e6241187b71d31898c
|
4
|
+
data.tar.gz: 26b411cb36f0614c01a5eed8c5580525d755503f4b4b12489ce5c5922ca47f01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18df3d285bef5c0ae96817029c511691d7797ec47f2b33013b777c41c989fae1f741d0f85883856f59eefdeb7087ca0de78fdad60b5ef3db8514c1d094b9b5dd
|
7
|
+
data.tar.gz: 967e8e32780e882c120758c24bea3150c07c4d29eb73bf95426f36b20b950b6c5d008ed135b79cf1a7caf38a0ea9b6a8c44360323ea281da0ce9343828192a23
|
data/README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
# CompareSupermarkets
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
3
|
+
Ever wondered "I wonder if my shampoo is cheaper at Coles or Woolworths...?" ? But can't be bothered searching both websites and comparing? Well that's what this gem does for you. Simply install and follow the prompts.
|
6
4
|
|
7
5
|
## Installation
|
8
6
|
|
@@ -22,13 +20,10 @@ Or install it yourself as:
|
|
22
20
|
|
23
21
|
## Usage
|
24
22
|
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
23
|
+
To use compare_supermarkets call $ gem 'compare_supermarkets'
|
24
|
+
and follow the prompts. The more specific you are the faster the search results appear
|
25
|
+
and there will be less items to compare.
|
30
26
|
|
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 the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
32
27
|
|
33
28
|
## Contributing
|
34
29
|
|