warcorrespondent 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.5
1
+ 0.2.6
@@ -6,7 +6,7 @@ module WarCorrespondent
6
6
 
7
7
  def initialize(args, &block)
8
8
  @timeout = 300
9
- [:timeout, :identifier].each do |key|
9
+ [:timeout, :identifier, :options].each do |key|
10
10
  if args[key] && self.respond_to?("#{key}=")
11
11
  self.send("#{key}=",args[key])
12
12
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 5
9
- version: 0.2.5
8
+ - 6
9
+ version: 0.2.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Stefan Maier