Sha256: 2dac9c5309a5c14fec3993a8d1e1ea1e70f71c298bf8c10d90101080eb63ac24

Contents?: true

Size: 274 Bytes

Versions: 17

Compression:

Stored size: 274 Bytes

Contents

require 'bundler/gem_tasks'

require 'rake/testtask'
Rake::TestTask.new(:test) do |t|
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
end
task :default => :test

task :console do
  require 'irb'
  require 'irb/completion'
  require 'imgix'
  ARGV.clear
  IRB.start
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
imgix-3.3.1 Rakefile
imgix-3.3.0 Rakefile
imgix-3.2.1 Rakefile
imgix-3.2.0 Rakefile
imgix-3.1.1 Rakefile
imgix-3.1.0 Rakefile
imgix-3.0.0 Rakefile
imgix-2.1.0 Rakefile
imgix-2.0.0 Rakefile
imgix-1.2.2 Rakefile
imgix-1.2.1 Rakefile
imgix-1.2.0 Rakefile
imgix-1.1.0 Rakefile
imgix-1.0.0 Rakefile
imgix-0.3.5 Rakefile
imgix-0.3.4 Rakefile
imgix-0.3.3 Rakefile