josephwilk / pairwise

Ruby based tool for selecting a smaller number of test input combinations (using pairwise generation) rather than exhaustively testing all possible permutations.
http://wiki.github.com/josephwilk/pairwise
MIT License
83 stars 15 forks source link

Missing VERSION.yml in gemspec? #2

Closed aliking closed 12 years ago

aliking commented 12 years ago

I think your new gemspec needs to include VERSION.yml as one of its files. Without it, I don't see that file included when i do a gem install and the gem fails at require. I can get pairwise to work by adding that file in manually.

josephwilk commented 12 years ago

Thanks for reporting that. Pushing a fix now.

josephwilk commented 12 years ago

Fixed with: https://github.com/josephwilk/pairwise/commit/c7bd2572621611d5ef6c5a65ad1c66f20e7b53d6 Cutting and pushing new version with fix.

josephwilk commented 12 years ago

And new gem cut with fix (0.2.1): http://rubygems.org/gems/pairwise