twitter2vk_reposter 0.3.1 → 0.3.2
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.
- data/ChangeLog +3 -0
- data/bin/twitter2vk_reposter +1 -1
- metadata +1 -1
data/ChangeLog
CHANGED
data/bin/twitter2vk_reposter
CHANGED
|
@@ -87,7 +87,7 @@ default = {
|
|
|
87
87
|
config = default.merge(YAML.load_file(ARGV.first))
|
|
88
88
|
|
|
89
89
|
missed = %w{twitter_token twitter_secret last_message vk_session} - config.keys
|
|
90
|
-
|
|
90
|
+
unless missed.empty?
|
|
91
91
|
STDERR.puts "Config #{ARGV.first} has't required options: " +
|
|
92
92
|
"#{missed.join(', ')}."
|
|
93
93
|
exit 1
|