Sha256: 4aa7769d12c3b72bd345498af6bc41334728389d451d8796dae941aa5a0786c6
Contents?: true
Size: 323 Bytes
Versions: 5
Compression:
Stored size: 323 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/destroy'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
adaptation-1.0.1 | bin/destroy |
adaptation-0.1.10 | bin/destroy |
adaptation-0.1.7 | bin/destroy |
adaptation-0.1.8 | bin/destroy |
adaptation-0.1.9 | bin/destroy |