polyrex 0.8.17 → 0.8.18
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/lib/polyrex.rb +1 -1
- metadata +2 -2
data/lib/polyrex.rb
CHANGED
|
@@ -194,7 +194,7 @@ class Polyrex
|
|
|
194
194
|
|
|
195
195
|
while raw_lines.first[/#{a_summary.join('|')}:\s+\w+/] do
|
|
196
196
|
label, val = raw_lines.shift.match(/(\w+):\s+([^$]+)$/).captures
|
|
197
|
-
@summary.send
|
|
197
|
+
@summary.send((label + '=').to_sym, val)
|
|
198
198
|
end
|
|
199
199
|
end
|
|
200
200
|
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: polyrex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.8.
|
|
5
|
+
version: 0.8.18
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- James Robertson
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2012-04-
|
|
13
|
+
date: 2012-04-12 00:00:00 +01:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|