Skip to content

Your new gem (0.7) version has permission issues. #171

Description

@envygeeks
-rw-r----- 1 root root  823 Oct 11 04:15 adapters.rb
-rw-r--r-- 1 root root 1509 Oct 11 04:15 command_guesser.rb
-rw-r--r-- 1 root root 8010 Oct 11 04:15 configuration.rb
-rw-r--r-- 1 root root 2745 Oct 11 04:15 defaults.rb
-rw-r--r-- 1 root root   99 Oct 11 04:15 exit_codes.rb
-rw-r----- 1 root root 1319 Oct 11 04:15 file_list.rb
-rw-r--r-- 1 root root 1336 Oct 11 04:15 filter.rb
drwxr-xr-x 2 root root 4096 Oct 11 04:15 formatter/
-rw-r--r-- 1 root root  200 Oct 11 04:15 formatter.rb
-rw-r--r-- 1 root root  610 Oct 11 04:15 json.rb
-rw-r--r-- 1 root root  395 Oct 11 04:15 last_run.rb
-rw-r----- 1 root root 1001 Oct 11 04:15 merge_helpers.rb
-rw-r--r-- 1 root root  131 Oct 11 04:15 railtie.rb
drwxr-xr-x 2 root root 4096 Oct 11 04:15 railties/
-rw-r--r-- 1 root root 2315 Oct 11 04:15 result_merger.rb
-rw-r--r-- 1 root root 4135 Oct 11 04:15 result.rb
-rw-r--r-- 1 root root 6241 Oct 11 04:15 source_file.rb
-rw-r--r-- 1 root root   40 Oct 11 04:15 version.rb

Because of incorrect permissions on a few files your gem being installed globally and available to non-privileged users results in an un-start-able application spec. Is there anyway we can get you to fix the permissions to canonical uog+rw,r,r and repush the gem so that everybody can use the gem and not just root on global installs. You can simply run these commands from the root of the application:

find . -type f -exec chmod 644 {} \; && find . -type d -exec chmod 755 {} \;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions