compare_supermarkets 0.1.2 → 0.1.3

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: 7fa3c64d4bdbea15b98bf78e2ac5f443984a5e73899b91e6241187b71d31898c
4
- data.tar.gz: 26b411cb36f0614c01a5eed8c5580525d755503f4b4b12489ce5c5922ca47f01
3
+ metadata.gz: 18c1c49bd79c432fd1bd9c2cad8d854f4d77640ed88375638b08ca8abc64de1e
4
+ data.tar.gz: 1b80fe6ee357e5f68d9ee9734fa7e17d4cb427a4666be01bf5d9f77c4aa9909d
5
5
  SHA512:
6
- metadata.gz: 18df3d285bef5c0ae96817029c511691d7797ec47f2b33013b777c41c989fae1f741d0f85883856f59eefdeb7087ca0de78fdad60b5ef3db8514c1d094b9b5dd
7
- data.tar.gz: 967e8e32780e882c120758c24bea3150c07c4d29eb73bf95426f36b20b950b6c5d008ed135b79cf1a7caf38a0ea9b6a8c44360323ea281da0ce9343828192a23
6
+ metadata.gz: d88bcf9f0ee1801060596a17cde053d0d5f58427b40463391794cf7d40e705d0b08238fa9f22765c025945e6758ce874ebc8e962fef7ae30c0f6f55ee9ef5380
7
+ data.tar.gz: 71039dc17290da281736be1e5a93dedffae440be505ebe747c0e0011d4c3d9bb66543b891e26eca14c267b8ee4c566b2585feb7d6d203eb054201f61bdda029f
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CompareSupermarkets
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compare_supermarkets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Berger Howes
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2021-09-27 00:00:00.000000000 Z
12
12
  dependencies:
@@ -80,11 +80,46 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: Will search Woolworths and Coles online stores for prices based on an
84
- input search parameter
83
+ description: |
84
+ Will search Woolworths and Coles online stores for prices based on an input search parameter
85
+ # CompareSupermarkets
86
+
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
+
89
+ ## Installation
90
+
91
+ Add this line to your application's Gemfile:
92
+
93
+ ```ruby
94
+ gem 'compare_supermarkets'
95
+ ```
96
+
97
+ And then execute:
98
+
99
+ $ bundle install
100
+
101
+ Or install it yourself as:
102
+
103
+ $ gem install compare_supermarkets
104
+
105
+ ## Usage
106
+
107
+ To use compare_supermarkets call $ gem 'compare_supermarkets'
108
+ and follow the prompts. The more specific you are the faster the search results appear
109
+ and there will be less items to compare.
110
+
111
+
112
+ ## Contributing
113
+
114
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/compare_supermarkets.
115
+
116
+ ## License
117
+
118
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
85
119
  email:
86
120
  - howes.j.j@gmail.com
87
- executables: []
121
+ executables:
122
+ - compare_supermarkets
88
123
  extensions: []
89
124
  extra_rdoc_files: []
90
125
  files:
@@ -113,7 +148,6 @@ post_install_message:
113
148
  rdoc_options: []
114
149
  require_paths:
115
150
  - lib
116
- - config
117
151
  required_ruby_version: !ruby/object:Gem::Requirement
118
152
  requirements:
119
153
  - - ">="