Sha256: cd5e63c30b748bb718a6c7c96823e3f5f33b7e34f87197af97dc6e7b60c39a37

Contents?: true

Size: 766 Bytes

Versions: 1

Compression:

Stored size: 766 Bytes

Contents

# Generated by the asset_copier plugin
# http://github.com/pelargir/asset_copier

require 'rake'
 
begin
  puts "============================================================="
  puts "Attempting to install required files into your application..."
  puts "============================================================="
  RAKE_FILE = File.expand_path(File.join(File.dirname(__FILE__), 'tasks', 'asset_copier.rake'))
  load RAKE_FILE
  
  Rake::Task['image_picker:install'].invoke
  puts "=========================================================="
  puts "Success!"
  puts "=========================================================="
rescue Exception => ex
  puts "FAILED TO INSTALL REQUIRED FILES.  PLEASE RUN rake image_picker:install."
  puts "EXCEPTION: #{ex}"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
image_picker-0.5 install.rb