leshill / handlebars_assets

Use handlebars.js templates with the Rails asset pipeline.
MIT License
649 stars 159 forks source link

file permissions in gem version 0.19.1 #119

Closed matsu911 closed 9 years ago

matsu911 commented 9 years ago

I grabbed 0.19.1 gem and got files with permissions as follows.

 -rw-r--r--   wheel/wheel        33 .gitignore
 -rw-r--r--   wheel/wheel        18 .ruby-gemset
 -rw-r--r--   wheel/wheel      4170 CHANGELOG.md
 -rw-r--r--   wheel/wheel       101 Gemfile
 -rw-r--r--   wheel/wheel      1052 MIT-LICENSE
 -rw-r--r--   wheel/wheel     11504 README.md
 -rw-r--r--   wheel/wheel       173 Rakefile
 -rw-r--r--   wheel/wheel      1201 handlebars_assets.gemspec
 -rw-r--r--   wheel/wheel      1357 lib/handlebars_assets.rb
 -rw-r--r--   wheel/wheel      3026 lib/handlebars_assets/config.rb
 -rw-r--r--   wheel/wheel       342 lib/handlebars_assets/engine.rb
 -rw-r--r--   wheel/wheel      1184 lib/handlebars_assets/handlebars.rb
 -rw-r--r--   wheel/wheel      5654 lib/handlebars_assets/handlebars_template.rb
 -rw-r--r--   wheel/wheel        49 lib/handlebars_assets/version.rb
 -rw-r--r--   wheel/wheel       119 test/edge/handlebars.js
 -rw-r--r--   wheel/wheel       862 test/handlebars_assets/compiling_test.rb
 -rw-r--r--   wheel/wheel       762 test/handlebars_assets/hamlbars_test.rb
 -rw-r--r--   wheel/wheel       758 test/handlebars_assets/slimbars_test.rb
 -rw-r--r--   wheel/wheel      8880 test/handlebars_assets/tilt_handlebars_test.rb
 -rw-r--r--   wheel/wheel       293 test/patch/patch.js
 -rw-r--r--   wheel/wheel      2130 test/test_helper.rb
 -rw-r-----   wheel/wheel    124299 vendor/assets/javascripts/handlebars.js
 -rw-r-----   wheel/wheel     22438 vendor/assets/javascripts/handlebars.runtime.js

Why permissions of handlerbars.js and handlers.runtime.js are 640 instead of 644 ?

AlexRiedler commented 9 years ago

@matsu911 that is cause ... well I messed up that is why.

AlexRiedler commented 9 years ago

I will fix this in the next release for sure.

matsu911 commented 9 years ago

Thanks in advance.

AlexRiedler commented 9 years ago

@matsu911 I should say I already released it lol