Skip to content

Commit

Permalink
exclude vendored country_select test files
Browse files Browse the repository at this point in the history
  • Loading branch information
jo authored and josevalim committed Mar 1, 2010
1 parent 1037fc4 commit e4746b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +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")
end

Jeweler::GemcutterTasks.new
Expand Down
26 changes: 11 additions & 15 deletions simple_form.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jos\303\251 Valim", "Carlos Ant\303\264nio"]
s.date = %q{2010-02-19}
s.date = %q{2010-03-01}
s.description = %q{Forms made easy!}
s.email = %q{contact@plataformatec.com.br}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -48,26 +48,22 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/plataformatec/simple_form}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.6}
s.summary = %q{Forms made easy!}
s.test_files = [
"test/action_view_extensions/builder_test.rb",
"test/simple_form_test.rb",
"test/support/models.rb",
"test/support/mock_controller.rb",
"test/support/mock_response.rb",
"test/support/misc_helpers.rb",
"test/form_builder_test.rb",
"test/action_view_extensions/form_helper_test.rb",
"test/action_view_extensions/builder_test.rb",
"test/test_helper.rb",
"test/components/error_test.rb",
"test/components/hint_test.rb",
"test/components/label_test.rb",
"test/form_builder_test.rb",
"test/inputs_test.rb",
"test/simple_form_test.rb",
"test/support/country_select/init.rb",
"test/support/country_select/install.rb",
"test/support/country_select/lib/country_select.rb",
"test/support/country_select/uninstall.rb",
"test/support/misc_helpers.rb",
"test/support/mock_controller.rb",
"test/support/mock_response.rb",
"test/support/models.rb",
"test/test_helper.rb"
"test/inputs_test.rb"
]

if s.respond_to? :specification_version then
Expand Down

0 comments on commit e4746b1

Please sign in to comment.