Skip to content

Commit

Permalink
Ensure Gemfile.lock isn't included in gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Aman committed Jul 27, 2012
1 parent 1d9c084 commit 4796463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PKG_FILES = FileList[
"lib/**/*", "spec/**/*", "vendor/**/*", "data/**/*", "lib/**/*", "spec/**/*", "vendor/**/*", "data/**/*",
"tasks/**/*", "website/**/*", "tasks/**/*", "website/**/*",
"[A-Z]*", "Rakefile" "[A-Z]*", "Rakefile"
].exclude(/database\.yml/).exclude(/[_\.]git$/) ].exclude(/database\.yml/).exclude(/Gemfile\.lock/).exclude(/[_\.]git$/)


RCOV_ENABLED = (RUBY_PLATFORM != "java" && RUBY_VERSION =~ /^1\.8/) RCOV_ENABLED = (RUBY_PLATFORM != "java" && RUBY_VERSION =~ /^1\.8/)
task :default => "spec" task :default => "spec"
Expand Down

0 comments on commit 4796463

Please sign in to comment.