Sha256: 342a1cfe735711bf2002cc9febda765a740f104cf092a10027415ddc4fdeafe6

Contents?: true

Size: 383 Bytes

Versions: 49

Compression:

Stored size: 383 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

require 'nanoc'

begin
  require 'nanoc-rust'
  NanocRust.activate!
rescue LoadError
end

require 'nanoc/cli'

if File.file?('Gemfile') && !defined?(Bundler)
  warn 'A Gemfile was detected, but Bundler is not loaded. This is probably not what you want. To run Nanoc with Bundler, use `bundle exec nanoc`.'
end

Nanoc::CLI.run(ARGV)

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
nanoc-4.8.7 bin/nanoc
nanoc-4.8.6 bin/nanoc
nanoc-4.8.5 bin/nanoc
nanoc-4.8.4 bin/nanoc
nanoc-4.8.3 bin/nanoc
nanoc-4.8.2 bin/nanoc
nanoc-4.8.1 bin/nanoc
nanoc-4.8.0 bin/nanoc
nanoc-4.7.14 bin/nanoc