Sha256: 0ddeed1cc68195f6e025b6657f00692100fceae5fdf66653fbebc33add7bcfdb

Contents?: true

Size: 349 Bytes

Versions: 9

Compression:

Stored size: 349 Bytes

Contents

# encoding: utf-8
require "bundler/gem_tasks"

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = '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

9 entries across 9 versions & 4 rubygems

Version Path
fluent-plugin-copy_ex-0.0.2 Rakefile
fluent-plugin-tail_path-0.1.0 Rakefile
fluent-plugin-tail_path-0.0.3 Rakefile
fluent-plugin-tail_path-0.0.2 Rakefile
fluent-plugin-stdout_ex-0.0.1 Rakefile
fluent-plugin-copy_ex-0.0.1 Rakefile
fluent-plugin-tagged_copy-0.0.2 Rakefile
fluent-plugin-tail_path-0.0.1 Rakefile
fluent-plugin-tagged_copy-0.0.1 Rakefile