Sha256: 58f6b1b72bcfd53feae55ea3b4cdd0f2a57fd69623e6ab43fb5cab91dfc52274

Contents?: true

Size: 241 Bytes

Versions: 8

Compression:

Stored size: 241 Bytes

Contents

require 'rspec/core/rake_task'
require 'rubygems/tasks'
require 'rubygems/tasks/scm'
require 'yard'

YARD::Rake::YardocTask.new do |t|
  t.files   = ['lib/**/*.rb']
end

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

task :default => :spec

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tms_client-0.4.1 Rakefile
tms_client-0.4.0 Rakefile
tms_client-0.3.0 Rakefile
tms_client-0.2.2 Rakefile
tms_client-0.2.1 Rakefile
tms_client-0.2.0 Rakefile
tms_client-0.1.1 Rakefile
tms_client-0.1.0 Rakefile