Sha256: 4e8b11d0dd9e535fe122f1011a6782f534d0417c3988283e4192c1df52bf2c46
Contents?: true
Size: 343 Bytes
Versions: 1
Compression:
Stored size: 343 Bytes
Contents
if Rubber::Util::is_bundler? append_to_file "Gemfile", "gem 'rubber', '#{Rubber.version}'\n" # for cron-sh append_to_file 'Gemfile', "gem 'open4'\n" # TODO: remove this once 12.04 is fixed # temp workaround for https://github.com/rubygems/rubygems/issues/319 gsub_file 'Gemfile', /source (["'])https/, 'source \1http' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubber-2.0.1 | templates/base/templates.rb |