rtokbox 0.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README +4 -0
  2. data/lib/rtokbox/tokbox_user.rb +1 -1
  3. metadata +2 -2
data/README CHANGED
@@ -6,6 +6,10 @@ Version 0.1.
6
6
 
7
7
  == Basic Usage
8
8
 
9
+
10
+ === Installation
11
+ gem install rtokbox
12
+
9
13
  === Creating a New User
10
14
 
11
15
  tokb = RTokBox::TokBox.new('API_KEY', 'API_SECRET')
@@ -27,7 +27,7 @@ module RTokBox
27
27
 
28
28
  unless self.user_id or self.widget_id
29
29
  # raise "Could not log in. (error: #{self.error_code})"
30
- return nul
30
+ return nil
31
31
  end
32
32
  end
33
33
 
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: rtokbox
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.1"
6
+ version: "0.2"
7
7
  date: 2007-11-28 00:00:00 +02:00
8
8
  summary: Gem for accessing the TokBox.com API.
9
9
  require_paths:
@@ -30,8 +30,8 @@ authors:
30
30
  - Radu Spineanu
31
31
  files:
32
32
  - lib/rtokbox.rb
33
- - lib/rtokbox/tokbox_user.rb
34
33
  - lib/rtokbox/tokbox.rb
34
+ - lib/rtokbox/tokbox_user.rb
35
35
  - README
36
36
  test_files: []
37
37