Sha256: c29be0eb505645e1aa35a5c12bf54fb61000aae0819be7e6711938109493cd44

Contents?: true

Size: 207 Bytes

Versions: 8

Compression:

Stored size: 207 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rubocop/rake_task'

RSpec::Core::RakeTask.new(:spec)
RuboCop::RakeTask.new

task default: [:spec, :rubocop]

Version data entries

8 entries across 8 versions & 4 rubygems

Version Path
keycloak-connect-ruby-1.0.0 Rakefile
microsoft_teams_incoming_webhook_ruby-1.0.2 Rakefile
microsoft_teams_incoming_webhook_ruby-1.0.1 Rakefile
microsoft_teams_incoming_webhook_ruby-1.0.0 Rakefile
microsoft_teams_incoming_webhook_ruby-0.1.0 Rakefile
shib-rack-0.2.0 Rakefile
super-identity-0.1.0 Rakefile
shib-rack-0.1.0 Rakefile