Sha256: 27db959d615e5bb4a690802df63e6c11f3c4f67afced4839dc83111a0eae9ee8
Contents?: true
Size: 321 Bytes
Versions: 4
Compression:
Stored size: 321 Bytes
Contents
require "bundler/gem_tasks" require "rake/testtask" task :default => :spec Rake::TestTask.new do |t| t.libs << "test" t.test_files = FileList["test/*_tests.rb"] t.verbose = true end task :format do system("bundle exec rufo bin/carthagerc lib test Gemfile Guardfile Rakefile carthage_remote_cache.gemspec") end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
carthage_remote_cache-0.0.13 | Rakefile |
carthage_remote_cache-0.0.12 | Rakefile |
carthage_remote_cache-0.0.11 | Rakefile |
carthage_remote_cache-0.0.10 | Rakefile |