Skip to content

Commit

Permalink
add a test to munge the spec for inclusion in ruby-trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Aug 24, 2011
1 parent b69bec4 commit 45dd295
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require "rake/extensiontask"

Hoe.plugin :debugging, :doofus, :git, :gemspec

Hoe.spec 'psych' do
$hoe = Hoe.spec 'psych' do
developer 'Aaron Patterson', 'aaron@tenderlovemaking.com'

self.extra_rdoc_files = Dir['*.rdoc']
Expand All @@ -37,6 +37,11 @@ Hoe.add_include_dirs('.:lib/psych')

task :test => :compile

task :hack_spec do
$hoe.spec.extra_rdoc_files.clear
end
task 'core:spec' => [:hack_spec, 'gem:spec']

desc "merge psych in to ruby trunk"
namespace :merge do
basedir = File.expand_path File.dirname __FILE__
Expand Down

0 comments on commit 45dd295

Please sign in to comment.