Sha256: 99bc6d49e7f66ba30a4cf46c968653dd0d137446e50b838cdc6182846e364ad4

Contents?: true

Size: 356 Bytes

Versions: 17

Compression:

Stored size: 356 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = 'test/**/test_*.rb'
  test.verbose = true
end
task :default => :test

desc 'Open an irb session preloaded with the gem library'
task :console do
    sh 'irb -rubygems -I lib'
end
task :c => :console

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
fluent-plugin-google-chat-0.0.3 Rakefile
fluent-plugin-google-chat-0.0.2 Rakefile
fluent-plugin-google-chat-0.0.1 Rakefile
fluent-plugin-slack-stakater-0.6.8 Rakefile
fluent-plugin-slack-0.6.7 Rakefile
fluent-plugin-slack-0.6.6 Rakefile
fluent-plugin-slack-0.6.5 Rakefile
fluent-plugin-slack-0.6.4 Rakefile
fluent-plugin-slack-0.6.3 Rakefile
fluent-plugin-slack-0.6.2 Rakefile
fluent-plugin-slack-0.6.1 Rakefile
fluent-plugin-slack-0.6.0 Rakefile
fluent-plugin-slack-0.5.5 Rakefile
fluent-plugin-slack-0.5.4 Rakefile
fluent-plugin-slack-0.5.3 Rakefile
fluent-plugin-slack-0.5.2 Rakefile
fluent-plugin-slack-0.5.1 Rakefile