Skip to content

Commit

Permalink
Merge 9b0fd3d into 3698a33
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGossett committed Apr 21, 2014
2 parents 3698a33 + 9b0fd3d commit 030bbc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env_lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_runtime_dependency 'formatador'
spec.add_runtime_dependency 'capistrano', '~> 2.9'

spec.add_development_dependency 'capistrano', '~> 2.9'
spec.add_development_dependency 'rspec', '3.0.0.beta1'
spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake'
Expand Down
2 changes: 1 addition & 1 deletion lib/env_lint/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module EnvLint
VERSION = "0.0.5"
VERSION = "0.0.6"
end

0 comments on commit 030bbc5

Please sign in to comment.