satorix-rails 1.1.6 → 1.1.7
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee5e2a9bca28a5625d0d6c611c585d1d6b32b02a
|
4
|
+
data.tar.gz: 678aed79747a3c59bcdca0a9f2cf435feaa5823a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83da29607fba4219c0377040617fe74a45b4d8c473ced5ad3d07e9e5454c6929b8a23a8fb2339a66ea5a2fa391642123d13d007d83ab7790f640034826ad51eb
|
7
|
+
data.tar.gz: 9ef8a25c787bf82dfa15f7ac41d338209c54cd084c33921797e15f5449f633e40e64a585f3ff066d257f0eba8cee79be51d34b0bc9ca73431d060b220ee0dc36
|
data/lib/rails/generators/templates/install/config/passenger_standalone/includes/authentication.erb
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
File.join( passenger_standalone_includes_location, filename )
|
17
17
|
end
|
18
18
|
|
19
|
-
password_files.each do |
|
19
|
+
password_files.each do |filename, raw_contents|
|
20
20
|
contents = raw_contents.to_s.split.join("\n")
|
21
21
|
File.open(password_file_location(filename), 'w') {|f| f.write(contents) } unless contents.empty?
|
22
22
|
end
|