votigoto 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,4 +1,8 @@
1
- == 0.0.1 2007-08-09
1
+ == 0.2.1 2007-08-13
2
+
3
+ * Bugfixes
4
+
5
+ == 0.2.0 2007-08-09
2
6
 
3
7
  * 1 major enhancement:
4
8
  * Initial release
data/lib/votigoto.rb CHANGED
@@ -3,14 +3,13 @@ module Votigoto
3
3
  end
4
4
 
5
5
  require 'net/https'
6
+ require 'digest/md5'
6
7
  require 'digest_auth'
7
8
  require 'rubygems'
8
9
  require 'hpricot'
9
10
  require 'timeout'
10
- require 'digest/md5'
11
11
  require 'uri'
12
12
  require 'cgi'
13
- require 'digest_auth'
14
13
  require 'votigoto/base'
15
14
  require 'votigoto/version'
16
15
  require 'votigoto/show'
@@ -2,7 +2,7 @@ module Votigoto #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,33 +1,38 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.2
3
- specification_version: 1
4
2
  name: votigoto
5
3
  version: !ruby/object:Gem::Version
6
- version: 0.2.0
7
- date: 2007-08-09 00:00:00 -04:00
8
- summary: Ruby abstraction of the TiVoToGo protocol. Access your list of recorded shows and programs on your Tivo.
9
- require_paths:
10
- - lib
11
- email: jnewland@gmail.com
12
- homepage: http://votigoto.rubyforge.org
13
- rubyforge_project: votigoto
14
- description: Ruby abstraction of the TiVoToGo protocol. Access your list of recorded shows and programs on your Tivo.
15
- autorequire:
16
- default_executable:
17
- bindir: bin
18
- has_rdoc: true
19
- required_ruby_version: !ruby/object:Gem::Version::Requirement
20
- requirements:
21
- - - ">"
22
- - !ruby/object:Gem::Version
23
- version: 0.0.0
24
- version:
25
- platform: ruby
26
- signing_key:
27
- cert_chain:
28
- post_install_message:
4
+ version: 0.2.1
5
+ platform: ""
29
6
  authors:
30
7
  - Jesse Newland
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2007-12-20 00:00:00 -05:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: hpricot
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 0.5.145
23
+ version:
24
+ description: Ruby abstraction of the TiVoToGo protocol. Access your list of recorded shows and programs on your Tivo.
25
+ email: jnewland@gmail.com
26
+ executables:
27
+ - tivo_growl
28
+ extensions: []
29
+
30
+ extra_rdoc_files:
31
+ - History.txt
32
+ - License.txt
33
+ - Manifest.txt
34
+ - README.txt
35
+ - website/index.txt
31
36
  files:
32
37
  - History.txt
33
38
  - License.txt
@@ -49,31 +54,33 @@ files:
49
54
  - website/javascripts/rounded_corners_lite.inc.js
50
55
  - website/stylesheets/screen.css
51
56
  - website/template.rhtml
52
- test_files:
53
- - test/test_helper.rb
54
- - test/test_votigoto.rb
57
+ has_rdoc: true
58
+ homepage: http://votigoto.rubyforge.org
59
+ post_install_message:
55
60
  rdoc_options:
56
61
  - --main
57
62
  - README.txt
58
- extra_rdoc_files:
59
- - History.txt
60
- - License.txt
61
- - Manifest.txt
62
- - README.txt
63
- - website/index.txt
64
- executables:
65
- - tivo_growl
66
- extensions: []
67
-
63
+ require_paths:
64
+ - lib
65
+ required_ruby_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: "0"
70
+ version:
71
+ required_rubygems_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: "0"
76
+ version:
68
77
  requirements: []
69
78
 
70
- dependencies:
71
- - !ruby/object:Gem::Dependency
72
- name: hpricot
73
- version_requirement:
74
- version_requirements: !ruby/object:Gem::Version::Requirement
75
- requirements:
76
- - - ">="
77
- - !ruby/object:Gem::Version
78
- version: 0.5.145
79
- version:
79
+ rubyforge_project: votigoto
80
+ rubygems_version: 0.9.5
81
+ signing_key:
82
+ specification_version: 2
83
+ summary: Ruby abstraction of the TiVoToGo protocol. Access your list of recorded shows and programs on your Tivo.
84
+ test_files:
85
+ - test/test_helper.rb
86
+ - test/test_votigoto.rb