Sha256: 9300a219cbbfba79d32f6cfca3e26d8f530f20b7cfc8fd5cf892b1c2b1c9615b

Contents?: true

Size: 306 Bytes

Versions: 63

Compression:

Stored size: 306 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec)
task :default => :spec

begin
  require 'yard'
  require 'yard/rake/yardoc_task'

  YARD::Rake::YardocTask.new do |t|
    t.files = %w(lib/**/*.rb)
    t.options = %w(--output-dir doc/)
  end
rescue LoadError
end

Version data entries

63 entries across 63 versions & 2 rubygems

Version Path
acfs-0.27.0.1.b248 Rakefile
acfs-0.27.0.1.b244 Rakefile
acfs-0.27.0 Rakefile
acfs-0.26.0.1.b243 Rakefile
acfs-0.26.0.1.b242 Rakefile
acfs-0.26.0 Rakefile
acfs-0.25.0.1.b232 Rakefile
acfs-0.25.0.1.b229 Rakefile
acfs-0.25.0.1.b228 Rakefile
acfs-0.25.0.1.b227 Rakefile
acfs-0.25.0.1.b226 Rakefile
acfs-0.25.0.1.b225 Rakefile
acfs-0.25.0.1.b223 Rakefile
acfs-0.25.0.1.b221 Rakefile
acfs-0.25.0.1.b217 Rakefile
acfs-0.25.0 Rakefile
acfs-0.24.0.1.b216 Rakefile
acfs-0.24.0.1.b214 Rakefile
acfs-0.24.0.1.b212 Rakefile
acfs-0.24.0.b210 Rakefile