popular_deals 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4ed3100b63e7ed80e492f4df742a986705bf1d4
4
- data.tar.gz: 5ee97ed7e58878b978aef3c8c20cfad225d136e3
3
+ metadata.gz: 8606c89f39a2dde9a6562a8b395da843d684d24a
4
+ data.tar.gz: 27b736c61ad8b8b491c9623cd54d333fa69a3800
5
5
  SHA512:
6
- metadata.gz: 8c2ae0475a8d92fd0182ad0b90cf52c6cc5a5c3de611c3e3317d761b67ec0601305563d1aadfe25acd3fa4c8137dea8ee7f1f45867fdf304731fb87aa6a6824a
7
- data.tar.gz: a588ae723af12a6fb391ca1ca501bc9cfbffb00fa5a5c086fad11ca7e2f97f39868eb07770f0baa31b56a3396c265b7be814033b3731fda36a1bc796c85f9ba4
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 'list' command. And find more details about any deal by pressing the deal number. Lock the deal by visiting given URL. :)
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 `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).
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
 
@@ -1,3 +1,3 @@
1
1
  module PopularDeals
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
@@ -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.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: []