mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Remove Rake
This commit is contained in:
parent
d88d714d90
commit
ac9cb0aef9
3 changed files with 0 additions and 9 deletions
2
Gemfile
2
Gemfile
|
|
@ -8,5 +8,3 @@ gem 'middleman-autoprefixer', '~> 2.7.0'
|
|||
gem "middleman-sprockets", "~> 4.0.0.rc"
|
||||
gem 'rouge', '~> 1.10.1'
|
||||
gem 'redcarpet', '~> 3.3.2'
|
||||
|
||||
gem 'rake', '~> 10.4.2'
|
||||
|
|
|
|||
|
|
@ -127,7 +127,6 @@ DEPENDENCIES
|
|||
middleman-gh-pages (~> 0.0.3)
|
||||
middleman-sprockets (~> 4.0.0.rc)
|
||||
middleman-syntax (~> 2.1.0)
|
||||
rake (~> 10.4.2)
|
||||
redcarpet (~> 3.3.2)
|
||||
rouge (~> 1.10.1)
|
||||
|
||||
|
|
|
|||
6
Rakefile
6
Rakefile
|
|
@ -1,6 +0,0 @@
|
|||
require 'middleman-gh-pages'
|
||||
require 'rake/clean'
|
||||
|
||||
CLOBBER.include('build')
|
||||
|
||||
task :default => [:build]
|
||||
Loading…
Reference in a new issue