Sha256: 9f5a4c08dc73cd2968b9da0f50e19857e10687c4b417d858e4da9806ccbe93e6

Contents?: true

Size: 337 Bytes

Versions: 1

Compression:

Stored size: 337 Bytes

Contents

require 'echoe'

Echoe.new('hobosupport') do |p|
  p.author  = "Tom Locke"
  p.email   = "tom@tomlocke.com"
  p.summary = "Core Ruby extensions from the Hobo project"
  p.url     = "http://hobocentral.net/hobosupport"
  p.project = "hobo"
  
  p.changelog = "CHANGES.txt"
  p.version   = "0.8.3"
  
  p.development_dependencies = []
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hobosupport-0.8.3 Rakefile