daily_recipe 0.2.0 → 0.2.1

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: 186bcd1c8dd1f14c6125ec04fcdd9f558d39a883
4
- data.tar.gz: 8698f93d2d6c5892a0c57ce1cf245f6cf3e5b9c7
3
+ metadata.gz: dcf285e5f75919c9d2db0b5993caac4099efab09
4
+ data.tar.gz: e4b0fae69f6b29f82bf264c3a3a9a565f1219f91
5
5
  SHA512:
6
- metadata.gz: dad02a1f617c5a5f2531d010340a7b4327e0ab2a7f9dacb8889b1d491f99887bae17dbccdeb8d1993fe541baa106e9c73b054ed45a95851ac3f92c9b43ca33c6
7
- data.tar.gz: dc788ec81364c5b9aad91ee5d966d99fd3eb0827edf14f5ae0d0f07ff885648347d872300e5c7a1dd702c22561d04484c8a7880291b7466a74802ad3c89d4c1b
6
+ metadata.gz: afc5367dfa9ea98d58d7abf2749cdd2a0cd30c9dd21da4d0b2edc3e82c3b40d7e6ea73ca2afeb3cf89c00d5b8452c001b4fe0724c701acce9c219e96b3c69bf6
7
+ data.tar.gz: f9fca72f638a638a396571d3cab9dc9ee0cbbefa3f5cd51fd3149828d0e83f8cbfe1c60ad86f63bd0d167d65a8bed20429dac2e09dbc74e380d9d14ff5babbbc
data/bin/console CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  require "bundler/setup"
4
4
  require "daily_recipe"
5
+ require "require_all"
5
6
 
6
7
  # You can add fixtures and/or initialization code here to make experimenting
7
8
  # with your gem easier. You can also use a different console, if you like.
data/bin/daily_recipe CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require_relative './lib/daily_recipe'
3
+ require './lib/daily_recipe'
4
4
 
5
5
  DailyRecipe::CLI.new.call
@@ -1,3 +1,3 @@
1
1
  module DailyRecipe
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daily_recipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian DeVivi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-04 00:00:00.000000000 Z
11
+ date: 2016-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,6 +52,26 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: require_all
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '1.3'
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ version: 1.3.3
65
+ type: :runtime
66
+ prerelease: false
67
+ version_requirements: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - "~>"
70
+ - !ruby/object:Gem::Version
71
+ version: '1.3'
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: 1.3.3
55
75
  - !ruby/object:Gem::Dependency
56
76
  name: nokogiri
57
77
  requirement: !ruby/object:Gem::Requirement
@@ -89,18 +109,9 @@ executables:
89
109
  extensions: []
90
110
  extra_rdoc_files: []
91
111
  files:
92
- - CODE_OF_CONDUCT.md
93
- - Gemfile
94
- - Gemfile.lock
95
- - LICENSE.txt
96
- - NOTES
97
- - README.md
98
- - Rakefile
99
112
  - bin/console
100
113
  - bin/daily_recipe
101
114
  - bin/setup
102
- - daily_recipe-0.1.0.gem
103
- - daily_recipe.gemspec
104
115
  - lib/daily_recipe.rb
105
116
  - lib/daily_recipe/Recipe.rb
106
117
  - lib/daily_recipe/cli.rb
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 iandevivi@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 daily_recipe.gemspec
4
- gemspec
data/Gemfile.lock DELETED
@@ -1,36 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- daily_recipe (0.1.0)
5
- nokogiri
6
- terminal-table
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- coderay (1.1.0)
12
- method_source (0.8.2)
13
- mini_portile2 (2.1.0)
14
- nokogiri (1.6.8)
15
- mini_portile2 (~> 2.1.0)
16
- pkg-config (~> 1.1.7)
17
- pkg-config (1.1.7)
18
- pry (0.10.3)
19
- coderay (~> 1.1.0)
20
- method_source (~> 0.8.1)
21
- slop (~> 3.4)
22
- rake (10.4.2)
23
- slop (3.6.0)
24
- terminal-table (1.6.0)
25
-
26
- PLATFORMS
27
- ruby
28
-
29
- DEPENDENCIES
30
- bundler (~> 1.12)
31
- daily_recipe!
32
- pry
33
- rake (~> 10.0)
34
-
35
- BUNDLED WITH
36
- 1.12.5
data/LICENSE.txt DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2016 iandevivi
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/NOTES DELETED
@@ -1,39 +0,0 @@
1
- How to Build a CLI Gem
2
-
3
- 1. Plan your gem, imagine the interface
4
- 2. Start with the project structure - use google
5
- 3. Start with the entry point - the file the user will run
6
- 4. Force that to build the CLI interface
7
- 5. Stub out the interface
8
- 6. Start making things real
9
- 7. Discover objects
10
- 8. Program
11
-
12
- - A command line interface for daily recipes
13
- - from http://www.foodnetwork.com/recipes/photos/recipe-of-the-day-what-to-cook-now.html
14
- #body > div:nth-child(13) > div.row.split > article > div >
15
- #div.list-featured-in-gallery.section > section > div > ul > li:nth-child(1)
16
-
17
-
18
- user types daily_recipes
19
-
20
- Shows a list of recipes
21
-
22
- 1. Herb Chicken - 1 hour 30 minutes cook time - 4.5/5 stars - 16 reviews
23
- 2. Guacamole - 5 stars - 783 reviews
24
-
25
- User picks a recipe by number
26
- provides list of ingredients
27
- provides cooking instructions
28
-
29
- copy ingredients/recipe to clipboard? #copy method using pbcopy
30
-
31
-
32
- What is a recipe?
33
-
34
- A recipe has a name
35
- A recipe has a cook time
36
- A recipe has a rating
37
- A recipe has a number of reviews
38
- A recipe has ingredients
39
- A recipe has cooking instructions
data/README.md DELETED
@@ -1,39 +0,0 @@
1
- # DailyRecipe
2
- daily_recipe is a gem that will pull a changing recipe list, provide the user with the name, cook time and average rating of the recipe. Selecting a recipe will give the user the ingredient list and the cooking directions.
3
-
4
- ## Installation
5
-
6
- Add this line to your application's Gemfile:
7
-
8
- ```ruby
9
- gem 'daily_recipe'
10
- ```
11
-
12
- And then execute:
13
-
14
- $ bundle
15
-
16
- Or install it yourself as:
17
-
18
- $ gem install daily_recipe
19
-
20
- ## Usage
21
-
22
- To use this gem, install using 'gem install daily_recipe'.
23
- To run, simply type 'daily_recipe' once the gem has been installed.
24
- A list of recipes will be loaded. Select an option to get ingredients and cooking instructions.
25
-
26
- ## Development
27
-
28
- 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.
29
-
30
- 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).
31
-
32
- ## Contributing
33
-
34
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/daily_recipe. 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.
35
-
36
-
37
- ## License
38
-
39
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
data/Rakefile DELETED
@@ -1,2 +0,0 @@
1
- require "bundler/gem_tasks"
2
- task :default => :spec
Binary file
data/daily_recipe.gemspec DELETED
@@ -1,37 +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 'daily_recipe/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "daily_recipe"
8
- spec.version = DailyRecipe::VERSION
9
- spec.authors = ["Ian DeVivi"]
10
- spec.email = ["iandevivi@gmail.com"]
11
-
12
- spec.summary = "Daily Recipes List"
13
- spec.description = "List of recipes with ratings and cooking time, along with ingredient list and cooking instructions."
14
- spec.homepage = "https://github.com/iandevivi/daily-recipe-cli-gem"
15
- spec.license = "MIT"
16
-
17
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
- # to allow pushing to a single host or delete this section to allow pushing to any host.
19
- # if spec.respond_to?(:metadata)
20
- # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
21
- # else
22
- # raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
23
- # end
24
-
25
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
26
- spec.bindir = "bin"
27
- spec.executables = ["daily_recipe"]
28
- spec.require_paths = ["lib"]
29
-
30
- spec.add_development_dependency "bundler", "~> 1.12"
31
- spec.add_development_dependency "rake", "~> 10.0"
32
-
33
- spec.add_development_dependency "pry"
34
-
35
- spec.add_dependency "nokogiri"
36
- spec.add_dependency "terminal-table"
37
- end