Skip to content

Commit

Permalink
Also reject public/stylesheets/cache (or public/anything/cache)
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Apr 28, 2011
1 parent 7f051ff commit 16c95a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/gemspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
rejection_patterns = [
"^(authentication|base|core|dashboard|images|pages|resources|settings|testing)",
"^public/system",
"^public/javascripts/cache",
"^public/.*/cache",
"^config/(application|boot|environment).rb$",
"^config/initializers(\/.*\.rb)?$",
"^config/(database|i18n\-js).yml$",
Expand Down
2 changes: 1 addition & 1 deletion refinerycms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.name = %q{refinerycms}
s.version = %q{0.9.9.19}
s.description = %q{A Ruby on Rails CMS that supports Rails 3. It's easy to extend and sticks to 'the Rails way' where possible.}
s.date = %q{2011-04-26}
s.date = %q{2011-04-28}
s.summary = %q{A Ruby on Rails CMS that supports Rails 3}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
Expand Down

0 comments on commit 16c95a5

Please sign in to comment.