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.4 Rakefile
fluent-plugin-stats-0.3.4 Rakefile
fluent-plugin-record-reformer-0.2.8 Rakefile
fluent-plugin-grep-0.3.3 Rakefile
fluent-plugin-grepcounter-0.5.4 Rakefile
fluent-plugin-grepcounter-0.5.3 Rakefile
fluent-mixin-elapsed_time-0.0.4 Rakefile
fluent-format-0.2.3 Rakefile
fluent-plugin-keep-forward-0.1.7 Rakefile
fluent-plugin-reemit-0.0.4 Rakefile
fluent-plugin-keep-forward-0.1.6 Rakefile
fluent-plugin-record-reformer-0.2.7 Rakefile
fluent-plugin-hash-forward-0.3.5 Rakefile
fluent-plugin-keep-forward-0.1.4 Rakefile
fluent-plugin-keep-forward-0.1.3 Rakefile
fluent-plugin-hash-forward-0.3.4 Rakefile
fluent-plugin-hash-forward-0.3.3 Rakefile
fluent-plugin-record-reformer-0.2.6 Rakefile
fluent-format-0.2.2 Rakefile
fluent-format-0.2.1 Rakefile