Sha256: 1cf916b04d555f58f28605681b9dbc4d74b2fd1a25619ed6bcfe6084aca3d7c1

Contents?: true

Size: 452 Bytes

Versions: 45

Compression:

Stored size: 452 Bytes

Contents

require 'rake'
require 'rake/testtask'

desc 'Default: run unit tests.'
task default: :test

desc 'Test the library.'
Rake::TestTask.new do |t|
  t.libs << 'lib'
  t.pattern = 'test/**/test_*.rb'
  t.verbose = false
end

desc 'Generate YARD documentation.'
task :gendoc do
  # puts 'yard doc generation disabled until JRuby build native extensions for redcarpet or yard removes the dependency.'
  system 'yardoc'
  system 'yard stats --list-undoc'
end

Version data entries

45 entries across 45 versions & 6 rubygems

Version Path
ringcentral_sdk-3.1.0 Rakefile
ringcentral_sdk-3.0.1 Rakefile
ringcentral_sdk-3.0.0 Rakefile
ringcentral_sdk-2.3.0 Rakefile
ringcentral_sdk-2.2.3 Rakefile
ringcentral_sdk-2.2.2 Rakefile
ringcentral_sdk-2.2.1 Rakefile
ringcentral_sdk-2.1.0 Rakefile
glip_sdk-0.0.5 Rakefile
motion-ai-0.0.3 Rakefile
motion-ai-0.0.2 Rakefile
motion-ai-0.0.1 Rakefile
glip_sdk-0.0.4 Rakefile
glip_sdk-0.0.3 Rakefile
glip_sdk-0.0.2 Rakefile
glip_sdk-0.0.1 Rakefile
ringcentral_sdk-2.0.3 Rakefile
ringcentral-avatars-0.5.0 Rakefile
ringcentral_sdk-2.0.2 Rakefile
ringcentral_sdk-2.0.1 Rakefile