Sha256: f8bb99bc0efe82a877e91f674e9ae3a27b412b83e85345e7b707340b64d2c5f5

Contents?: true

Size: 174 Bytes

Versions: 90

Compression:

Stored size: 174 Bytes

Contents

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

desc 'Default: run specs.'
task :default => :spec

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

Version data entries

90 entries across 90 versions & 21 rubygems

Version Path
omniauth-ldap-1.0.0.rc2 Rakefile
omniauth-ldap-1.0.0.rc1 Rakefile
omniauth-oauth2-1.0.0.rc1 Rakefile
omniauth-oauth-1.0.0.rc1 Rakefile
omniauth-ldap-1.0.0.beta1 Rakefile
omniauth-oauth2-1.0.0.beta1 Rakefile
omniauth-oauth-1.0.0.beta1 Rakefile
omniauth-oauth2-1.0.0.pr2 Rakefile
omniauth-oauth-1.0.0.pr2 Rakefile
omniauth-oauth2-1.0.0.pr1 Rakefile