lvmsync 3.1.1 → 3.1.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/bin/lvmsync +1 -1
- metadata +3 -3
data/bin/lvmsync
CHANGED
|
@@ -118,7 +118,7 @@ ensure
|
|
|
118
118
|
infile.close unless infile.nil? or infile == $stdin
|
|
119
119
|
end
|
|
120
120
|
|
|
121
|
-
def process_dumpdata(instream, destdev, snapback = nil, opts)
|
|
121
|
+
def process_dumpdata(instream, destdev, snapback = nil, opts = {})
|
|
122
122
|
handshake = instream.readline.chomp
|
|
123
123
|
unless handshake == PROTOCOL_VERSION
|
|
124
124
|
$stderr.puts "Handshake failed; protocol mismatch? (saw '#{handshake}' expected '#{PROTOCOL_VERSION}'"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lvmsync
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -238,7 +238,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
238
238
|
version: '0'
|
|
239
239
|
segments:
|
|
240
240
|
- 0
|
|
241
|
-
hash:
|
|
241
|
+
hash: 221327058815295988
|
|
242
242
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
243
243
|
none: false
|
|
244
244
|
requirements:
|
|
@@ -247,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
247
247
|
version: '0'
|
|
248
248
|
segments:
|
|
249
249
|
- 0
|
|
250
|
-
hash:
|
|
250
|
+
hash: 221327058815295988
|
|
251
251
|
requirements: []
|
|
252
252
|
rubyforge_project:
|
|
253
253
|
rubygems_version: 1.8.23
|