Sha256: 5b96710eae41af1cc4b82c00e3c4b6103ed7269a5df883d0d7130fa9cbd61523

Contents?: true

Size: 288 Bytes

Versions: 11

Compression:

Stored size: 288 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new

begin
  require "rubocop/rake_task"
  RuboCop::RakeTask.new
rescue LoadError
  task :rubocop do
    $stderr.puts "Rubocop is disabled"
  end
end

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

Version data entries

11 entries across 9 versions & 3 rubygems

Version Path
omniauth-oauth-1.2.1 Rakefile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/omniauth-oauth-1.2.0/Rakefile
omniauth-oauth-1.2.0 Rakefile
tdiary-5.0.8 vendor/bundle/gems/omniauth-oauth-1.1.0/Rakefile
tdiary-5.0.5 vendor/bundle/gems/omniauth-oauth-1.1.0/Rakefile
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/omniauth-oauth-1.1.0/Rakefile
tdiary-5.0.4 vendor/bundle/gems/omniauth-oauth-1.1.0/Rakefile
omniauth-discourse-1.0.0 Rakefile
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/omniauth-oauth-1.1.0/Rakefile
tdiary-4.2.1 vendor/bundle/ruby/2.3.0/gems/omniauth-oauth-1.1.0/Rakefile
omniauth-oauth-1.1.0 Rakefile