-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
I am not sure if this is related to the gem or not, but I am getting a weird thing where the permissions look like this in the /lib/griddler/mandrill directory:
-rw------- 1 root rvm 2.5K Jan 22 12:17 adapter.rb
-rw-r--r-- 1 root rvm 66 Jan 22 12:17 version.rb
This causes problems, because adapter should be the same as version. In fact the strange thing is that on my local env it is in fact this way, but when I deploy on Digital Ocean using their ruby on rails one-click app, it somehow ends up like above.
Everything works fine if I execute chmod +r /usr/local/rvm/gems/ruby-2.2.1/gems/griddler-mandrill-1.1.3/lib/griddler/mandrill/adapter.rb
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels