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-stats-notifier-0.0.5 Rakefile
fluent-plugin-reemit-0.3.2 Rakefile
fluent-plugin-debug-0.0.3 Rakefile
fluent-plugin-stats-0.4.0 Rakefile
fluent-plugin-reemit-0.3.1 Rakefile
fluent-plugin-reemit-0.3.0 Rakefile
fluent-plugin-split-0.1.0 Rakefile
fluent-plugin-elapsed-time-0.0.8 Rakefile
fluent-plugin-grepcounter-0.6.0 Rakefile
fluent-plugin-measure_time-0.2.1 Rakefile
fluent-plugin-measure_time-0.2.0 Rakefile
fluent-plugin-reemit-0.2.1 Rakefile
fluent-plugin-reemit-0.2.0 Rakefile
fluent-plugin-yohoushi-0.1.4 Rakefile
fluent-plugin-split-0.0.4 Rakefile
fluent-plugin-kuromoji-0.0.2 Rakefile
fluent-plugin-grepcounter-0.5.6 Rakefile
fluent-plugin-keep-forward-0.1.8 Rakefile
fluent-plugin-stats-0.3.6 Rakefile
fluent-format-0.3.0 Rakefile