Skip to content

Commit

Permalink
simplified country_select exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
jo authored and josevalim committed Mar 1, 2010
1 parent e4746b1 commit e703b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -34,7 +34,7 @@ begin
s.description = "Forms made easy!"
s.authors = ['José Valim', 'Carlos Antônio']
s.files = FileList["[A-Z]*(.rdoc)", "{generators,lib}/**/*", "init.rb"]
s.test_files = FileList["test/**/*.rb"].exclude("test/support/country_select")
s.test_files.exclude("test/support/country_select")
end

Jeweler::GemcutterTasks.new
Expand Down

0 comments on commit e703b0e

Please sign in to comment.