Skip to content

Commit

Permalink
Use the latest guard
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Jan 21, 2011
1 parent 45f1b74 commit fbf2d85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guard-coffeescript.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Gem::Specification.new do |s|
s.required_rubygems_version = '>= 1.3.6'
s.rubyforge_project = 'guard-coffeescript'

s.add_dependency 'guard', '~> 0.2.2'
s.add_dependency 'guard', '~> 0.3.0'
s.add_dependency 'coffee-script', '~> 2.1.1'

s.add_development_dependency 'bundler', '~> 1.0.7'
s.add_development_dependency 'bundler', '~> 1.0.9'
s.add_development_dependency 'guard-rspec', '~> 0.1.9'
s.add_development_dependency 'rspec', '~> 2.2.0'
s.add_development_dependency 'rspec', '~> 2.4.0'

s.files = Dir.glob('{lib}/**/*') + %w[LICENSE README.rdoc]
s.require_path = 'lib'
Expand Down

0 comments on commit fbf2d85

Please sign in to comment.