middleman-core 3.0.0.alpha.8 → 3.0.0.alpha.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -40,8 +40,11 @@ begin
40
40
  # Rubygems
41
41
  require "middleman-more"
42
42
  rescue LoadError
43
- # Local
44
- require File.expand_path(File.join(File.dirname(File.dirname(libdir)), "middleman-more", "lib", "middleman-more"))
43
+ begin
44
+ # Local
45
+ require File.expand_path(File.join(File.dirname(File.dirname(libdir)), "middleman-more", "lib", "middleman-more"))
46
+ rescue LoadError
47
+ end
45
48
  end
46
49
 
47
50
  # Change directory to the root
@@ -4,7 +4,7 @@ require "rubygems"
4
4
  module Middleman
5
5
  # Current Version
6
6
  # @return [String]
7
- VERSION = '3.0.0.alpha.8' unless const_defined?(:VERSION)
7
+ VERSION = '3.0.0.alpha.9' unless const_defined?(:VERSION)
8
8
 
9
9
  # Parsed version for RubyGems
10
10
  # @private
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-core
3
3
  version: !ruby/object:Gem::Version
4
- hash: -3702664404
4
+ hash: -3702664402
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
9
  - 0
10
10
  - alpha
11
- - 8
12
- version: 3.0.0.alpha.8
11
+ - 9
12
+ version: 3.0.0.alpha.9
13
13
  platform: ruby
14
14
  authors:
15
15
  - Thomas Reynolds