Sha256: 407bf3b6c308df2089b04fb3e14318ae2d9b119c6e64181ec1b0f975749e32c4
Contents?: true
Size: 331 Bytes
Versions: 9
Compression:
Stored size: 331 Bytes
Contents
puts "Add omniauth support ...".magenta if would_you_like? "Add omniauth support?".red %w{omniauth.rb}.each do |component| copy_static_file "config/initializers/#{component}" end gsub_file 'Gemfile', /# gem 'omniauth/, "gem 'omniauth" git :add => '.' git :commit => "-aqm 'Add omniauth support.'" puts "\n" end
Version data entries
9 entries across 9 versions & 1 rubygems