Sha256: 4cc6a67ee8cd950ba4ada4a4d6ef67b3f20dd7eebc9d78c6e721bee330ec0fd1
Contents?: true
Size: 501 Bytes
Versions: 13
Compression:
Stored size: 501 Bytes
Contents
require 'fourchette' namespace :fourchette do desc 'This enables Fourchette hook' task :enable do Fourchette::GitHub.new.enable_hook end desc 'This disables Fourchette hook' task :disable do Fourchette::GitHub.new.disable_hook end desc 'This updates the Fourchette hook with the current URL of the app' task :update do Fourchette::GitHub.new.update_hook end desc 'This deletes the Fourchette hook' task :delete do Fourchette::GitHub.new.delete_hook end end
Version data entries
13 entries across 13 versions & 1 rubygems