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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dfb65bfbef6bc53ed2b46dcb75a2f220e2808696e283872d2107b2355990841f
4
- data.tar.gz: '08a3c207418b171c4ef45a962faec2a30eb5e27ee8e42058a0c76e611362cec8'
3
+ metadata.gz: 7fa3c64d4bdbea15b98bf78e2ac5f443984a5e73899b91e6241187b71d31898c
4
+ data.tar.gz: 26b411cb36f0614c01a5eed8c5580525d755503f4b4b12489ce5c5922ca47f01
5
5
  SHA512:
6
- metadata.gz: 95a927635dfba228799c2ae4c9f9bcd270a5f0cad7e3562f2cf5c9c6b0b8abffe0c74e12586dda1770a753b88fcc50a3cd7b52bdcde8f9172a2ef136adf59eda
7
- data.tar.gz: bca1f45e957152491e021d27123307dd4ad94f130ecd586ddf6b8bb1c255a59e6f96991f0404c4e2949549c8a54e41fe54a4e8208adbcb639cff755a45534534
6
+ metadata.gz: 18df3d285bef5c0ae96817029c511691d7797ec47f2b33013b777c41c989fae1f741d0f85883856f59eefdeb7087ca0de78fdad60b5ef3db8514c1d094b9b5dd
7
+ data.tar.gz: 967e8e32780e882c120758c24bea3150c07c4d29eb73bf95426f36b20b950b6c5d008ed135b79cf1a7caf38a0ea9b6a8c44360323ea281da0ce9343828192a23
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # CompareSupermarkets
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/compare_supermarkets`. 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
+ 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
- TODO: Write usage instructions here
26
-
27
- ## Development
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CompareSupermarkets
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compare_supermarkets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Berger Howes