3.0 [ci skip]
This commit is contained in:
parent
67ceb47952
commit
174000c1a2
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "middleman-sprockets"]
|
||||
path = middleman-sprockets
|
||||
url = git://github.com/middleman/middleman-sprockets.git
|
2
Gemfile
2
Gemfile
|
@ -31,7 +31,7 @@ group :test do
|
|||
gem "less", "~> 2.2"
|
||||
end
|
||||
|
||||
gem "middleman-sprockets", :path => "middleman-sprockets"
|
||||
gem "middleman-sprockets", :github => "middleman/middleman-sprockets"
|
||||
gem "middleman-core", :path => "middleman-core"
|
||||
gem "middleman-more", :path => "middleman-more"
|
||||
gem "middleman", :path => "middleman"
|
|
@ -1,5 +1,5 @@
|
|||
module Middleman
|
||||
# Current Version
|
||||
# @return [String]
|
||||
VERSION = '3.0.0.rc.4' unless const_defined?(:VERSION)
|
||||
VERSION = '3.0.0' unless const_defined?(:VERSION)
|
||||
end
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 7ae6812c45a0bda020c52eb4fbd172bdce379d5d
|
Loading…
Reference in a new issue