jnunemaker / crack

Really simple JSON and XML parsing, ripped from Merb and Rails.
MIT License
540 stars 93 forks source link

Exclude tests (and fixtures) from bundled gem #61

Closed greysteil closed 5 years ago

greysteil commented 5 years ago

First up, thanks for crack.

Currently, the bundled gem includes all of cracks tests and fixtures. That makes it quite large (564Kb). There's no need to include those tests and fixtures - this PR removes them from the gemspec (note that the test_files attribute is now deprecated, so I've removed that too). The slimmed down gem is 12KB - a 98% size reduction. 🎉