fedux_org-stdlib 0.0.9 → 0.0.10
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.
|
@@ -122,7 +122,7 @@ module FeduxOrg
|
|
|
122
122
|
#
|
|
123
123
|
# @return [String]
|
|
124
124
|
# the path to the created file
|
|
125
|
-
def create_file(path, content='', mode=
|
|
125
|
+
def create_file(path, content='', mode=0644)
|
|
126
126
|
raise_if_forbidden_path_for_create_operation(path)
|
|
127
127
|
|
|
128
128
|
file = expand_path(path).first
|