Commit Graph

12 Commits

Author SHA1 Message Date
Ryan Tomayko 8c412cf5bf rake task for updating sinatra.gemspec files manifest 2008-09-07 19:08:34 -07:00
Ryan Tomayko 066345135e read gemspec in simulated github environment 2008-08-31 03:29:14 -07:00
Ryan Tomayko 0e367a5241 rake task for generating rdoc with hanna template
This uses the hanna command shipped with the hanna gem. The
preferred method of using is to require 'hanna/rdoctask' in
your Rakefile but this caused various gem depency errors (blame
Hoe, rdoc 2.0, Echoe, and rubyforge).

You have to install mislav's hanna gem from github:

  $ sudo gem install mislav-hanna --source=http://gems.github.com

Run the doc task to generate rdoc under doc/api:

  $ rake doc

See mislav's repo for more info on template usage:

  http://github.com/mislav/hanna

See the HAML docs for an example of the hanna template in action:

  http://haml.hamptoncatlin.com/docs/rdoc
2008-08-31 02:12:25 -07:00
Ryan Tomayko e31941dd92 add .gemspec; remove echoe 2008-08-31 02:12:25 -07:00
Blake Mizerany 983358b3c4 Freezing Rack into package to take care of upload issue 2008-04-15 19:41:42 -07:00
Ryan Tomayko a3bbfead68 Rakefile: completely remove test and doc tasks
It turns out Echoe creates doc and test tasks that do exactly what
we want.
2008-04-15 03:46:20 -04:00
Ryan Tomayko 415b75bb57 Fix unit tests running twice
Echoe creates a test task that works exactly like the one explicitly specified
in the Rakefile. Remove the explicit test task.
2008-04-13 23:15:03 -04:00
Blake Mizerany ca9ac7b5ae Sinatra 0.2.0 released 2008-04-11 16:29:36 -07:00
Blake Mizerany df800b5c26 Docs are started 2008-03-24 17:20:58 -07:00
Blake Mizerany 1f07ba27b2 No more Error codes. Map them by Class name 2008-02-24 16:43:39 -08:00
Blake Mizerany 9ee50b3082 * Default error messages
* Use SINATRA_ENV var if set
2007-11-29 18:35:06 -08:00
Blake Mizerany e1dcbb6d23 normalize for windows users 2007-11-21 17:37:52 -08:00
Renamed from Rakefile.rb (Browse further)