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.
Files changed (3) hide show
  1. data/bin/xmltv +1 -1
  2. data/lib/xmltv/xmltv.rb +1 -1
  3. metadata +1 -1
data/bin/xmltv CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/ruby -w
1
+ #!/usr/bin/ruby
2
2
 
3
3
  require 'rubygems' rescue nil
4
4
  require 'xmltv/xmltv'
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.2'
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xmltv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Han Holl