Sha256: a2b14f7d0b0c403cdc3992b0dd0e34e563dd4ffe317144aad9e8a36edce9ea26

Contents?: true

Size: 400 Bytes

Versions: 1

Compression:

Stored size: 400 Bytes

Contents

#!/usr/bin/env ruby

require File.expand_path(File.join('..', 'lib', 'h2ocube_generator.rb'), File.dirname(__FILE__))

source_root = File.expand_path(File.join('..', 'source'), File.dirname(__FILE__))

H2ocubeGenerator::AppGenerator.source_root source_root
H2ocubeGenerator::AppGenerator.source_paths << Rails::Generators::AppGenerator.source_root << source_root
H2ocubeGenerator::AppGenerator.start

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
h2ocube_generator-0.0.1 bin/h2ocube_generator