Skip to content

Commit

Permalink
Update default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Feb 6, 2013
1 parent 258ab5c commit ff0bb41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in bb-ruby.gemspec
gemspec

group :development do
gem 'rake'
end
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
PATH
remote: .
specs:
bb-ruby (0.9.7)
bb-ruby (0.9.9)

GEM
remote: https://rubygems.org/
specs:
rake (10.0.3)

PLATFORMS
ruby

DEPENDENCIES
bb-ruby!
rake
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Rake::TestTask.new(:test) do |t|
t.verbose = false
end

task :default => :test

0 comments on commit ff0bb41

Please sign in to comment.