mdbm_dist_support 0.2.7 → 0.2.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a6dfdc4b1bb7e77d7f1bd59e19665875e8bdae68
4
- data.tar.gz: 6493d8af86ab34cf51e75c6c8c252edb354e4d86
3
+ metadata.gz: d7e29835bd8c75aa122e62ee8282da307951198e
4
+ data.tar.gz: f3f3a48495bfc8389556e7c0cc1dfdeeddb427e4
5
5
  SHA512:
6
- metadata.gz: 905990e9ae825aaeae11ed6ad9314ea8b8012716a372d5ba899b48732efd8d0f4b3df96f65dcfb0afe20ab3f444a0508e3894c49d62f68ffe9a4d6fa2e524f4d
7
- data.tar.gz: 8c397766e2ed5d08d305d17b30af54ae1d1cc21ce6bec34f30f11f3f0f330a9025f6fa316578f0e42893537a50a08b1e4e83315ff64fbc35de54fcddb2ab2f70
6
+ metadata.gz: f4f8e1a0d5247f24c5bcde7d0b43c29f6e552c4b33e17e97c7818c70ca072d1bcbf1cdbd8453d72a69caaa4b13315c91799ad442a885de3d040b1b5586615154
7
+ data.tar.gz: 364ff1943c2d0d405614114a499fdae73f25bc1075ae954753f553b448a04fe2a883dca6721787bb9de10321fc89a10626102e7b1679b8ef16161ab7c1b6a567
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mdbm_dist_support (0.2.7)
4
+ mdbm_dist_support (0.2.8)
5
5
  ruby-mdbm (>= 0.0.2)
6
6
 
7
7
  GEM
@@ -62,7 +62,7 @@ module MdbmDistSupport
62
62
 
63
63
  def dist
64
64
  @dist_servers.each do |s|
65
- cmd_exec %(scp -P #{s['por't]} -i #{s['key']} #{@local_path} #{s['user']}@#{s['host']}:#{@dist_path}.tmp)
65
+ cmd_exec %(scp -P #{s['port']} -i #{s['key']} #{@local_path} #{s['user']}@#{s['host']}:#{@dist_path}.tmp)
66
66
  cmd_exec %(ssh -p #{s['port']} -i #{s['key']} #{s['user']}@#{s['host']} \" #{@cmd_rep} #{@dist_path} #{@dist_path}.tmp && chmod 777 #{@dist_path}\")
67
67
  end
68
68
  end
@@ -1,3 +1,3 @@
1
1
  module MdbmDistSupport
2
- VERSION = '0.2.7'
2
+ VERSION = '0.2.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mdbm_dist_support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - MichinaoShimizu