Sha256: 849e6f8284a82ee5751a5627beb1e22668ebe3b31eba2ab99727ec6b4203863c

Contents?: true

Size: 357 Bytes

Versions: 229

Compression:

Stored size: 357 Bytes

Contents

#!/usr/bin/env ruby
APP_ROOT = 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]
RubiGen::Scripts::Destroy.new.run(ARGV)

Version data entries

229 entries across 229 versions & 56 rubygems

Version Path
amazon-ec2-0.2.10 script/destroy
amazon-ec2-0.2.5 script/destroy
amazon-ec2-0.2.6 script/destroy
amazon-ec2-0.2.8 script/destroy
amazon-ec2-0.2.7 script/destroy
amazon-ec2-0.2.9 script/destroy
ansi-sys-0.4.1 script/destroy
ansi-sys-0.4.0 script/destroy
ansi-sys-0.3.0 script/destroy
ansi-sys-0.2.0 script/destroy
ansi-sys-0.7.1 script/destroy
ansi-sys-0.8.1 script/destroy
ansi-sys-0.8.2 script/destroy
ansi-sys-0.8.0 script/destroy
ansi-sys-0.8.3 script/destroy
ansi-sys-0.7.0 script/destroy
ansi-sys-0.5.0 script/destroy
ansi-sys-0.6.0 script/destroy
backnob-0.0.2 script/destroy
backnob-0.0.3 script/destroy