begin prepping beta.1

This commit is contained in:
Thomas Reynolds 2015-02-07 13:38:29 -08:00
parent b666a7aaee
commit e4b7d4fff0
7 changed files with 8 additions and 9 deletions

View file

@ -187,7 +187,7 @@ module Middleman
end
def key?(key)
( @local_data.keys + @local_sources.keys + @callback_sources.keys ).include?(key.to_s)
(@local_data.keys + @local_sources.keys + @callback_sources.keys).include?(key.to_s)
end
alias_method :has_key?, :key?

View file

@ -81,7 +81,6 @@ module Middleman
self[method]
end
end
end
end
end

View file

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

View file

@ -51,5 +51,5 @@ Gem::Specification.new do |s|
s.add_dependency('execjs', ['~> 2.0'])
# Testing
s.add_dependency('contracts', ['~> 0.4'])
s.add_dependency('contracts', ['~> 0.5.0'])
end