Skip to content

Commit

Permalink
issue #31 fixed Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Özgür ÖZKAN committed May 9, 2013
1 parent 593304f commit 853260b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions lib/cybele/app_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ def readme
template 'README.md.erb', 'README.md', :force => true
end

# Internal: Overwrite superclass gemfile
def gemfile
template 'Gemfile_new', 'Gemfile', :force => true
end

# Remove: Remove public index file
def remove_public_index
remove_file 'public/index.html'
Expand All @@ -27,8 +22,8 @@ def remove_readme_rdoc

# Internal: Replace gemfile
def replace_gemfile
remove_file 'Gemfile_new'
copy_file 'Gemfile_new', 'Gemfile_new'
remove_file 'Gemfile'
copy_file 'Gemfile_new', 'Gemfile'
end

end
Expand Down

0 comments on commit 853260b

Please sign in to comment.