Sha256: 16989d98ac3ef26d9af3cd73b9a101f7c4444d22f94606cbd7a53485c61ecf41

Contents?: true

Size: 291 Bytes

Versions: 6

Compression:

Stored size: 291 Bytes

Contents

require "bundler/gem_tasks"

desc "Run specs"
task :spec do # {{{
  sh "bundle exec rspec --color --format=nested #{Dir.glob(File.join(File.dirname(__FILE__), "spec/**/*_spec.rb")).join(" ")}"
end # }}}

desc "Generate documentation"
task :doc do # {{{
  sh "bundle exec yard doc"
end # }}}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
teamocil-0.3.2 Rakefile
teamocil-0.3.1 Rakefile
teamocil-0.2.2 Rakefile
teamocil-0.2.1 Rakefile
teamocil-0.2 Rakefile
teamocil-0.1.11 Rakefile