Sha256: f5bae413d0a06555a13421b1eb9c4d9be35087419c530889a807fb5507698645

Contents?: true

Size: 255 Bytes

Versions: 18

Compression:

Stored size: 255 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

task :fetch_assets do
  system "/bin/rm -rf assets; mkdir -p assets; cd assets; curl -L https://github.com/cloudinary/cloudinary_js/tarball/master | tar zxvf - --strip=1"
end

task :build=>:fetch_assets

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
cloudinary-1.0.27 Rakefile
cloudinary-1.0.26 Rakefile
cloudinary-1.0.25 Rakefile
cloudinary-1.0.24 Rakefile
cloudinary-1.0.23 Rakefile
cloudinary-1.0.22 Rakefile
cloudinary-1.0.21 Rakefile
cloudinary-1.0.20 Rakefile
cloudinary-1.0.19 Rakefile
cloudinary-1.0.18 Rakefile
cloudinary-1.0.17 Rakefile
cloudinary-1.0.16 Rakefile
cloudinary-1.0.15 Rakefile
cloudinary-1.0.14 Rakefile
cloudinary-1.0.13 Rakefile
cloudinary-1.0.12 Rakefile
cloudinary-1.0.11 Rakefile
cloudinary-1.0.10 Rakefile