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 +4 -4
- data/lib/compare_supermarkets/version.rb +1 -1
- metadata +40 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18c1c49bd79c432fd1bd9c2cad8d854f4d77640ed88375638b08ca8abc64de1e
|
4
|
+
data.tar.gz: 1b80fe6ee357e5f68d9ee9734fa7e17d4cb427a4666be01bf5d9f77c4aa9909d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d88bcf9f0ee1801060596a17cde053d0d5f58427b40463391794cf7d40e705d0b08238fa9f22765c025945e6758ce874ebc8e962fef7ae30c0f6f55ee9ef5380
|
7
|
+
data.tar.gz: 71039dc17290da281736be1e5a93dedffae440be505ebe747c0e0011d4c3d9bb66543b891e26eca14c267b8ee4c566b2585feb7d6d203eb054201f61bdda029f
|
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.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Berger Howes
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
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:
|
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
|
- - ">="
|