Skip to content

Commit

Permalink
Hash rocket keys for 1.8.7 compatability since this is used to push M…
Browse files Browse the repository at this point in the history
…acApps, which needs that old version.
  • Loading branch information
bradgessler committed Apr 1, 2013
1 parent a0b1bf9 commit c7fa798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/glitter/release.rb
Expand Up @@ -37,7 +37,7 @@ def head
logger.info "Promoting version #{version} to HEAD"
assets.map do |_, object|
channel, _, key = Release.object_segments(object.key)
object = object.copy key: File.join(channel, key)
object = object.copy :key => File.join(channel, key)
logger.info " Copying #{key} to #{object.url}"
object.save
end
Expand Down
2 changes: 1 addition & 1 deletion lib/glitter/version.rb
@@ -1,3 +1,3 @@
module Glitter
VERSION = "2.0.0.alpha1"
VERSION = "2.0.0.alpha2"
end

0 comments on commit c7fa798

Please sign in to comment.