rails-fix-permissions 1.0 → 1.1
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 +4 -4
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d7666b27d3f78e0152cd93f574306ad48452ac57
|
|
4
|
+
data.tar.gz: 6b51f760b6f10bd9c969998c99cb9c74b5dbffd4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d878b99b089bf22ab36570a27256d57e83ec5c4783c3e25ee61e905ba1fab07fc1b8239c5e403c65f3330457928a37d9f9f56676044279c66955281c15f572c
|
|
7
|
+
data.tar.gz: bb2fd89e59c50e5ed0c588aff8d501b2ee67525b21c26620b21be56f2c1c92b85d58cfa0e2a11ef020b26026cfa1111e057c70c8502b3557fd0fae1b5b17576c
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-fix-permissions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '1.
|
|
4
|
+
version: '1.1'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fernando Schuindt
|
|
@@ -15,7 +15,8 @@ description: Sometimes you may mess your Rails application Unix permissions and
|
|
|
15
15
|
Granting 755 permissions to folders and 644 to files, also ensures that some special
|
|
16
16
|
files inside the 'bin/' folder will recive special 755 permissions (bundle, rails,
|
|
17
17
|
rake and spring) which is pretty much the Rails default. Works with all versions
|
|
18
|
-
of Ruby on Rails.
|
|
18
|
+
of Ruby on Rails. After install run 'rails-fix-permissions' on your applicaiton
|
|
19
|
+
root folder to fix the permissions.
|
|
19
20
|
email: f.schuindtcs@gmail.com
|
|
20
21
|
executables:
|
|
21
22
|
- rails-fix-permissions
|