Sha256: 46a28a79cb517fd4a85c9b5a0f5930173a0b0e84c414c9f32cdbddc9fd0e9030

Contents?: true

Size: 324 Bytes

Versions: 5

Compression:

Stored size: 324 Bytes

Contents

#!/usr/bin/env ruby

unless defined?(RAILS_ROOT)
  root_path = File.join(File.dirname(__FILE__), '..')
  unless RUBY_PLATFORM =~ /mswin32/
    require 'pathname'
    root_path = Pathname.new(root_path).cleanpath(true).to_s
  end
  RAILS_ROOT = root_path
end

require 'rubygems'
gem 'adaptation'

require 'commands/generate'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
adaptation-1.0.1 bin/generate
adaptation-0.1.10 bin/generate
adaptation-0.1.7 bin/generate
adaptation-0.1.8 bin/generate
adaptation-0.1.9 bin/generate