Sha256: 948a9df5912c2c56cd8863844422b4ce51ce1a6bd7fd6a27f08b6c92d810ec2d

Contents?: true

Size: 406 Bytes

Versions: 33

Compression:

Stored size: 406 Bytes

Contents

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

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

YARD::Rake::YardocTask.new do |t|
  # t.files   = ['lib/**/*.rb', OTHER_PATHS]   # optional
  # t.options = ['--any', '--extra', '--opts'] # optional
end

desc "Open an irb session preloaded with this library"
task :console do
  sh "irb -rubygems -I lib -r opentok.rb"
end

task :default => :spec

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
opentok-4.12.0 Rakefile
opentok-4.11.0 Rakefile
opentok-4.10.0 Rakefile
opentok-4.9.0 Rakefile
opentok-4.8.1 Rakefile
opentok-4.8.0 Rakefile
opentok-4.7.1 Rakefile
opentok-4.7.0 Rakefile
opentok-4.6.0 Rakefile
opentok-4.5.1 Rakefile
opentok-4.5.0 Rakefile
opentok-4.4.0 Rakefile
opentok-4.3.0 Rakefile
opentok-4.2.0 Rakefile
opentok-4.1.2 Rakefile
opentok-4.1.1 Rakefile
opentok-4.1.0 Rakefile
opentok-4.0.1 Rakefile
opentok-4.0.0 Rakefile
opentok-3.1.0 Rakefile