Skip to content

Commit

Permalink
Merge pull request #114 from chef/deps
Browse files Browse the repository at this point in the history
Move deps to the Gemfile
  • Loading branch information
JJ Asghar committed Oct 14, 2016
2 parents 0ac0371 + ea773b4 commit e320d6e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,21 @@
# Version:

[Version of the project installed]

# Environment: [Details about the environment such as the Operating System, cookbook details, etc...]

# Scenario:

[What you are trying to achieve and you can't?]

# Steps to Reproduce:

[If you are filing an issue what are the things we need to do in order to repro your problem?]

# Expected Result:

[What are you expecting to happen as the consequence of above reproduction steps?]

# Actual Result:

[What actually happens after the reproduction steps?]
6 changes: 6 additions & 0 deletions Gemfile
@@ -1,3 +1,9 @@
source "https://rubygems.org"

gemspec

gem "rake", "~> 11.0"
gem "rspec", "~> 3.1"
gem "simplecov", "~> 0.9"
gem "pry"
gem "chefstyle"
6 changes: 0 additions & 6 deletions knife-google.gemspec
Expand Up @@ -22,10 +22,4 @@ Gem::Specification.new do |s|
s.add_dependency "gcewinpass", "~> 1.0"

s.files = `git ls-files -z`.split("\x0")

s.add_development_dependency "rake", "~> 11.0"
s.add_development_dependency "rspec", "~> 3.1"
s.add_development_dependency "simplecov", "~> 0.9"
s.add_development_dependency "pry"
s.add_development_dependency "chefstyle"
end

0 comments on commit e320d6e

Please sign in to comment.