Skip to content

Commit

Permalink
Reshuffle to enable gems to build again.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Aug 25, 2010
1 parent 0a13146 commit 51c996e
Show file tree
Hide file tree
Showing 4 changed files with 901 additions and 900 deletions.
4 changes: 2 additions & 2 deletions lib/gemspec.rb
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
require File.expand_path('../../vendor/refinerycms/refinerycms.rb', __FILE__)
require File.expand_path('../../vendor/refinerycms/refinery.rb', __FILE__)
files = %w( .gitignore .yardopts Gemfile ).map { |file| Dir[file] }.flatten
%w(app bin config db features lib public script test themes vendor).sort.each do |dir|
files += Dir.glob("#{dir}/**/*")
Expand All @@ -10,7 +10,7 @@
"^config\/environments",
"^config\/initializers\/(backtrace_silencers|inflections|mime_types|secret_token|session_store).rb$",
"^config\/(cucumber|database|i18n\-js).yml$",
#"^public\/",
"^public\/",
"^lib\/gemspec\.rb",
"^lib\/tasks",
".*\/cache\/",
Expand Down

0 comments on commit 51c996e

Please sign in to comment.