spiderfw 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -97,7 +97,7 @@ module Spider
97
97
  end
98
98
  elsif (!@options[key][:params] || @options[key][:params][:type] != Hash) # sub conf
99
99
  @values[key] ||= Configuration.new(@prefix+".#{key}")
100
- val.each { |k, v| self[key][k.to_s] = v }
100
+ val.each { |k, v| self[key].set(k.to_s, v) }
101
101
  else
102
102
  self[key] = val
103
103
  end
data/spider.gemspec CHANGED
@@ -2,7 +2,7 @@ require 'rake'
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "spiderfw"
5
- s.version = "0.5.2"
5
+ s.version = "0.5.3"
6
6
  s.date = "2010-02-18"
7
7
  s.summary = "A (web) framework"
8
8
  s.email = "abmajor7@gmail.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spiderfw
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Pirlik