Changeset 437
- Timestamp:
- 10/09/07 06:45:37 (6 years ago)
- Location:
- lang/ruby/rdoc/generators/template/html/resh/gem
- Files:
-
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/rdoc/generators/template/html/resh/gem
-
Property
svn:ignore set
to
html
pkg
-
Property
svn:ignore set
to
-
lang/ruby/rdoc/generators/template/html/resh/gem/README
r425 r437 30 30 31 31 * Rake::RDocTask 32 33 Rake::RDocTask.new do |rdoc| 34 rdoc.rdoc_dir = 'html' 35 rdoc.options += RDOC_OPTS 36 rdoc.template = "resh" 37 if ENV['DOC_FILES'] 38 rdoc.rdoc_files.include(ENV['DOC_FILES'].split(/,¥s*/)) 39 else 40 rdoc.rdoc_files.include('README', 'Changelog') 41 rdoc.rdoc_files.include('examples/simple.rb') 42 rdoc.rdoc_files.include('lib/**/*.rb') 43 rdoc.rdoc_files.include('ext/**/*.c') 44 end 45 end 46 47 32 48 * ~/.gemrc 49 50 rdoc: --template resh 33 51 34 52 == Copyright -
lang/ruby/rdoc/generators/template/html/resh/gem/Rakefile
r428 r437 6 6 require 'rake/gempackagetask' 7 7 require 'rake/rdoctask' 8 require 'rake/contrib/sshpublisher' 8 9 require 'rake/contrib/rubyforgepublisher' 10 require 'rubyforge' 9 11 require 'fileutils' 10 12 include FileUtils … … 15 17 DESCRIPTION = "A RDoc template." 16 18 RUBYFORGE_PROJECT = "lowreal" 17 HOMEPATH = "http:// #{RUBYFORGE_PROJECT}.rubyforge.org/#{NAME}/"19 HOMEPATH = "http://coderepos.org/share/wiki/Resh" 18 20 BIN_FILES = %w( ) 19 21 VERS = "0.0.1" … … 106 108 desc "Publish to RubyForge" 107 109 task :rubyforge => [:rdoc, :package] do 108 SshDirPublisher.new( 109 "cho45@rubyforge.org", 110 "/var/www/gforge-projects/#{RUBYFORGE_PROJECT}/#{NAME}", 111 "html" 112 ).upload 110 @local_dir = "html" 111 @host = "cho45@rubyforge.org" 112 @remote_dir = "/var/www/gforge-projects/#{RUBYFORGE_PROJECT}/#{NAME}" 113 sh %{scp -rq #{@local_dir} #{@host}:#{@remote_dir}} 113 114 end 114 115 -
lang/ruby/rdoc/generators/template/html/resh/gem/lib/rdoc/generators/template/html/resh
-
Property
svn:ignore set
to
*
-
Property
svn:ignore set
to
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)