Sha256: 5dc3e7eed4e0c2e22ca404db045fdae10dfcf14d133bd898aac1ddf062f316ec
Contents?: true
Size: 284 Bytes
Versions: 2
Compression:
Stored size: 284 Bytes
Contents
require 'rmagick' root_dir = File.expand_path('..', __dir__) IMAGES_DIR = File.join(root_dir, 'doc/ex/images') SUPPORT_DIR = File.join(root_dir, 'spec', 'support') def supported_after(version) :skip if Gem::Version.new(Magick::IMAGEMAGICK_VERSION) < Gem::Version.new(version) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rmagick-4.1.0.rc2 | spec/spec_helper.rb |
rmagick-4.1.0.rc1 | spec/spec_helper.rb |