Skip to content

Commit

Permalink
Install the merb meta-package as the last one
Browse files Browse the repository at this point in the history
  • Loading branch information
snusnu committed Oct 4, 2009
1 parent 388ecab commit 8c445b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ merb_release = {
]
}

merb_gem_paths = %w[merb merb-core] + merb_more_gem_paths + %w[merb_datamapper]
merb_gem_paths = %w[merb-core merb_datamapper] + merb_more_gem_paths + %w[merb]

merb_gems = merb_gem_paths.map { |p| File.basename(p) }
merb_more_gems = merb_more_gem_paths.map { |p| File.basename(p) }
Expand Down

0 comments on commit 8c445b1

Please sign in to comment.