Sha256: fbb0c42a4cd19cafcd5f02eefe2015aba74daa027a9cdb4055e73158152642cd

Contents?: true

Size: 258 Bytes

Versions: 16

Compression:

Stored size: 258 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake'
require 'appraisal'
require 'rspec/core'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

task :default => :spec

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
api-auth-2.1.0 Rakefile
api-auth-2.0.1 Rakefile
api-auth-2.0.0 Rakefile
api-auth-1.5.0 Rakefile
api-auth-1.4.1 Rakefile
api-auth-1.4.0 Rakefile
api-auth-1.3.2 Rakefile
api-auth-1.3.1 Rakefile
api-auth-1.3.0 Rakefile
api-auth-1.2.6 Rakefile
api-auth-1.2.5 Rakefile
api-auth-1.2.4 Rakefile
api-auth-1.2.3 Rakefile
api-auth-1.2.2 Rakefile
api-auth-1.2.1 Rakefile
api-auth-1.2.0 Rakefile