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
bingodisk-0.0.2 script/destroy
binarysearch-0.0.2 script/destroy
binarysearch-0.0.1 script/destroy
bingodisk-0.0.1 script/destroy
cardia-0.0.2 script/destroy
cardia-0.0.1 script/destroy
cardia-0.0.3 script/destroy
couchobject-0.0.1 script/destroy
couchobject-0.5.0 script/destroy
couchobject-0.6.0 script/destroy
couchobject-0.6.1 script/destroy
delaycalc-0.0.1 script/destroy
delaycalc-0.2.0 script/destroy
diffeq-0.0.1 script/destroy
dragongoserver-0.0.1 script/destroy
dragongoserver-0.1.1 script/destroy
dragongoserver-0.0.4 script/destroy
dragongoserver-0.0.3 script/destroy
ec2onrails-0.9.5 script/destroy
ec2onrails-0.9.7 script/destroy