Skip to content

Commit

Permalink
Make sure github is added as source of gems
Browse files Browse the repository at this point in the history
  • Loading branch information
jordelver committed Dec 2, 2011
1 parent 153cd4e commit 07c3f9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template.rb
@@ -1,6 +1,8 @@
rvmrc = "rvm 1.9.2@#{app_path} --create" rvmrc = "rvm 1.9.2@#{app_path} --create"
create_file '.rvmrc', rvmrc create_file '.rvmrc', rvmrc


add_source "http://gems.github.com"

append_file 'Gemfile', do append_file 'Gemfile', do
<<-RUBY <<-RUBY
gem "mm-versionable", '0.2.5' gem "mm-versionable", '0.2.5'
Expand Down

0 comments on commit 07c3f9e

Please sign in to comment.