summaryrefslogtreecommitdiff
path: root/blatweet.rb
diff options
context:
space:
mode:
authorwjoe <joe@lc8n.com>2012-02-07 13:13:00 +0000
committerwjoe <joe@lc8n.com>2012-02-07 13:13:00 +0000
commitff7dee7d4ed62ab738cd1273661727fe74893d6a (patch)
treef746392b4a58c12d64eb431886880b41e061566d /blatweet.rb
parent0218fc53a41c95dd64fdb6f41ace854b580b72a3 (diff)
Historic commit 1.0.5 (02-Feb-2012 18:21)
Diffstat (limited to 'blatweet.rb')
-rw-r--r--blatweet.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/blatweet.rb b/blatweet.rb
index 5777126..2b19016 100644
--- a/blatweet.rb
+++ b/blatweet.rb
@@ -7,7 +7,7 @@ output = []
username = nil
number_of_tweets = 1
limit = false
-version = 'v1.0.4'
+version = 'v1.0.5'
help = false
ops = nil
@@ -31,12 +31,12 @@ end
begin
twitter_config = YAML::load( File.open( 'config.yaml' ) )
-
+
Twitter.configure do |config|
- config.consumer_key = twitter_config[:consumer_key]
- config.consumer_secret = twitter_config[:consumer_secret]
- config.oauth_token = twitter_config[:oauth_token]
- config.oauth_token_secret = twitter_config[:oauth_token_secret]
+ config.consumer_key = twitter_config['consumer_key']
+ config.consumer_secret = twitter_config['consumer_secret']
+ config.oauth_token = twitter_config['oauth_token']
+ config.oauth_token_secret = twitter_config['oauth_token_secret']
end
if help