Sha256: d4f3dc823f93233dc0bc50b3447c49848721f9755b08d44cf8e98b2a5d50a27f

Contents?: true

Size: 409 Bytes

Versions: 29

Compression:

Stored size: 409 Bytes

Contents

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

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

task default: :spec

require 'rake/extensiontask'
Rake::ExtensionTask.new 'netsoul_kerberos' do |ext|
  ext.lib_dir = 'lib'
end

desc 'Generate documentation'
YARD::Rake::YardocTask.new do |t|
  t.files = %w(lib/**/*.rb - LICENSE.txt)
  t.options = %w(--main README.md --no-private --protected)
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
netsoul-2.3.7 Rakefile
netsoul-2.3.6 Rakefile
netsoul-2.3.5 Rakefile
netsoul-2.3.4 Rakefile
netsoul-2.3.3 Rakefile
netsoul-2.3.2 Rakefile
netsoul-2.3.1 Rakefile
netsoul-2.3.0 Rakefile
netsoul-2.2.1 Rakefile
netsoul-2.2.0 Rakefile
netsoul-2.1.0 Rakefile
netsoul-2.0.0 Rakefile
netsoul-1.9.3 Rakefile
netsoul-1.9.2 Rakefile
netsoul-1.9.1 Rakefile
netsoul-1.9.0 Rakefile
netsoul-1.8.0 Rakefile
netsoul-1.7.0 Rakefile
netsoul-1.6.0 Rakefile
netsoul-1.5.0 Rakefile