Skip to content

Commit

Permalink
updating readme and gem deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Apr 13, 2010
1 parent d27b6e3 commit 3dd1c8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rdoc
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
= paddle = paddle


* http://tenderlovemaking.com/ * http://tenderlovemaking.com


== DESCRIPTION: == DESCRIPTION:


Expand All @@ -12,6 +12,7 @@ book. The epub book can then be imported to iBooks for reading on iPad!
* Converts RDoc to epub format * Converts RDoc to epub format
* Sometimes it doesn't escape everything properly * Sometimes it doesn't escape everything properly
* Links aren't working yet * Links aren't working yet
* The tests are poor. *Very* poor.


== SYNOPSIS: == SYNOPSIS:


Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Hoe.spec 'paddle' do
self.readme_file = 'README.rdoc' self.readme_file = 'README.rdoc'
self.history_file = 'CHANGELOG.rdoc' self.history_file = 'CHANGELOG.rdoc'
self.extra_rdoc_files = FileList['*.rdoc'] self.extra_rdoc_files = FileList['*.rdoc']
self.extra_deps << ['rdoc', '>= 2.5.3']
end end


# vim: syntax=ruby # vim: syntax=ruby

0 comments on commit 3dd1c8c

Please sign in to comment.