slickdeals_cli 0.1.2 → 0.1.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: 17f6af3e4c828e54af985c59392e453450991f31
4
- data.tar.gz: 82f3cdd6da019596b243f61789908b13244d523e
3
+ metadata.gz: 4960c56121529f04d5937be3ef0143202363f3ba
4
+ data.tar.gz: f2d710a12237e8fd5786ff451cbd5ab6e9050fca
5
5
  SHA512:
6
- metadata.gz: d9421cab4ea76e3e0f7702abf2d3bc1af4c9f94abbf113dc85b7e4d8a41de6ecd43f843c46cb16e40c7bcce1d4ec091dcc9d43bab1ab186e8a2f63b948e28d9e
7
- data.tar.gz: 54b4459c8119a8ce167f3d7b82278c851c94a900619b5b396af478d43472f4236ec13c279fa9c5907201ed6cf6608d96278e5b1583f2eea77e14930f127321d4
6
+ metadata.gz: 7988053360430e455dc920c30e9d8a2f02a38724e0417006552d650be7573872edba72ea71fd1aa0dd6d3b1412681f57c6dc29e3013e10685ca6dac70b548cc9
7
+ data.tar.gz: aa1b3b9830990eb8e3b67d6708ee8b2dcb37cde1bc57bf8cb3910e83bc05e35d283ce5d3c7b7cbfd65586805e458773543854692de9aa09d4fa3f3cf4a96aa52
@@ -1,3 +1,3 @@
1
1
  module SlickdealsCli
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slickdeals_cli
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
  - Saul Ocampo
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-23 00:00:00.000000000 Z
11
+ date: 2016-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -97,29 +97,17 @@ dependencies:
97
97
  description: Provides the url and price for Woot and Slickdeal Popular Deals.
98
98
  email:
99
99
  - digitalh2o@gmail.com
100
- executables: []
100
+ executables:
101
+ - slickdeals_cli
101
102
  extensions: []
102
103
  extra_rdoc_files: []
103
104
  files:
104
- - ".gitignore"
105
- - ".rspec"
106
- - ".travis.yml"
107
- - CODE_OF_CONDUCT.md
108
- - Gemfile
109
- - LICENSE.txt
110
- - README.md
111
- - Rakefile
112
- - bin/console
113
- - bin/setup
114
105
  - bin/slickdeals_cli
115
106
  - lib/slickdeals_cli.rb
116
107
  - lib/slickdeals_cli/cli.rb
117
108
  - lib/slickdeals_cli/deal.rb
118
109
  - lib/slickdeals_cli/popular.rb
119
110
  - lib/slickdeals_cli/version.rb
120
- - slickdeals_cli-0.1.0.gem
121
- - slickdeals_cli-0.1.1.gem
122
- - slickdeals_cli.gemspec
123
111
  homepage: https://rubygems.org/gems/slickdeals_cli
124
112
  licenses:
125
113
  - MIT
@@ -128,6 +116,7 @@ post_install_message:
128
116
  rdoc_options: []
129
117
  require_paths:
130
118
  - lib
119
+ - lib/slickdeals_cli.rb
131
120
  required_ruby_version: !ruby/object:Gem::Requirement
132
121
  requirements:
133
122
  - - ">="
data/.gitignore DELETED
@@ -1,9 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /Gemfile.lock
4
- /_yardoc/
5
- /coverage/
6
- /doc/
7
- /pkg/
8
- /spec/reports/
9
- /tmp/
data/.rspec DELETED
@@ -1,2 +0,0 @@
1
- --format documentation
2
- --color
data/.travis.yml DELETED
@@ -1,4 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.2.1
4
- before_install: gem install bundler -v 1.11.2
data/CODE_OF_CONDUCT.md DELETED
@@ -1,49 +0,0 @@
1
- # Contributor Code of Conduct
2
-
3
- As contributors and maintainers of this project, and in the interest of
4
- fostering an open and welcoming community, we pledge to respect all people who
5
- contribute through reporting issues, posting feature requests, updating
6
- documentation, submitting pull requests or patches, and other activities.
7
-
8
- We are committed to making participation in this project a harassment-free
9
- experience for everyone, regardless of level of experience, gender, gender
10
- identity and expression, sexual orientation, disability, personal appearance,
11
- body size, race, ethnicity, age, religion, or nationality.
12
-
13
- Examples of unacceptable behavior by participants include:
14
-
15
- * The use of sexualized language or imagery
16
- * Personal attacks
17
- * Trolling or insulting/derogatory comments
18
- * Public or private harassment
19
- * Publishing other's private information, such as physical or electronic
20
- addresses, without explicit permission
21
- * Other unethical or unprofessional conduct
22
-
23
- Project maintainers have the right and responsibility to remove, edit, or
24
- reject comments, commits, code, wiki edits, issues, and other contributions
25
- that are not aligned to this Code of Conduct, or to ban temporarily or
26
- permanently any contributor for other behaviors that they deem inappropriate,
27
- threatening, offensive, or harmful.
28
-
29
- By adopting this Code of Conduct, project maintainers commit themselves to
30
- fairly and consistently applying these principles to every aspect of managing
31
- this project. Project maintainers who do not follow or enforce the Code of
32
- Conduct may be permanently removed from the project team.
33
-
34
- This code of conduct applies both within project spaces and in public spaces
35
- when an individual is representing the project or its community.
36
-
37
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
38
- reported by contacting a project maintainer at digitalh2o@gmail.com. All
39
- complaints will be reviewed and investigated and will result in a response that
40
- is deemed necessary and appropriate to the circumstances. Maintainers are
41
- obligated to maintain confidentiality with regard to the reporter of an
42
- incident.
43
-
44
- This Code of Conduct is adapted from the [Contributor Covenant][homepage],
45
- version 1.3.0, available at
46
- [http://contributor-covenant.org/version/1/3/0/][version]
47
-
48
- [homepage]: http://contributor-covenant.org
49
- [version]: http://contributor-covenant.org/version/1/3/0/
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in slickdeals_cli.gemspec
4
- gemspec
data/LICENSE.txt DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2016 Saul Ocampo
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
data/README.md DELETED
@@ -1,37 +0,0 @@
1
- # SlickdealsCli
2
-
3
- ## Installation
4
-
5
- Add this line to your application's Gemfile:
6
-
7
- ```ruby
8
- gem 'slickdeals_cli'
9
- ```
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
16
-
17
- $ gem install slickdeals_cli
18
-
19
- ## Usage
20
-
21
- Use this gem to view the Popular Deals on Slickdeals Popular Deal webpage or to view what the current Deal of the Day is on Woot.com!
22
-
23
- ## Development
24
-
25
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
26
-
27
- 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).
28
-
29
- ## Contributing
30
-
31
- Bug reports and pull requests are welcome on GitHub at https://github.com/digitalh2o2/slickdeals_cli. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
32
-
33
-
34
- ## License
35
-
36
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
37
-
data/Rakefile DELETED
@@ -1,6 +0,0 @@
1
- require "bundler/gem_tasks"
2
- require "rspec/core/rake_task"
3
-
4
- RSpec::Core::RakeTask.new(:spec)
5
-
6
- task :default => :spec
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "slickdeals_cli"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
Binary file
Binary file
@@ -1,29 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'slickdeals_cli/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "slickdeals_cli"
8
- spec.version = SlickdealsCli::VERSION
9
- spec.authors = ["Saul Ocampo"]
10
- spec.email = ["digitalh2o@gmail.com"]
11
-
12
- spec.summary = "Scrapes the Popular Deals page on Slickdeals and Deal of the Day on Woot.com"
13
- spec.description = "Provides the url and price for Woot and Slickdeal Popular Deals."
14
- spec.homepage = "https://rubygems.org/gems/slickdeals_cli"
15
- spec.license = "MIT"
16
-
17
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
- spec.bindir = "exe"
19
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
- spec.require_paths = ["lib"]
21
-
22
- spec.add_development_dependency "bundler", "~> 1.11"
23
- spec.add_development_dependency "rake", "~> 10.0"
24
- spec.add_development_dependency "rspec", "~> 3.0"
25
- spec.add_development_dependency "pry"
26
- spec.add_development_dependency "colorize", "~>0.7.7"
27
-
28
- spec.add_dependency "nokogiri"
29
- end