Misty De Meo 5537abbe51 Adjust fails_with syntax for non-Apple compilers
The old version worked like this:

fails_with :gcc => '4.8.1'

That wasn't really flexible enough, and made it harder to distinguish
different releases in the same GCC series. Since no one was really
using it yet, this adjusts the syntax to be more similar to the
Apple compilers:

fails_with :gcc => '4.8' do
  release '4.8.1'
end

Like with Apple compilers, omitting `release` blacklists the entire
series.

This also unifies the `build` and `version` attributes and accessors,
and exposes them under both names.
2013-12-03 22:42:49 -08:00
..
2013-10-31 14:49:23 -05:00
2013-10-14 21:46:52 -05:00
2013-07-01 01:06:44 -05:00
2013-08-15 22:46:56 -07:00
2013-08-19 17:21:13 -05:00