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.4.3 test/pango-test-utils.rb
pango-3.4.2 test/pango-test-utils.rb
pango-3.4.1 test/pango-test-utils.rb
pango-3.4.0 test/pango-test-utils.rb
pango-3.3.9 test/pango-test-utils.rb
pango-3.3.8 test/pango-test-utils.rb
pango-3.3.7 test/pango-test-utils.rb
pango-3.3.6 test/pango-test-utils.rb
pango-3.3.5 test/pango-test-utils.rb
pango-3.3.4 test/pango-test-utils.rb
pango-3.3.3 test/pango-test-utils.rb
pango-3.3.2 test/pango-test-utils.rb
pango-3.3.1 test/pango-test-utils.rb
pango-3.3.0 test/pango-test-utils.rb
pango-3.2.9-x64-mingw32 test/pango-test-utils.rb
pango-3.2.9-x86-mingw32 test/pango-test-utils.rb
pango-3.2.9 test/pango-test-utils.rb
pango-3.2.8-x64-mingw32 test/pango-test-utils.rb
pango-3.2.8-x86-mingw32 test/pango-test-utils.rb
pango-3.2.8 test/pango-test-utils.rb