Skip to content

Commit

Permalink
Using MG instead of Bundler GemHelper since that was broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Mar 22, 2011
1 parent 3d72eae commit 3f60b38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -2,4 +2,4 @@
.bundle
Gemfile.lock
./test_run
pkg/*
dist/*
5 changes: 4 additions & 1 deletion Rakefile
@@ -1,5 +1,8 @@
require 'bundler'
Bundler::GemHelper.install_tasks
Bundler.setup :development

require 'mg'
MG.new "rails_wizard.gemspec"

require 'rspec/core/rake_task'

Expand Down
1 change: 1 addition & 0 deletions rails_wizard.gemspec
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency "activesupport", "~> 3.0.0"
s.add_dependency "thor"
s.add_development_dependency "rspec", "~> 2.5.0"
s.add_development_dependency "mg"

s.files = Dir["lib/**/*.rb", "recipes/*.rb", "README.markdown", "version.rb", "templates/*"]
s.test_files = Dir["spec/**/*"]
Expand Down

0 comments on commit 3f60b38

Please sign in to comment.