Skip to content

Commit

Permalink
rake in gemfile for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jmay committed May 14, 2012
1 parent 3924b4f commit 4ab21bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,4 +5,4 @@ require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

# task :default => :spec
task :default => :spec
1 change: 1 addition & 0 deletions masticate.gemspec
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = Masticate::VERSION

gem.add_development_dependency "rspec", "~> 0.9.2"
gem.add_development_dependency "rspec", "~> 2.9.0"
gem.add_development_dependency "guard-rspec", "~> 0.7.0"
gem.add_development_dependency "ruby_gntp", "~> 0.3.4"
Expand Down

0 comments on commit 4ab21bf

Please sign in to comment.