Sha256: 28bf90ffbec5f6dff6dc1eefde645e8fefbc698bafa886061e574554bf551148
Contents?: true
Size: 309 Bytes
Versions: 5
Compression:
Stored size: 309 Bytes
Contents
#!/usr/bin/env rake require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new 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 => %i[spec rubocop]
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
omniauth-oauth2-1.7.3 | Rakefile |
omniauth-oauth2-1.8.0 | Rakefile |
omniauth-oauth2-1.7.2 | Rakefile |
omniauth-oauth2-1.7.1 | Rakefile |
omniauth-oauth2-1.7.0 | Rakefile |