Sha256: 7de8371561d7f52743790faf2cecbb64d5a6b0da36340b4e4b98965821bb083e

Contents?: true

Size: 298 Bytes

Versions: 22

Compression:

Stored size: 298 Bytes

Contents

require 'bundler'
require 'fileutils'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)
task :default => :spec

Bundler::GemHelper.install_tasks

path = File.expand_path(__dir__)
Dir.glob("#{path}/lib/tasks/**/*.rake").each { |f| import f }

task :build => "cloudinary:fetch_assets"

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
cloudinary-2.2.0 Rakefile
cloudinary-2.1.2 Rakefile
cloudinary-2.0.2 Rakefile
cloudinary-2.0.1 Rakefile
cloudinary-2.0.0 Rakefile
cloudinary-1.29.0 Rakefile
cloudinary-1.28.0 Rakefile
cloudinary-1.27.0 Rakefile
cloudinary-1.26.0 Rakefile
cloudinary-1.25.0 Rakefile
cloudinary-1.24.0 Rakefile
cloudinary-1.23.0 Rakefile
cloudinary-1.22.0 Rakefile
cloudinary-1.21.0 Rakefile
cloudinary-1.20.0 Rakefile
cloudinary-1.19.0 Rakefile
cloudinary-1.18.1 Rakefile
cloudinary-1.18.0 Rakefile
cloudinary-1.17.1 Rakefile
cloudinary-1.17.0 Rakefile