Skip to content

Commit

Permalink
upgraded deps + spec running
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy committed Jun 18, 2010
1 parent 4b0ff59 commit fcefce9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ group :development do
gem 'rake'
gem 'sinatra'
gem 'rbench'
gem 'tumbler', ">= 0.0.6"
gem 'tumbler', ">= 0.0.11"
end
16 changes: 10 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Spec::Rake::SpecTask.new(:spec) do |t|
t.spec_files = FileList['spec/**/*_spec.rb']
end

task 'tumbler:preflight' do
Rake::Task["spec"].invoke
end

begin
require 'code_stats'
CodeStats::Tasks.new
Expand All @@ -20,9 +24,9 @@ Rake::RDocTask.new do |rd|
rd.rdoc_files.include("README.rdoc", "lib/**/*.rb")
rd.rdoc_dir = 'rdoc'
end


# automatically added Tumbler tasks

require 'tumbler'
Tumbler.use_rake_tasks


# automatically added Tumbler tasks

require 'tumbler'
Tumbler.use_rake_tasks

0 comments on commit fcefce9

Please sign in to comment.