documentation of how to add more targets available?
0 views
Skip to first unread message
rogerdpack
unread,
Jul 19, 2010, 4:47:34 PM7/19/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jeweler.rb
Hi all. I combed the wiki and the README searching for how to add
"rake rspec" and that type of thing. Is this documented anywhere?
Thanks.
-r
Josh Nichols
unread,
Jul 28, 2010, 9:33:41 PM7/28/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jewel...@googlegroups.com
Hey Roger,
There's not any documentation on those specifically. In reality, jeweler is just generating a Rakefile for you, and after that, you can customize as you see fit. For example, for rspec, it's Spec::Rake::SpecTask that does the real work. Documentation for that is here: http://rspec.rubyforge.org/rspec/1.3.0/classes/Spec/Rake/SpecTask.html
You can also use `jeweler --rspec rspec-example` to generate a throwaway project with rspec already filled out to see how you might use that.