Bye, Bitbucket. default tip
authorMahlon E. Smith <mahlon@martini.nu>
Mon, 02 Sep 2019 09:22:50 -0700
changeset 4 cd8abe741d22
parent 3 a062019c2926
Bye, Bitbucket.
README.md
Rakefile
--- 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.
--- 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