Sha256: a3c01b24824b51a9255a4f0421544b4969e4e4791c37e0a44a4f682a2f6fbfb5

Contents?: true

Size: 163 Bytes

Versions: 19

Compression:

Stored size: 163 Bytes

Contents

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

desc "Run specs"
RSpec::Core::RakeTask.new

desc 'Run specs'
task :default => :spec

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
auth0-3.2.0 Rakefile
auth0-3.1.2 Rakefile
auth0-3.1.1 Rakefile
auth0-3.1.0 Rakefile
auth0-3.0.0 Rakefile
auth0-ruby-0.10 Rakefile
auth0-ruby-0.9.1 Rakefile
auth0-ruby-0.9 Rakefile
omniauth-auth0-1.2.0 Rakefile
omniauth-auth0-1.1.0 Rakefile
auth0-2.1.1 Rakefile
auth0-2.1.0 Rakefile
auth0-2.0.0 Rakefile
omniauth-auth0-1.0.2 Rakefile
omniauth-auth0-1.0.1 Rakefile
omniauth-auth0-1.0.0 Rakefile
auth0-1.0.0 Rakefile
auth0-0.1.2 Rakefile
auth0-0.1.1 Rakefile