popular_deals 0.2.2 → 0.2.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/README.md +2 -2
- data/lib/popular_deals/version.rb +1 -1
- data/popular_deals.gemspec +3 -3
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8606c89f39a2dde9a6562a8b395da843d684d24a
|
|
4
|
+
data.tar.gz: 27b736c61ad8b8b491c9623cd54d333fa69a3800
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17a62dfb741a2872b7d8fcf3736336a41a38fe050280baea9b8154b0fd43ff287b6fac54cfe7cbcc22a4937fef2e7e04305f0a369ca80fb9ff7a1369e3fe0bec
|
|
7
|
+
data.tar.gz: 2ef14362f7aaac16903f86a5d338c3a56a7f83c92974560d808f09c5aff4d47a3fa67a31ff1401e670a893d80c22bf2ca24c1367f1130f27b3ce5f600faf35d7
|
data/README.md
CHANGED
|
@@ -20,13 +20,13 @@ Or install it yourself as:
|
|
|
20
20
|
|
|
21
21
|
## Usage
|
|
22
22
|
|
|
23
|
-
Run the gem, and ask her to list you the popular deals with the '
|
|
23
|
+
<span style="color:orange;">Run the gem, and ask her to list you the popular deals with the 'popular-deals' command.</span>And find more details about any deal by pressing the deal number. Lock the deal by visiting given URL. :)
|
|
24
24
|
|
|
25
25
|
## Development
|
|
26
26
|
|
|
27
27
|
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.
|
|
28
28
|
|
|
29
|
-
To install this gem onto your local machine, run
|
|
29
|
+
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 tags, and push the .gem file to rubygems.org. https://rubygems.org/gems/popular_deals
|
|
30
30
|
|
|
31
31
|
## Contributing
|
|
32
32
|
|
data/popular_deals.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["'Hima Chitalia'"]
|
|
10
10
|
spec.email = ["'hima_chhag@yahoo.com'"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{It displays popular deals of the day from https://slickdeals.net/deals
|
|
13
|
-
spec.description = %q{It displays popular deals of the day from https://slickdeals.net/deals
|
|
12
|
+
spec.summary = %q{It displays popular deals of the day from https://slickdeals.net/deals/ with popular-deals command.}
|
|
13
|
+
spec.description = %q{It displays popular deals of the day from https://slickdeals.net/deals/ with popular-deals command. You can also see a deal details by selecting number of the deal.}
|
|
14
14
|
spec.homepage = "https://github.com/HimaChitalia/popular_deals"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
|
|
|
23
23
|
|
|
24
24
|
spec.add_development_dependency "bundler", "~> 1.14"
|
|
25
25
|
spec.add_development_dependency "rake", "~> 10.0"
|
|
26
|
-
|
|
26
|
+
|
|
27
27
|
spec.add_dependency "nokogiri"
|
|
28
28
|
spec.add_dependency "colorize", '~> 0'
|
|
29
29
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: popular_deals
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- "'Hima Chitalia'"
|
|
@@ -66,7 +66,9 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
|
-
description: It displays popular deals of the day from https://slickdeals.net/deals
|
|
69
|
+
description: It displays popular deals of the day from https://slickdeals.net/deals/
|
|
70
|
+
with popular-deals command. You can also see a deal details by selecting number
|
|
71
|
+
of the deal.
|
|
70
72
|
email:
|
|
71
73
|
- "'hima_chhag@yahoo.com'"
|
|
72
74
|
executables:
|
|
@@ -115,5 +117,6 @@ rubyforge_project:
|
|
|
115
117
|
rubygems_version: 2.6.11
|
|
116
118
|
signing_key:
|
|
117
119
|
specification_version: 4
|
|
118
|
-
summary: It displays popular deals of the day from https://slickdeals.net/deals
|
|
120
|
+
summary: It displays popular deals of the day from https://slickdeals.net/deals/ with
|
|
121
|
+
popular-deals command.
|
|
119
122
|
test_files: []
|