Merge pull request #873 from ilovenwd/master

add prerlease=true in Gem::Specification.latest_specs
This commit is contained in:
Thomas Reynolds 2013-04-30 13:56:56 -07:00
commit 1623a99f81

View file

@ -84,7 +84,7 @@ module Middleman
def rubygems_latest_specs
# If newer Rubygems
if ::Gem::Specification.respond_to? :latest_specs
::Gem::Specification.latest_specs
::Gem::Specification.latest_specs(true)
else
::Gem.source_index.latest_specs
end