mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
prep hopefully final pre
This commit is contained in:
parent
bfc32ee0ef
commit
553eb3a402
3 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
- Enabled Liquid {% include %} tag
|
||||
- RubyInstaller-specific gem
|
||||
- Allow access to data/ in config.rb
|
||||
- Add mobile html5boilerplate template
|
||||
|
||||
2.0.8
|
||||
=====
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Middleman
|
||||
VERSION = "2.0.9.pre.2"
|
||||
VERSION = "2.0.9.pre.3"
|
||||
end
|
||||
|
|
|
@ -61,7 +61,6 @@ eos
|
|||
s.add_dependency("rb-fchange")
|
||||
# else
|
||||
# s.add_dependency("rb-fsevent", ["~> 0.4.2"])
|
||||
# s.add_dependency("therubyracer", ["~> 0.9.4"])
|
||||
# end
|
||||
|
||||
s.add_dependency("guard", ["~> 0.6.2"])
|
||||
|
|
Loading…
Reference in a new issue