Sha256: bd570a0fec2bd2bb68a43843bf3ed07e606991baa706cd8b046299f90fb9e32a

Contents?: true

Size: 208 Bytes

Versions: 13

Compression:

Stored size: 208 Bytes

Contents

require 'bundler/gem_tasks'
require 'bundler/setup'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |task|
  task.verbose = false
end

task default: :spec

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
postgres-vacuum-monitor-0.10.1 Rakefile
postgres-vacuum-monitor-0.10.0 Rakefile
postgres-vacuum-monitor-0.9.0 Rakefile
postgres-vacuum-monitor-0.8.0 Rakefile
postgres-vacuum-monitor-0.7.0 Rakefile
postgres-vacuum-monitor-0.6.0 Rakefile
postgres-vacuum-monitor-0.5.0 Rakefile
postgres-vacuum-monitor-0.4.0 Rakefile
postgres-vacuum-monitor-0.3.2 Rakefile
postgres-vacuum-monitor-0.3.1 Rakefile
postgres-vacuum-monitor-0.3.0 Rakefile
postgres-vacuum-monitor-0.2.3 Rakefile
postgres-vacuum-monitor-0.2.2 Rakefile