rmagick 4.0.0 → 4.1.0.rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of rmagick might be problematic. Click here for more details.

@@ -5,6 +5,5 @@ IMAGES_DIR = File.join(root_dir, 'doc/ex/images')
5
5
  SUPPORT_DIR = File.join(root_dir, 'spec', 'support')
6
6
 
7
7
  def supported_after(version)
8
- magick_lib_version = Magick::Magick_version.split[1].split('-').first
9
- :skip if Gem::Version.new(magick_lib_version) < Gem::Version.new(version)
8
+ :skip if Gem::Version.new(Magick::IMAGEMAGICK_VERSION) < Gem::Version.new(version)
10
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rmagick
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.1.0.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Hunter
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2019-07-11 00:00:00.000000000 Z
14
+ date: 2019-09-12 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rake-compiler
@@ -497,6 +497,7 @@ files:
497
497
  - spec/rmagick/image/composite_spec.rb
498
498
  - spec/rmagick/image/constitute_spec.rb
499
499
  - spec/rmagick/image/dispatch_spec.rb
500
+ - spec/rmagick/image/dissolve_spec.rb
500
501
  - spec/rmagick/image/from_blob_spec.rb
501
502
  - spec/rmagick/image/ping_spec.rb
502
503
  - spec/rmagick/image/properties_spec.rb
@@ -547,12 +548,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
547
548
  version: 2.3.0
548
549
  required_rubygems_version: !ruby/object:Gem::Requirement
549
550
  requirements:
550
- - - ">="
551
+ - - ">"
551
552
  - !ruby/object:Gem::Version
552
- version: '0'
553
+ version: 1.3.1
553
554
  requirements:
554
555
  - ImageMagick 6.7.7 or later
555
- rubyforge_project: rmagick
556
+ rubyforge_project:
556
557
  rubygems_version: 2.7.8
557
558
  signing_key:
558
559
  specification_version: 4
@@ -565,6 +566,7 @@ test_files:
565
566
  - spec/rmagick/image/composite_spec.rb
566
567
  - spec/rmagick/image/constitute_spec.rb
567
568
  - spec/rmagick/image/dispatch_spec.rb
569
+ - spec/rmagick/image/dissolve_spec.rb
568
570
  - spec/rmagick/image/from_blob_spec.rb
569
571
  - spec/rmagick/image/ping_spec.rb
570
572
  - spec/rmagick/image/properties_spec.rb