Sha256: 055562c2ab842c8ad6914605db486ce9824cfdf6e5d5af83902cc0ccd0f33d26

Contents?: true

Size: 329 Bytes

Versions: 64

Compression:

Stored size: 329 Bytes

Contents

#task :default => 'test:run'
#task 'gem:release' => 'test:run'

task :notes do
 puts 'Output annotations (TBD)'
end

#Bundler not ready for prime time just yet
#desc 'Bundle dependencies'
#task :bundle do
#  output = `bundle check 2>&1`
#
#  unless $?.to_i == 0
#    puts output
#    system "bundle install"
#    puts
#  end
#end

Version data entries

64 entries across 64 versions & 12 rubygems

Version Path
evented-spec-1.0.0.beta1 tasks/common.rake
evented-spec-0.9.0 tasks/common.rake
swing-0.1.16 tasks/common.rake
swing-0.1.15 tasks/common.rake
swing-0.1.14 tasks/common.rake
swing-0.1.12 tasks/common.rake
swing-0.1.10 tasks/common.rake
swing-0.1.8 tasks/common.rake
swing-0.1.7 tasks/common.rake
swing-0.1.5 tasks/common.rake
swing-0.1.4 tasks/common.rake
swing-0.1.3 tasks/common.rake
swing-0.1.2 tasks/common.rake
swing-0.1.1 tasks/common.rake
swing-0.1.0 tasks/common.rake
swing-0.0.5 tasks/common.rake
swing-0.0.3 tasks/common.rake
swing-0.0.2 tasks/common.rake
swing-0.0.1 tasks/common.rake
evented-spec-0.4.1 tasks/common.rake