Skip to content

Commit

Permalink
Add dependency of octorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed Apr 25, 2014
1 parent e3697c2 commit 20f1701
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require "bundler/gem_tasks"
require 'rspec/core/rake_task'
require "octorelease"

task :default => :spec
task :spec => 'spec:redhat'
Expand Down
4 changes: 3 additions & 1 deletion configspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "rspec", ">= 2.13.0"
spec.add_runtime_dependency "specinfra", ">= 0.0.6"
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "rake", "~> 10.1.1"
spec.add_development_dependency "octokit", "~> 2.7.2"
spec.add_development_dependency "octorelease"
end

0 comments on commit 20f1701

Please sign in to comment.