compare_supermarkets 0.1.5 → 0.1.6

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: be79dd9f242a73aea055493be6268a0dbcc606dedf4cfe9df3106a76b0f03c68
4
- data.tar.gz: bcc72badfba9c2e8cd4ee0639c1c3044f43ba9eaea0c3b563d0d2eceab2bd3bd
3
+ metadata.gz: 5c911873704b3bb59ed1ba8866df3b76eeff63227c640c05398f80602d8cfa22
4
+ data.tar.gz: 259cb97d739fdec121dd0925b7546f455c52c9af1d6cf8b052d2910a8797df1d
5
5
  SHA512:
6
- metadata.gz: 576e362afdf6795bdb834c09b4c52c7409350b4d56e21a98b9df5ea3a2f4120f3c8d334183bdc753378075bf24ac23769ae764511c6d66f19579fe7cd731faa4
7
- data.tar.gz: ac63b86e0c2143078c7d8789de28746fd3c9c3967118794317e310e370c8f7681760b9eaa02dcb9e70015734137e03a1945598e6a34ef6a1f329dd6b8bcc0f06
6
+ metadata.gz: 7fd5bbbe68d7ae9ec4da649ec9239d33ad12bfdbe22e8722ced5d784adfac7540175e1dd66bdb4e0fc44dcf80fa2e634c322be9bf8b3cfb99e28dabcc1d7e2dd
7
+ data.tar.gz: 47a5f40875186ad7b3974119c3d932081100ad54ec66667d2ebecce18cd7a1971ae6783389608fce636194ea33a7ee5b7e1a2a6046285d78777ddef8fae5fd1d
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CompareSupermarkets
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.6"
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.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Berger Howes
@@ -81,9 +81,9 @@ dependencies:
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  description: |
84
- Will search Woolworths and Coles online stores for prices based on an input search parameter
85
- # CompareSupermarkets
86
-
84
+ Will search Woolworths and Coles online stores for prices based on an input search parameter<br>
85
+ # CompareSupermarkets<br>
86
+ <br>
87
87
  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.
88
88
 
89
89
  ## Installation