xmltv 0.8.2 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/xmltv +1 -1
- data/lib/xmltv/xmltv.rb +1 -1
- metadata +1 -1
data/bin/xmltv
CHANGED
data/lib/xmltv/xmltv.rb
CHANGED
@@ -95,7 +95,7 @@ module XMLTV
|
|
95
95
|
super {|h,v| h[v] = Hash.new }
|
96
96
|
end
|
97
97
|
end
|
98
|
-
VERSION = '0.8.
|
98
|
+
VERSION = '0.8.3'
|
99
99
|
Progdir = ($LOAD_PATH.find {|x| test(?f, "#{x}/xmltv/xmltv.rb")} || 'lib') + '/xmltv/sites'
|
100
100
|
Sites = Dir["#{Progdir}/*.rb"].map{|x| x[0..-4]}.map{|x| File.basename(x)}
|
101
101
|
class XmltvOptparser
|