File: bundler.rake

package info (click to toggle)
ruby-jekyll-asciidoc 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,536 kB
  • sloc: ruby: 1,802; sh: 36; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
begin
  require 'bundler/gem_tasks'
rescue LoadError
  raise 'Bundler is required to build this gem.
Install Bundler using: gem install bundler
Then, install required gems using: bundle --path=.bundle/gems'
end