Sha256: a900f0efb95c4ad6c3eaaf2447f3903d45ae60a8b99e2679b5bb24e73e7a33e7

Contents?: true

Size: 291 Bytes

Versions: 11

Compression:

Stored size: 291 Bytes

Contents

require "bundler/gem_tasks"
require 'rake/testtask'

Rake::TestTask.new do |t|
  t.libs << 'spec'
  t.pattern = "spec/*_spec.rb"
end

desc "Run tests"
task :default => :test

desc "Open an irb session preloaded with this library"
task :console do
  sh "irb -rubygems -I lib -r acs/ldap"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
acs-ldap-0.2.7 Rakefile
acs-ldap-0.2.6 Rakefile
acs-ldap-0.2.5 Rakefile
acs-ldap-0.2.4 Rakefile
acs-ldap-0.2.3 Rakefile
acs-ldap-0.2.2 Rakefile
acs-ldap-0.2.1 Rakefile
acs-ldap-0.2.0 Rakefile
acs-ldap-0.1.4 Rakefile
acs-ldap-0.1.3 Rakefile
acs-ldap-0.1.2 Rakefile