Sha256: 50579ee63059024a2ef22648fccfcc350e2cfea9ca0223a567a7c1b80b2fe133

Contents?: true

Size: 214 Bytes

Versions: 38

Compression:

Stored size: 214 Bytes

Contents

## bundler.rb
#
# Adds capistrano/bundler specific properties and tasks

namespace :load do
  task :defaults do

    # Set bundler to run with the --deployment flag
    set :bundle_flags, '--deployment'

  end
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
negroku-2.8.6 lib/negroku/capistrano/tasks/bundler.rake
negroku-2.8.5 lib/negroku/capistrano/tasks/bundler.rake
negroku-2.8.4 lib/negroku/capistrano/tasks/bundler.rake
negroku-2.8.3 lib/negroku/capistrano/tasks/bundler.rake
negroku-2.8.2 lib/negroku/capistrano/tasks/bundler.rake
negroku-2.8.1 lib/negroku/capistrano/tasks/bundler.rake
negroku-2.8.0 lib/negroku/capistrano/tasks/bundler.rake
negroku-2.7.1 lib/negroku/capistrano/tasks/bundler.rake
negroku-2.7.0 lib/negroku/capistrano/tasks/bundler.rake
negroku-2.6.0 lib/negroku/capistrano/tasks/bundler.rake
negroku-2.5.5 lib/negroku/capistrano/tasks/bundler.rake
negroku-2.5.4 lib/negroku/capistrano/tasks/bundler.rake
negroku-2.5.3 lib/negroku/capistrano/tasks/bundler.rake
negroku-2.5.2 lib/negroku/capistrano/tasks/bundler.rake
negroku-2.5.1 lib/negroku/capistrano/tasks/bundler.rake
negroku-2.5.0 lib/negroku/capistrano/tasks/bundler.rake
negroku-2.4.2 lib/negroku/tasks/bundler.rake
negroku-2.4.1 lib/negroku/tasks/bundler.rake
negroku-2.4.0 lib/negroku/tasks/bundler.rake
negroku-2.3.5 lib/negroku/tasks/bundler.rake