Sha256: bb3f187c1b953a54866955ca37a533bdaf6e2a5cecdd5d586fb8a5e8b0ba5b05

Contents?: true

Size: 384 Bytes

Versions: 20

Compression:

Stored size: 384 Bytes

Contents

# frozen_string_literal: true

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'
require 'rubocop/rake_task'
require 'bump/tasks'

Rake::TestTask.new(:test) do |t|
  t.libs.push('lib', 'test')
  t.test_files = FileList['test/**/test_*.rb', 'test/**/*_test.rb']
  t.verbose = true
  t.warning = true
end

RuboCop::RakeTask.new

task default: %i[test rubocop]

Version data entries

20 entries across 20 versions & 3 rubygems

Version Path
fluent-plugin-elastic-log-0.5.3 Rakefile
fluent-plugin-ssl-check-2.3.0 Rakefile
fluent-plugin-ssl-check-2.2.0 Rakefile
fluent-plugin-ssl-check-2.1.0 Rakefile
fluent-plugin-elastic-log-0.5.2 Rakefile
fluent-plugin-ssl-check-2.0.1 Rakefile
fluent-plugin-ssl-check-2.0.0 Rakefile
fluent-plugin-ssl-check-1.1.0 Rakefile
fluent-plugin-ssl-check-1.0.0 Rakefile
fluent-plugin-ssl-check-0.1.1 Rakefile
fluent-plugin-elastic-log-0.5.1 Rakefile
fluent-plugin-elastic-log-0.5.0 Rakefile
fluent-plugin-elastic-log-0.4.2 Rakefile
fluent-plugin-elastic-log-0.4.1 Rakefile
fluent-plugin-elastic-log-0.4.0 Rakefile
fluent-plugin-elastic-log-0.3.0 Rakefile
fluent-plugin-elastic-log-0.2.0 Rakefile
fluent-plugin-redis-enrichment-1.0.2 Rakefile
fluent-plugin-redis-enrichment-1.0.1 Rakefile
fluent-plugin-redis-enrichment-1.0.0 Rakefile