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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4e3b6f5a6498c14db8fd69576c1fd60cd8bc9e57
4
- data.tar.gz: d72504562cd47337ce87494110833ec59469a595
3
+ metadata.gz: d7666b27d3f78e0152cd93f574306ad48452ac57
4
+ data.tar.gz: 6b51f760b6f10bd9c969998c99cb9c74b5dbffd4
5
5
  SHA512:
6
- metadata.gz: 9ed5ee4432fb6744fe4897f0f3b388e778e60ea70e504c22c400430a345992fdae53624a5a301dbc9e0ad7ae379baf83d523688004db6467597c6534b65d13ff
7
- data.tar.gz: 9b52d6c06fd7b405c00c69afe14df6e815d04a12f64b0e93c62f163ee13c2c1245674f65cefe32c09aeaf45c3b5bd9aa4191214ebbe65e20df6c8eecb4c7ce91
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.0'
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