update middleman
This commit is contained in:
parent
a3925c40c7
commit
f24ff9bc7c
93
Gemfile.lock
93
Gemfile.lock
@ -1,14 +1,14 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (3.2.13)
|
activesupport (3.2.12)
|
||||||
i18n (= 0.6.1)
|
i18n (~> 0.6)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
chunky_png (1.2.8)
|
chunky_png (1.2.8)
|
||||||
coffee-script (2.2.0)
|
coffee-script (2.2.0)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.3.3)
|
coffee-script-source (1.6.2)
|
||||||
compass (0.12.2)
|
compass (0.12.2)
|
||||||
chunky_png (~> 1.2)
|
chunky_png (~> 1.2)
|
||||||
fssm (>= 0.2.7)
|
fssm (>= 0.2.7)
|
||||||
@ -21,83 +21,65 @@ GEM
|
|||||||
eventmachine (1.0.3)
|
eventmachine (1.0.3)
|
||||||
execjs (1.4.0)
|
execjs (1.4.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
ffi (1.8.1)
|
ffi (1.9.0)
|
||||||
fssm (0.2.10)
|
fssm (0.2.10)
|
||||||
haml (4.0.3)
|
haml (4.0.3)
|
||||||
tilt
|
tilt
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
http_parser.rb (0.5.3)
|
http_parser.rb (0.5.3)
|
||||||
http_router (0.10.2)
|
i18n (0.6.4)
|
||||||
rack (>= 1.0.0)
|
kramdown (1.0.2)
|
||||||
url_mount (~> 0.2.1)
|
listen (1.1.6)
|
||||||
i18n (0.6.1)
|
rb-fsevent (>= 0.9.3)
|
||||||
listen (0.7.3)
|
rb-inotify (>= 0.9)
|
||||||
maruku (0.6.1)
|
rb-kqueue (>= 0.2)
|
||||||
syntax (>= 1.0.0)
|
middleman (3.1.0)
|
||||||
middleman (3.0.14)
|
coffee-script (~> 2.2.0)
|
||||||
middleman-core (= 3.0.14)
|
compass (>= 0.12.2)
|
||||||
middleman-more (= 3.0.14)
|
execjs (~> 1.4.0)
|
||||||
middleman-sprockets (~> 3.1.0)
|
haml (>= 3.1.6)
|
||||||
middleman-core (3.0.14)
|
kramdown (~> 1.0.0)
|
||||||
|
middleman-core (= 3.1.0)
|
||||||
|
middleman-more (= 3.1.0)
|
||||||
|
middleman-sprockets (>= 3.1.2)
|
||||||
|
sass (>= 3.1.20)
|
||||||
|
uglifier (~> 2.1.0)
|
||||||
|
middleman-core (3.1.0)
|
||||||
activesupport (~> 3.2.6)
|
activesupport (~> 3.2.6)
|
||||||
bundler (~> 1.1)
|
bundler (~> 1.1)
|
||||||
listen (~> 0.7.3)
|
i18n (~> 0.6.1)
|
||||||
rack (~> 1.4.1)
|
listen (~> 1.1.6)
|
||||||
|
rack (>= 1.4.5)
|
||||||
rack-test (~> 0.6.1)
|
rack-test (~> 0.6.1)
|
||||||
rb-fsevent (~> 0.9.3)
|
thor (>= 0.15.2, < 2.0)
|
||||||
thor (~> 0.15.4)
|
|
||||||
tilt (~> 1.3.6)
|
tilt (~> 1.3.6)
|
||||||
middleman-livereload (3.1.0)
|
middleman-livereload (3.1.0)
|
||||||
em-websocket (>= 0.2.0)
|
em-websocket (>= 0.2.0)
|
||||||
middleman-core (>= 3.0.2)
|
middleman-core (>= 3.0.2)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rack-livereload
|
rack-livereload
|
||||||
middleman-more (3.0.14)
|
middleman-more (3.1.0)
|
||||||
coffee-script (~> 2.2.0)
|
middleman-sprockets (3.1.2)
|
||||||
coffee-script-source (~> 1.3.3)
|
|
||||||
compass (>= 0.12.2)
|
|
||||||
execjs (~> 1.4.0)
|
|
||||||
haml (>= 3.1.6)
|
|
||||||
i18n (~> 0.6.0, < 0.6.2)
|
|
||||||
maruku (~> 0.6.0)
|
|
||||||
middleman-core (= 3.0.14)
|
|
||||||
padrino-helpers (= 0.10.7)
|
|
||||||
sass (>= 3.1.20)
|
|
||||||
uglifier (~> 1.2.6)
|
|
||||||
middleman-sprockets (3.1.1)
|
|
||||||
middleman-core (>= 3.0.14)
|
middleman-core (>= 3.0.14)
|
||||||
padrino-helpers (= 0.10.7)
|
middleman-more (>= 3.0.14)
|
||||||
sprockets (~> 2.1)
|
sprockets (~> 2.1)
|
||||||
sprockets-helpers (~> 1.0.0)
|
sprockets-helpers (~> 1.0.0)
|
||||||
sprockets-sass (~> 1.0.0)
|
sprockets-sass (~> 1.0.0)
|
||||||
multi_json (1.7.6)
|
multi_json (1.7.7)
|
||||||
oily_png (1.1.0)
|
oily_png (1.1.0)
|
||||||
chunky_png (~> 1.2.7)
|
chunky_png (~> 1.2.7)
|
||||||
padrino-core (0.10.7)
|
rack (1.5.2)
|
||||||
activesupport (~> 3.2.0)
|
|
||||||
http_router (~> 0.10.2)
|
|
||||||
sinatra (~> 1.3.1)
|
|
||||||
thor (~> 0.15.2)
|
|
||||||
tilt (~> 1.3.0)
|
|
||||||
padrino-helpers (0.10.7)
|
|
||||||
i18n (~> 0.6)
|
|
||||||
padrino-core (= 0.10.7)
|
|
||||||
rack (1.4.5)
|
|
||||||
rack-livereload (0.3.15)
|
rack-livereload (0.3.15)
|
||||||
rack
|
rack
|
||||||
rack-protection (1.5.0)
|
|
||||||
rack
|
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.2)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rake (10.0.4)
|
rake (10.0.4)
|
||||||
rb-fsevent (0.9.3)
|
rb-fsevent (0.9.3)
|
||||||
rb-inotify (0.9.0)
|
rb-inotify (0.9.0)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
|
rb-kqueue (0.2.0)
|
||||||
|
ffi (>= 0.5.0)
|
||||||
sass (3.2.9)
|
sass (3.2.9)
|
||||||
sinatra (1.3.6)
|
|
||||||
rack (~> 1.4)
|
|
||||||
rack-protection (~> 1.3)
|
|
||||||
tilt (~> 1.3, >= 1.3.3)
|
|
||||||
slim (1.3.9)
|
slim (1.3.9)
|
||||||
temple (~> 0.6.3)
|
temple (~> 0.6.3)
|
||||||
tilt (~> 1.3, >= 1.3.3)
|
tilt (~> 1.3, >= 1.3.3)
|
||||||
@ -114,15 +96,12 @@ GEM
|
|||||||
susy (1.0.8)
|
susy (1.0.8)
|
||||||
compass (>= 0.12.2)
|
compass (>= 0.12.2)
|
||||||
sass (>= 3.2.0)
|
sass (>= 3.2.0)
|
||||||
syntax (1.0.0)
|
|
||||||
temple (0.6.5)
|
temple (0.6.5)
|
||||||
thor (0.15.4)
|
thor (0.18.1)
|
||||||
tilt (1.3.7)
|
tilt (1.3.7)
|
||||||
uglifier (1.2.7)
|
uglifier (2.1.1)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.0, >= 1.0.2)
|
||||||
url_mount (0.2.1)
|
|
||||||
rack
|
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -22,10 +22,11 @@ section
|
|||||||
i.icon-github-sign.icon-2x
|
i.icon-github-sign.icon-2x
|
||||||
span
|
span
|
||||||
a href="http://git.higgsboson.tk" title="Webinterface to our public git repos" Git Web
|
a href="http://git.higgsboson.tk" title="Webinterface to our public git repos" Git Web
|
||||||
li
|
/ TODO: readd nginx upload module
|
||||||
i.icon-inbox.icon-2x
|
/li
|
||||||
span
|
/ i.icon-inbox.icon-2x
|
||||||
== link_to "Inbox", "/inbox", title: "Send us your files"
|
/ span
|
||||||
|
/ == link_to "Inbox", "/inbox", title: "Send us your files"
|
||||||
li
|
li
|
||||||
i.icon-download-alt.icon-2x
|
i.icon-download-alt.icon-2x
|
||||||
span
|
span
|
||||||
|
Loading…
Reference in New Issue
Block a user