Sha256: 6a43db5f756bc27d3630f3983b9ddf14a789a6fd57e32becb0f855ac072e80e4

Contents?: true

Size: 425 Bytes

Versions: 12

Compression:

Stored size: 425 Bytes

Contents

require "bundler/gem_tasks"

require "rake/testtask"
Rake::TestTask.new(:test) do |t|
  t.libs << "test"
  t.libs << "lib"
  t.test_files = FileList["test/**/*_test.rb"]
end

require "rubocop/rake_task"
RuboCop::RakeTask.new

# rubocop:disable Lint/HandleExceptions
begin
  require "chandler/tasks"
rescue LoadError
end
task "release:rubygem_push" => "chandler:push" if defined?(Chandler)

task :default => [:test, :rubocop]

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
airbrussh-1.3.0 Rakefile
airbrussh-1.2.0 Rakefile
airbrussh-1.1.2 Rakefile
airbrussh-1.1.1 Rakefile
airbrussh-1.1.0 Rakefile
airbrussh-1.0.2 Rakefile
airbrussh-1.0.1 Rakefile
airbrussh-1.0.0 Rakefile
airbrussh-1.0.0.beta1 Rakefile
airbrussh-0.8.0 Rakefile
airbrussh-0.7.0 Rakefile
airbrussh-0.6.0 Rakefile