mercure 0.0.27 → 0.0.28

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: ce0a387885f3a371078acb588498e2e4aaea0867
4
- data.tar.gz: 6edf44f199f41de5bdaaaf5db986f8893b9c0dcf
3
+ metadata.gz: 8b490d8fd4f7dc73b0e8c3f030f953fd8b5a90cf
4
+ data.tar.gz: a6d4a372dac5cc45b2ccb7dd5e9995594da7cf75
5
5
  SHA512:
6
- metadata.gz: d3270bef7511c8a73381c98b66f688ec37ae9c59e054cbfe6a18c37d2f712af98bb598da520716f0dbe43093b712c26116734e74c5046082a0aa1db66892ecb7
7
- data.tar.gz: fc5a63d6f499d0e1ae4baf23700f6192969c967e1f19ca699ac38149170f4f415c005d94b06b0ebba196dd49c3425d3b88f66afe052599688261d80881fb0fe8
6
+ metadata.gz: fb49a56848dd32bc50a97310657d8addd00057dd0521a94685079ac843fc6bd4cacb65798e386597583ada80dc6496457a2bec92a1b42c1a59f36633696d2f27
7
+ data.tar.gz: bb18e8257c3889f7d2fa8b7349313e1d6738495e58cb65f98806e9038e8b221435e7ff8a0d7d04aabca1d96b8ebb4f28fa883ec960d010fb40aee74c7c9c7068
@@ -97,7 +97,7 @@ def uploadViaSSH(host , login , path, files_to_upload)
97
97
 
98
98
  end
99
99
 
100
- def checkPathOnFTP(host, usermame , password , path)
100
+ def checkPathOnFTP(host, username , password , path)
101
101
 
102
102
  folders = path.split("/")
103
103
 
@@ -105,7 +105,7 @@ def checkPathOnFTP(host, usermame , password , path)
105
105
 
106
106
  begin
107
107
  ftp = Net::FTP.new(host)
108
- ftp.login(usermame , password)
108
+ ftp.login(username , password)
109
109
  rescue Errno::ECONNRESET => e
110
110
  count += 1
111
111
  retry unless count > 3
@@ -1,3 +1,3 @@
1
1
  module Mercure
2
- VERSION = "0.0.27"
2
+ VERSION = "0.0.28"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mercure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.27
4
+ version: 0.0.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Meuel