public
Fork of jgarber/redcloth
Description: RedCloth is a Ruby library for converting Textile into HTML.
Homepage: http://code.whytheluckystiff.net/redcloth/
Clone URL: git://github.com/github/redcloth.git
Add a redcloth executable for quick transforming or testing (#41).
jgarber (author)
Tue Mar 18 07:14:08 -0700 2008
commit  a65962073ee7d3db5e4e4d24dec70616cb382837
tree    414fc1d5e17ad5e8f5aa557f59d0a0c537a6a0f1
parent  f6133b176afc9b64cb6dd615cd6e07c712929bfa
...
93
94
95
96
 
97
98
99
...
195
196
197
198
199
 
200
201
202
...
93
94
95
 
96
97
98
99
...
195
196
197
 
 
198
199
200
201
0
@@ -93,7 +93,7 @@ spec =
0
         s.require_path = "lib"
0
         #s.autorequire = "redcloth" # no no no this is tHe 3v1l
0
         s.extensions = FileList["ext/**/extconf.rb"].to_a
0
- s.bindir = "bin"
0
+ s.executables = ["redcloth"]
0
     end
0
 
0
 Rake::GemPackageTask.new(spec) do |p|
0
@@ -195,8 +195,7 @@ end
0
 
0
 CLEAN.include WIN32_PKG_DIR
0
 
0
-task :install do
0
- sh %{rake package}
0
+task :install => [:package] do
0
   sh %{sudo gem install pkg/#{OLD_NAME}-#{VERS}}
0
 end
0
 

Comments

    No one has commented yet.