rtokbox 0.2 → 0.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/README +2 -2
  2. data/lib/rtokbox/tokbox_user.rb +1 -1
  3. metadata +49 -42
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  See http://rtokbox.rubyforge.org/ for more information.
4
4
 
5
- Version 0.1.
5
+ Version 0.3.
6
6
 
7
7
  == Basic Usage
8
8
 
@@ -19,7 +19,7 @@ Version 0.1.
19
19
 
20
20
  === The Widget Code
21
21
 
22
- puts tokbuser.widget_code
22
+ puts tokbuser.make_widget
23
23
 
24
24
  Just the widget id:
25
25
 
@@ -74,7 +74,7 @@ module RTokBox
74
74
  end
75
75
 
76
76
  # Creates the Widget HTML code for this user.
77
- def make_Widget
77
+ def make_widget
78
78
  result = '<object type="application/x-shockwave-flash" data="http://www.tokbox.com/f/' + self.widget_id + '" width="540" height="260">
79
79
  <param name="movie" value="http://www.tokbox.com/f/' + self.widget_id + '"></param>
80
80
  <param name=FlashVars value="user=' + self.user_id + '&pass=' + self.password + '"></param>
metadata CHANGED
@@ -1,57 +1,64 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.4
3
- specification_version: 1
4
2
  name: rtokbox
5
3
  version: !ruby/object:Gem::Version
6
- version: "0.2"
7
- date: 2007-11-28 00:00:00 +02:00
8
- summary: Gem for accessing the TokBox.com API.
9
- require_paths:
10
- - lib
11
- email: radu @nospam@ mypadz.com
12
- homepage:
13
- rubyforge_project:
14
- description:
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:
4
+ version: "0.3"
25
5
  platform: ruby
26
- signing_key:
27
- cert_chain:
28
- post_install_message:
29
6
  authors:
30
7
  - Radu Spineanu
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2007-12-08 00:00:00 +02:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: json
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: "0"
23
+ version:
24
+ description:
25
+ email: radu @nospam@ mypadz.com
26
+ executables: []
27
+
28
+ extensions: []
29
+
30
+ extra_rdoc_files:
31
+ - README
31
32
  files:
32
33
  - lib/rtokbox.rb
33
34
  - lib/rtokbox/tokbox.rb
34
35
  - lib/rtokbox/tokbox_user.rb
35
36
  - README
36
- test_files: []
37
-
37
+ has_rdoc: true
38
+ homepage:
39
+ post_install_message:
38
40
  rdoc_options: []
39
41
 
40
- extra_rdoc_files:
41
- - README
42
- executables: []
43
-
44
- extensions: []
45
-
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: "0"
49
+ version:
50
+ required_rubygems_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: "0"
55
+ version:
46
56
  requirements: []
47
57
 
48
- dependencies:
49
- - !ruby/object:Gem::Dependency
50
- name: json
51
- version_requirement:
52
- version_requirements: !ruby/object:Gem::Version::Requirement
53
- requirements:
54
- - - ">"
55
- - !ruby/object:Gem::Version
56
- version: 0.0.0
57
- version:
58
+ rubyforge_project:
59
+ rubygems_version: 0.9.5
60
+ signing_key:
61
+ specification_version: 2
62
+ summary: Gem for accessing the TokBox.com API.
63
+ test_files: []
64
+