Skip to content

Commit

Permalink
Let gemspec handle multi-loading without warning. [admin]
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Nov 15, 2011
1 parent 8af0c41 commit f61a9ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ module DotRuby
class GemSpec

# For which revision of .ruby is this gemspec intended?
REVISION = 0
REVISION ||= 0

#
PATTERNS = {
PATTERNS ||= {
:bin_files => 'bin/*',
:lib_files => 'lib/{**/}*.rb',
:ext_files => 'ext/{**/}extconf.rb',
Expand Down

0 comments on commit f61a9ce

Please sign in to comment.