Sha256: b6dab7c8651d9dd6f06374ae274e1fe2bce996c218a524767462d0141489aee7

Contents?: true

Size: 346 Bytes

Versions: 150

Compression:

Stored size: 346 Bytes

Contents

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

require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end
task :default => :spec

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

150 entries across 150 versions & 20 rubygems

Version Path
fluent-plugin-calc-0.0.1 Rakefile
fluent-plugin-grepcounter-0.1.1 Rakefile
fluent-plugin-grepcounter-0.1.0.pre Rakefile
fluent-plugin-record-reformer-0.0.1 Rakefile
fluent-plugin-grep-0.0.2 Rakefile
fluent-plugin-grep-0.0.1 Rakefile
fluent-plugin-keep-forward-0.0.3 Rakefile
fluent-plugin-keep-forward-0.0.2 Rakefile
fluent-plugin-keep-forward-0.0.1 Rakefile
fluent-plugin-grepcounter-0.0.1 Rakefile