Skip to content

Commit

Permalink
Revert back to the standard source for Refinery.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Jan 26, 2011
1 parent 7610253 commit 6fc04ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/refinerycms
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,7 @@ module Refinery
end

# Specify the correct version of the Refinery CMS gem (may be git source).
#src = Refinery.version !~ /\.pre$/ ? "'~> #{Refinery.version}'" : ":git => 'git://github.com/resolve/refinerycms'
# TODO: Fix this upon release.
src = ":git => 'git://github.com/resolve/refinerycms', :branch => 'master'"
src = Refinery.version !~ /\.pre$/ ? "'= #{Refinery.version}'" : ":git => 'git://github.com/resolve/refinerycms'"
find_and_replace('Gemfile', %r{gem 'refinerycms',.*}, "gem 'refinerycms', #{src}")

# Add in AWS-S3 for Heroku
Expand Down

0 comments on commit 6fc04ca

Please sign in to comment.