Skip to content

Commit

Permalink
Merge branch 'master' into rails
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Jan 24, 2011
2 parents e424442 + 7d56265 commit e1b839b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gem_template/gems.rb
Expand Up @@ -36,7 +36,7 @@ def activate(*gems)

self.gemset ||= gemset_from_loaded_specs

gems.flatten.collect(&:to_sym).each do |name|
gems.flatten.collect { |g| g.to_sym }.each do |name|
version = @versions[name]
vendor = File.expand_path("../../../vendor/#{name}/lib", __FILE__)
if File.exists?(vendor)
Expand Down

0 comments on commit e1b839b

Please sign in to comment.