public
Fork of vigetlabs/crash_cart
Description: Tools to manage ExpressionEngine ... maybe.
Clone URL: git://github.com/reagent/crash_cart.git
Search Repo:
Removed unneeded scripts (from newgem generator)
reagent (author)
Tue May 13 18:12:19 -0700 2008
commit  15983945956f3bf67b17e601ec89c09f32cb5f1d
tree    6022ac8cbc4fdfbacc4cd51190785ccaf2a0c12f
parent  f34c9e67b8e036776b474234aa51a1a2652e289e
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
@@ -1,14 +0,0 @@
0
-#!/usr/bin/env ruby
0
-APP_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..'))
0
-
0
-begin
0
- require 'rubigen'
0
-rescue LoadError
0
- require 'rubygems'
0
- require 'rubigen'
0
-end
0
-require 'rubigen/scripts/destroy'
0
-
0
-ARGV.shift if ['--help', '-h'].include?(ARGV[0])
0
-RubiGen::Base.use_component_sources! [:newgem_simple, :test_unit]
0
-RubiGen::Scripts::Destroy.new.run(ARGV)
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
@@ -1,14 +0,0 @@
0
-#!/usr/bin/env ruby
0
-APP_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..'))
0
-
0
-begin
0
- require 'rubigen'
0
-rescue LoadError
0
- require 'rubygems'
0
- require 'rubigen'
0
-end
0
-require 'rubigen/scripts/generate'
0
-
0
-ARGV.shift if ['--help', '-h'].include?(ARGV[0])
0
-RubiGen::Base.use_component_sources! [:newgem_simple, :test_unit]
0
-RubiGen::Scripts::Generate.new.run(ARGV)

Comments

    No one has commented yet.