aproxacs-storyq_client 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +3 -0
  2. data/lib/storyq_client/token.rb +4 -2
  3. metadata +1 -1
@@ -1,3 +1,6 @@
1
+ == 0.1.1 2008-07-31
2
+ * Fixed the bug that couldn't assign access_token to storyq
3
+
1
4
  == 0.1.0 2008-07-31
2
5
  * git test
3
6
 
@@ -6,7 +6,9 @@ module Storyq
6
6
  end
7
7
 
8
8
  def access_token=(token)
9
- @access_toke = token
9
+ @access_token = token
10
+ @config[:access_key] = token.token
11
+ @config[:access_secret] = token.secret
10
12
  end
11
13
 
12
14
  def config=(config)
@@ -31,7 +33,7 @@ module Storyq
31
33
  end
32
34
 
33
35
  def access_key
34
- @config[:access_key]
36
+ @config[:access_key]
35
37
  end
36
38
 
37
39
  def access_secret
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aproxacs-storyq_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - aproxacs