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
amqp-spec-0.0.4 tasks/common.rake
remote_logger-0.0.5 tasks/common.rake
remote_logger-0.0.4 tasks/common.rake
remote_logger-0.0.3 tasks/common.rake