public
Rubygem
Description: Deploy scripting with Thor using remote Ruby execution
Clone URL: git://github.com/wesabe/robot-army.git
Add a dummy Rakefile that tells people to use thor.
Wed May 14 09:47:46 -0700 2008
commit  f53651da99f73c49138f815e7c31497ae26a7f4a
tree    8100ca8a9593aee72b66eb48fb0cc3d616a37ffa
parent  8147762980d84c230d2504339aa20c6b310fcc4a
...
23
24
25
26
 
27
28
29
...
23
24
25
 
26
27
28
29
0
@@ -23,7 +23,7 @@ SPEC = Gem::Specification.new do |s|
0
   s.homepage = HOMEPAGE
0
   s.rubyforge_project = PROJECT
0
   
0
- # s.require_path = 'lib'
0
+ s.require_path = 'lib'
0
   # s.bindir = "bin"
0
   # s.executables = %w( thor )
0
   s.files = %w(LICENSE README.markdown Rakefile) + Dir.glob("{bin,lib,specs}/**/*")

Comments

    No one has commented yet.