Sha256: 208604c6453acb9327a64992a0506475d07906824877ec3f1f7fa651913df0ca

Contents?: true

Size: 505 Bytes

Versions: 1

Compression:

Stored size: 505 Bytes

Contents

# -*- ruby -*-

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

Hoe.new('xmltv', XMLTV::VERSION) do |p|
  p.rubyforge_name = 'xmltv'
  p.author = 'Han Holl'
  p.email = 'hanholl@rubyforge.org'
  p.summary = 'fetches tv program data from various sites'
  p.description = p.paragraphs_of('README.txt', 1..1).join("\n\n")
  p.url = 'http://rubyforge.org/projects/xmltv'
  p.extra_deps = %w{ hpriocot }
#  p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
end

# vim: syntax=Ruby

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xmltv-0.8.1 Rakefile