Sha256: bd6d8b58d8bfea1b5661ce34b266e9eea4744911850f747cc977efe55720a4ca
Contents?: true
Size: 335 Bytes
Versions: 8
Compression:
Stored size: 335 Bytes
Contents
require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:test) task :documentation do sh('yard', '-o', "documentation/public/code") Bundler.with_clean_env do Dir.chdir('documentation') do sh('bundle', 'install', '--quiet') sh('bundle', 'exec', 'rake') end end end task :default => :test
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
utopia-2.2.0 | Rakefile |
utopia-2.1.2 | Rakefile |
utopia-2.1.1 | Rakefile |
utopia-2.1.0 | Rakefile |
utopia-2.0.3 | Rakefile |
utopia-2.0.2 | Rakefile |
utopia-2.0.1 | Rakefile |
utopia-2.0.0 | Rakefile |