Sha256: 938ee40c718f0067057af46284a100e4152a864ba650a2e05017ecaa7ef79afe

Contents?: true

Size: 224 Bytes

Versions: 67

Compression:

Stored size: 224 Bytes

Contents

module PangoTestUtils
 private
 def only_pango_version(major, minor, micro=nil)
   micro ||= 0
   unless Pango::Version.or_later?(major, minor, micro)
     omit("Require Pango >= #{major}.#{minor}.#{micro}")
   end
 end
end

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
pango-3.2.1 test/pango-test-utils.rb
pango-3.2.0-x86-mingw32 test/pango-test-utils.rb
pango-3.2.0-x64-mingw32 test/pango-test-utils.rb
pango-3.2.0 test/pango-test-utils.rb
pango-3.1.9-x64-mingw32 test/pango-test-utils.rb
pango-3.1.9-x86-mingw32 test/pango-test-utils.rb
pango-3.1.9 test/pango-test-utils.rb
pango-3.1.8-x64-mingw32 test/pango-test-utils.rb
pango-3.1.8-x86-mingw32 test/pango-test-utils.rb
pango-3.1.8 test/pango-test-utils.rb
pango-3.1.7-x64-mingw32 test/pango-test-utils.rb
pango-3.1.7-x86-mingw32 test/pango-test-utils.rb
pango-3.1.7 test/pango-test-utils.rb
pango-3.1.6-x64-mingw32 test/pango-test-utils.rb
pango-3.1.6-x86-mingw32 test/pango-test-utils.rb
pango-3.1.6 test/pango-test-utils.rb
pango-3.1.5-x64-mingw32 test/pango-test-utils.rb
pango-3.1.5-x86-mingw32 test/pango-test-utils.rb
pango-3.1.4-x64-mingw32 test/pango-test-utils.rb
pango-3.1.4-x86-mingw32 test/pango-test-utils.rb