rjp-twittermoo 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/twittermoo.rb +1 -1
  2. metadata +1 -1
data/bin/twittermoo.rb CHANGED
@@ -82,7 +82,7 @@ config = YAML::load(open($options[:config]))
82
82
  # allow settings of options from the config file
83
83
  unless config['options'].nil? then
84
84
  options.merge!(config['options'])
85
- }
85
+ end
86
86
 
87
87
  # TODO add an option for OAuth
88
88
  httpauth = Twitter::HTTPAuth.new(config['email'], config['password'])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rjp-twittermoo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Partington