We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Rubygem
Description: Sprinkle is a software provisioning tool you can use to build remote servers with. eg. to install a Rails or Merb stack on a brand new slice directly after its been created
Homepage: http://sprinkle.rubyforge.org/
Clone URL: git://github.com/crafterm/sprinkle.git
Fix \t to use double quotes
crafterm (author)
Thu May 22 05:20:59 -0700 2008
commit  884c8806e01d4e011e905ecd66b70306728725e4
tree    892118bc823030e4023652da801575f6baec9626
parent  1820e6b9f829c0ab253a0fcca0173921fe757a02
...
41
42
43
44
 
45
46
47
...
41
42
43
 
44
45
46
47
0
@@ -41,7 +41,7 @@ module Sprinkle
0
           package = select_package(p, package) if package.is_a? Array # handle virtual package selection
0
 
0
           tree = package.tree do |parent, child, depth|
0
- indent = '\t' * depth
0
+ indent = "\t" * depth
0
             logger.debug "#{indent}Package #{parent.name} requires #{child.name}"
0
           end
0
 

Comments

    No one has commented yet.