Sha256: 886e1698f85b95fb9c8f1e2b4bb1379e978506981343a2e02f64027822931ea5

Contents?: true

Size: 504 Bytes

Versions: 6

Compression:

Stored size: 504 Bytes

Contents

# -*- ruby -*-

require 'rubygems'
require 'hoe'
require './lib/image_science.rb'

Hoe.new('image_science', ImageScience::VERSION) do |p|
  p.rubyforge_name = 'seattlerb'
  p.description = p.paragraphs_of('README.txt', 2..3).join(" ")
  p.summary = p.description[/^[^.]+\./]
  p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1].first.strip
  p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
  p.extra_deps << 'RubyInline'
  p.clean_globs << 'blah*png'
end

# vim: syntax=Ruby

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
carlosnz-image_science-1.1.3.1 Rakefile
carlosnz-image_science-1.1.3 Rakefile
image_science-1.1.2 Rakefile
image_science-1.1.3 Rakefile
image_science-1.1.0 Rakefile
image_science-1.1.1 Rakefile