All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.chunky_png-1.3.8.Rakefile Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
require "bundler/gem_tasks"
require "rspec/core/rake_task"

Dir['tasks/*.rake'].each { |file| load(file) }

RSpec::Core::RakeTask.new(:spec) do |task|
  task.pattern = "./spec/**/*_spec.rb"
  task.rspec_opts = ['--color']
end

task :default => [:spec]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy