merge more into core, use gem availability to autoload

This commit is contained in:
Thomas Reynolds 2013-05-08 11:37:55 -07:00
parent 27a9fa98f7
commit 9ebddeed1d
476 changed files with 81 additions and 141 deletions

View file

@ -62,11 +62,6 @@ module Middleman
def load_extensions_in_path
require "rubygems"
begin
require "middleman-more"
rescue LoadError
end
extensions = rubygems_latest_specs.select do |spec|
spec_has_file?(spec, EXTENSION_FILE)
end

View file

@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '3.1.0.beta.3' unless const_defined?(:VERSION)
VERSION = '3.1.0.beta.4' unless const_defined?(:VERSION)
end