Sha256: d8e192cc5e2823ff255a6765b56ee2825e6366bbf0696f89210876327191f056

Contents?: true

Size: 341 Bytes

Versions: 1

Compression:

Stored size: 341 Bytes

Contents

begin
  require 'thor/group'
rescue LoadError
  puts "Thor is not available.\nIf you ran this command from a git checkout " \
       "of Bookshop, please make sure thor is installed,\nand run this command " \
       "as `ruby #{$0} #{ARGV.join(" ")} --dev`"
  exit
end

module Bookshop
  module Generators
    module Base

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bookshop-0.0.1 lib/bookshop/generators/base.rb