votigoto 0.2.0 → 0.2.1
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/History.txt +5 -1
- data/lib/votigoto.rb +1 -2
- data/lib/votigoto/version.rb +1 -1
- metadata +55 -48
data/History.txt
CHANGED
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'
|
data/lib/votigoto/version.rb
CHANGED
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.
|
|
7
|
-
|
|
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
|
-
|
|
53
|
-
|
|
54
|
-
|
|
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
|
-
|
|
59
|
-
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
-
|
|
63
|
-
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
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
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
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
|