Skip to content

Commit

Permalink
Bumped dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhellberg committed Jan 5, 2014
1 parent c2c6766 commit bea9c90
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions hazel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Gem::Specification.new do |s|

s.require_paths = [%q{lib}]

s.files = Dir.glob("lib/**/*") +
[
"lib/templates/public/images/.gitkeep",
"lib/templates/public/javascripts/.gitkeep"
] +
Dir.glob("spec/**/*") +
%w(Gemfile Gemfile.lock MIT-LICENSE README.md Rakefile)
s.files = Dir.glob("lib/**/*") +
[
"lib/templates/public/images/.gitkeep",
"lib/templates/public/javascripts/.gitkeep"
] +
Dir.glob("spec/**/*") +
%w(Gemfile Gemfile.lock MIT-LICENSE README.md Rakefile)

s.add_runtime_dependency('thor', '~> 0.17')
s.add_development_dependency('bundler', '~> 1.3')
s.add_development_dependency('minitest', '~> 4.6')
s.add_runtime_dependency('thor', '~> 0.18')
s.add_development_dependency('bundler', '~> 1.5.1')
s.add_development_dependency('minitest', '~> 5.2')
end

0 comments on commit bea9c90

Please sign in to comment.