Sha256: 1a7d2f23e10332326e678f89b790084ca340858ee27feb67c9c7ce4239c6d87a

Contents?: true

Size: 437 Bytes

Versions: 4

Compression:

Stored size: 437 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

require 'rdoc/task'

RDoc::Task.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'ChatworkWebhookVerify'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.md')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

load 'rails/tasks/statistics.rake'

require 'bundler/gem_tasks'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chatwork_webhook_verify-2.0.0 Rakefile
chatwork_webhook_verify-1.0.0 Rakefile
chatwork_webhook_verify-0.1.1 Rakefile
chatwork_webhook_verify-0.1.0 Rakefile