Sha256: 3eb519bccb99f0c158b05d67eae57a818de24fc9a6f38c3c44e5be0c3ca3e977

Contents?: true

Size: 318 Bytes

Versions: 17

Compression:

Stored size: 318 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :test => :spec

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

17 entries across 16 versions & 3 rubygems

Version Path
omniauth-1.4.3 Rakefile
omniauth-1.5.0 Rakefile
omniauth-1.4.2 Rakefile
omniauth-1.4.1 Rakefile
omniauth-1.4.0 Rakefile
omniauth-1.3.2 Rakefile
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/omniauth-1.3.1/Rakefile
tdiary-4.2.1 vendor/bundle/ruby/2.3.0/gems/omniauth-1.3.1/Rakefile
omniauth-1.3.1 Rakefile
omniauth-1.3.0 Rakefile
omniauth-rightsignature-0.0.7 Rakefile
omniauth-rightsignature-0.0.6 Rakefile
omniauth-rightsignature-0.0.5 Rakefile
omniauth-rightsignature-0.0.4 Rakefile
omniauth-rightsignature-0.0.3 Rakefile
omniauth-rightsignature-0.0.2 Rakefile
omniauth-1.2.2 Rakefile