README.md in gems-0.0.7 vs README.md in gems-0.0.8
- old
+ new
@@ -67,16 +67,16 @@
# List the webhooks registered under your account
puts Gems.web_hooks
# Add a webhook
- Gems.add_web_hook 'rails', 'http://example.com' [TODO]
+ Gems.add_web_hook 'rails', 'http://example.com'
# Remove a webhook
- Gems.remove_web_hook 'rails', 'http://example.com' [TODO]
+ Gems.remove_web_hook 'rails', 'http://example.com'
# Test fire a webhook.
- Gems.fire_web_hook 'rails', 'http://example.com' [TODO]
+ Gems.fire_web_hook 'rails', 'http://example.com'
# Submit a gem to RubyGems.org
Gems.push File.new 'gemcutter-0.2.1.gem' [TODO]
# Remove a gem from RubyGems.org's index