Skip to content

Commit

Permalink
Removed test files from gemspec
Browse files Browse the repository at this point in the history
Should reduce the size of the gem. The default for new gems (created by bundler) is not to include test files. See rubygems/bundler#3207
  • Loading branch information
iainbeeston committed Feb 28, 2015
1 parent 8497d4c commit 6f76498
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion json-schema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Gem::Specification.new do |s|
s.summary = "Ruby JSON Schema Validator"
s.files = Dir[ "lib/**/*", "resources/*.json" ]
s.require_path = "lib"
s.test_files = Dir[ "test/**/test*", "test/{data,schemas}/*.json" ]
s.extra_rdoc_files = ["README.textile","LICENSE.md"]
s.required_ruby_version = ">= 1.8.7"
s.license = "MIT"
Expand Down

0 comments on commit 6f76498

Please sign in to comment.