mandy 0.5.23 → 0.5.24
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/VERSION +1 -1
- data/lib/mandy/reducers/base_reducer.rb +1 -1
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.24
|
|
@@ -17,7 +17,7 @@ module Mandy
|
|
|
17
17
|
setup if self.respond_to?(:setup)
|
|
18
18
|
last_key, values = nil, []
|
|
19
19
|
@input.each_line do |line|
|
|
20
|
-
key, value = line.split(KEY_VALUE_SEPERATOR)
|
|
20
|
+
key, value = line.split(KEY_VALUE_SEPERATOR, 2)
|
|
21
21
|
value.chomp!
|
|
22
22
|
last_key = key if last_key.nil?
|
|
23
23
|
if key != last_key
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mandy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 59
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 0.5.
|
|
9
|
+
- 24
|
|
10
|
+
version: 0.5.24
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Andy Kent
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-06-
|
|
19
|
+
date: 2011-06-03 00:00:00 +01:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|