Sha256: d862cf5d174954a93a8871d831f214cf9b1e6dd48faacbcdb856613c8203ffae

Contents?: true

Size: 369 Bytes

Versions: 7

Compression:

Stored size: 369 Bytes

Contents

require "bundler/gem_tasks"

require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
  rdoc.title = 'nexaas-id-client-ruby'
  rdoc.main = "README.rdoc"
  rdoc.rdoc_dir = 'doc'
  rdoc.rdoc_files.include("README.rdoc","lib/**/*.rb")
  # rdoc.generator = 'darkfish'
end

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

task :test => :spec
task :default => :spec

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
nexaas_id-client-0.7.4 Rakefile
nexaas_id-client-0.7.3 Rakefile
nexaas_id-client-0.7.2 Rakefile
nexaas_id-client-0.7.1 Rakefile
nexaas_id-client-0.7.0 Rakefile
nexaas_id-client-0.6.0 Rakefile
nexaas_id-client-0.5.0 Rakefile