mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 20:28:52 +00:00
Merge pull request #16 from tripit/dev
Update gems and add execjs and therubyracer
This commit is contained in:
commit
dc7a7dce41
3 changed files with 23 additions and 12 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -13,6 +13,7 @@ test/version_tmp
|
|||
tmp
|
||||
*.DS_STORE
|
||||
build/
|
||||
.cache
|
||||
|
||||
# YARD artifacts
|
||||
.yardoc
|
||||
|
|
|
|||
5
Gemfile
5
Gemfile
|
|
@ -23,4 +23,7 @@ platforms :mri_18 do
|
|||
gem "ruby18_source_location"
|
||||
end
|
||||
|
||||
gem "rake", "~> 10.1.0"
|
||||
gem "rake", "~> 10.1.0"
|
||||
|
||||
gem 'execjs'
|
||||
gem 'therubyracer', :platforms => :ruby
|
||||
29
Gemfile.lock
29
Gemfile.lock
|
|
@ -9,10 +9,10 @@ GEM
|
|||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.7.0)
|
||||
compass (0.12.2)
|
||||
compass (0.12.4)
|
||||
chunky_png (~> 1.2)
|
||||
fssm (>= 0.2.7)
|
||||
sass (~> 3.1)
|
||||
sass (~> 3.2.17)
|
||||
em-websocket (0.5.0)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0.5.3)
|
||||
|
|
@ -27,7 +27,8 @@ GEM
|
|||
http_parser.rb (0.5.3)
|
||||
i18n (0.6.9)
|
||||
json (1.8.1)
|
||||
kramdown (1.3.2)
|
||||
kramdown (1.3.3)
|
||||
libv8 (3.16.14.3)
|
||||
listen (1.3.1)
|
||||
rb-fsevent (>= 0.9.3)
|
||||
rb-inotify (>= 0.9)
|
||||
|
|
@ -58,15 +59,15 @@ GEM
|
|||
middleman-core (>= 3.0.2)
|
||||
multi_json (~> 1.0)
|
||||
rack-livereload
|
||||
middleman-sprockets (3.2.0)
|
||||
middleman-core (~> 3.2)
|
||||
middleman-sprockets (3.3.1)
|
||||
middleman-core (>= 3.2)
|
||||
sprockets (~> 2.1)
|
||||
sprockets-helpers (~> 1.0.0)
|
||||
sprockets-sass (~> 1.0.0)
|
||||
middleman-syntax (2.0.0)
|
||||
middleman-core (~> 3.2)
|
||||
rouge (~> 1.0)
|
||||
multi_json (1.8.4)
|
||||
multi_json (1.9.2)
|
||||
rack (1.5.2)
|
||||
rack-livereload (0.3.15)
|
||||
rack
|
||||
|
|
@ -76,22 +77,26 @@ GEM
|
|||
rb-fsevent (0.9.4)
|
||||
rb-inotify (0.9.3)
|
||||
ffi (>= 0.5.0)
|
||||
rb-kqueue (0.2.0)
|
||||
rb-kqueue (0.2.2)
|
||||
ffi (>= 0.5.0)
|
||||
redcarpet (3.1.1)
|
||||
rouge (1.3.2)
|
||||
ref (1.0.5)
|
||||
rouge (1.3.3)
|
||||
ruby18_source_location (0.2)
|
||||
sass (3.2.14)
|
||||
sprockets (2.10.1)
|
||||
sass (3.2.17)
|
||||
sprockets (2.12.0)
|
||||
hike (~> 1.2)
|
||||
multi_json (~> 1.0)
|
||||
rack (~> 1.0)
|
||||
tilt (~> 1.1, != 1.3.0)
|
||||
sprockets-helpers (1.0.1)
|
||||
sprockets (~> 2.0)
|
||||
sprockets-sass (1.0.2)
|
||||
sprockets-sass (1.0.3)
|
||||
sprockets (~> 2.0)
|
||||
tilt (~> 1.1)
|
||||
therubyracer (0.12.1)
|
||||
libv8 (~> 3.16.14.0)
|
||||
ref
|
||||
thor (0.18.1)
|
||||
tilt (1.4.1)
|
||||
uglifier (2.4.0)
|
||||
|
|
@ -102,6 +107,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
execjs
|
||||
middleman (~> 3.2.0)
|
||||
middleman-gh-pages
|
||||
middleman-livereload (~> 3.1.0)
|
||||
|
|
@ -109,4 +115,5 @@ DEPENDENCIES
|
|||
rake (~> 10.1.0)
|
||||
redcarpet (~> 3.1.1)
|
||||
ruby18_source_location
|
||||
therubyracer
|
||||
wdm (~> 0.1.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue