# HG changeset patch # User Mahlon E. Smith # Date 1567441370 25200 # Node ID cd8abe741d224cbec54c6f382abe465fc03d2c8b # Parent a062019c29268ee1c96a1d916d73e1acd5d9dbfd Bye, Bitbucket. diff -r a062019c2926 -r cd8abe741d22 README.md --- a/README.md Mon Sep 02 09:19:06 2019 -0700 +++ b/README.md Mon Sep 02 09:22:50 2019 -0700 @@ -1,8 +1,5 @@ # Thingfish-Processor-PDF -home -: https:/bitbucket.org/mahlon/Thingfish-Processor-PDF - * home: * http://code.martini.nu/thingfish-processor-pdf * mirrors: @@ -46,7 +43,7 @@ After checking out the source, run: - $ rake newb + $ rake This task will install any missing dependencies, run the tests/specs, and generate the API documentation. diff -r a062019c2926 -r cd8abe741d22 Rakefile --- a/Rakefile Mon Sep 02 09:19:06 2019 -0700 +++ b/Rakefile Mon Sep 02 09:22:50 2019 -0700 @@ -33,7 +33,6 @@ s.name = 'thingfish-processor-pdf' s.version = '0.1.0' s.license = 'BSD-3-Clause' - s.has_rdoc = true s.require_path = 'lib' s.bindir = 'bin' s.files = File.read( __FILE__ ).split( /^__END__/, 2 ).last.split