Skip to content

Commit

Permalink
Merge branch 'master' into rails
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Jan 27, 2010
2 parents fac79ae + a528d46 commit c22ab7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/dep.rb
Expand Up @@ -4,7 +4,7 @@
Dep do Dep do
gem :dep, '=0.1.2' gem :dep, '=0.1.2'
gem(:rake, '=0.8.7') { require 'rake' } gem(:rake, '=0.8.7') { require 'rake' }
gem :rspec '=1.3.0' gem :rspec, '=1.3.0'


gemspec do gemspec do
author 'Winton Welsh' author 'Winton Welsh'
Expand All @@ -24,8 +24,8 @@
rails_init { require 'lib/gem_template' } rails_init { require 'lib/gem_template' }


rakefile do rakefile do
rake { require 'rake/gempackagetask' } gem(:rake) { require 'rake/gempackagetask' }
rspec { require 'spec/rake/spectask' } gem(:rspec) { require 'spec/rake/spectask' }
require 'dep/tasks' require 'dep/tasks'
end end


Expand Down

0 comments on commit c22ab7a

Please sign in to comment.