Skip to content

Commit

Permalink
Bugfix in rubygems configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnall committed Aug 7, 2011
1 parent d53d759 commit 86bad4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
v0.6.95. Bugfix in rubygems configuration.

v0.6.94. Improvements to file backup logic. Breaking change in format :( v0.6.94. Improvements to file backup logic. Breaking change in format :(


v0.6.93. Better ordering of tasks upon app install and update. v0.6.93. Better ordering of tasks upon app install and update.
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_pwnerer/scaffolds/rubygems.rb
Expand Up @@ -47,7 +47,7 @@ def install_rubygems


# sets up good defaults for Rubygems # sets up good defaults for Rubygems
def configure_rubygems def configure_rubygems
File.open("/etc/gemrc") do |f| File.open('/etc/gemrc', 'w') do |f|
f.write "gem --no-force --no-rdoc --no-ri --no-user-install --wrappers\n" f.write "gem --no-force --no-rdoc --no-ri --no-user-install --wrappers\n"
end end
end end
Expand Down

0 comments on commit 86bad4a

Please sign in to comment.