Skip to content

Commit

Permalink
Added gemspec
Browse files Browse the repository at this point in the history
git-svn-id: http://soen.ca/svn/projects/ruby/yard/trunk@250 a99b2113-df67-db11-8bcc-000c76553aea
  • Loading branch information
loren committed Mar 2, 2007
1 parent 9f8b172 commit 96f0302
Show file tree
Hide file tree
Showing 64 changed files with 133 additions and 10,847 deletions.
9 changes: 9 additions & 0 deletions Rakefile
@@ -0,0 +1,9 @@
require 'rake/gempackagetask'
load 'yard.gemspec'

task :default => :gem

Rake::GemPackageTask.new(SPEC) do |pkg|
pkg.need_zip = true
pkg.need_tar = true
end
5 changes: 4 additions & 1 deletion test_generate_html.rb → bin/yardoc 100644 → 100755
@@ -1,6 +1,9 @@
require File.dirname(__FILE__) + '/yard' #!/usr/bin/ruby
require 'rubygems'
require 'yard'
include YARD include YARD


Dir.mkdir("doc") unless FileTest.directory?("doc")
Namespace.load("Yardoc", true) Namespace.load("Yardoc", true)
ac = File.open("doc/all-classes.html", "w") ac = File.open("doc/all-classes.html", "w")
ac.puts <<-eof ac.puts <<-eof
Expand Down
4 changes: 4 additions & 0 deletions bin/yri
@@ -0,0 +1,4 @@
#!/usr/bin/ruby
require 'rubygems'
require 'yard'
YARD::QuickDoc.new(ARGV[0])
74 changes: 0 additions & 74 deletions doc/NilClass.html

This file was deleted.

0 comments on commit 96f0302

Please sign in to comment.