Sha256: 7d34625466a3f8d055ecee1f28a84aaff1dc5a50df4f49fbf3cf264e8c3929a3

Contents?: true

Size: 401 Bytes

Versions: 12

Compression:

Stored size: 401 Bytes

Contents

#!/usr/bin/env ruby
APP_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..'))

begin
  require 'rubigen'
rescue LoadError
  require 'rubygems'
  require 'rubigen'
end
require 'rubigen/scripts/destroy'

ARGV.shift if ['--help', '-h'].include?(ARGV[0])
RubiGen::Base.use_component_sources! [:rubygems, :newgem, :newgem_theme, :test_unit]
RubiGen::Scripts::Destroy.new.run(ARGV)

Version data entries

12 entries across 12 versions & 6 rubygems

Version Path
cprobert-s3sync-1.4.4 script/destroy
cprobert-s3sync-1.4.2 script/destroy
cprobert-s3sync-1.4.1 script/destroy
cprobert-s3sync-1.3.9 script/destroy
cprobert-s3sync-1.3.7 script/destroy
cprobert-s3sync-1.3.6 script/destroy
struct_packing-0.0.3 script/destroy
struct_packing-0.0.2 script/destroy
langscan-1.2-x86-mswin32-60 script/destroy
gonzui-1.2-x86-mswin32-60 script/destroy
sc-core-ext-1.1.1 script/destroy
autotestforphp-0.0.3 script/destroy