Sha256: 9613ccee134017688cf291397eb32a4a100297b70c3565f9ffd69677ccf98862

Contents?: true

Size: 504 Bytes

Versions: 6

Compression:

Stored size: 504 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{ hpricot }
#  p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
end

# vim: syntax=Ruby

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
xmltv-0.8.6 Rakefile
xmltv-0.8.3 Rakefile
xmltv-0.8.5 Rakefile
xmltv-0.8.2 Rakefile
xmltv-0.8.4 Rakefile
xmltv-0.8.7 Rakefile