Sha256: 75b52465856426a1d907aefe8ec786328c21bd0581c64a20c15205614b2c8f9b
Contents?: true
Size: 317 Bytes
Versions: 1
Compression:
Stored size: 317 Bytes
Contents
require 'bundler/gem_tasks' require 'rspec/core/rake_task' require 'gitpaint' RSpec::Core::RakeTask.new(:spec) task :default => :spec namespace :image do desc 'turn PNG into array of numbers' task :decompose, [:path] do |t, args| @pr = Gitpaint::PNGRenderer.new args[:path] puts @pr.inspect end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitpaint-0.1.0 | Rakefile |