phantom_svg.gemspec in phantom_svg-1.0.4 vs phantom_svg.gemspec in phantom_svg-1.0.5

- old
+ new

@@ -1,9 +1,9 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'phantom_svg' - s.version = '1.0.4' + s.version = '1.0.5' s.license = 'LGPL-3.0' s.summary = 'Hight end SVG manipulation tools for Ruby' s.description = 'Hight end SVG manipulation tools for Ruby.\n' \ 'Includes chained keyframe generation, (A)PNG conversion and more.' s.authors = ['Rika Yoshida', 'Rei Kagetsuki', 'Naoki Iwakawa'] @@ -17,6 +17,7 @@ s.requirements << 'libapngasm' s.add_dependency 'cairo', '~> 1.12' s.add_dependency 'rapngasm', '~> 3.1' s.add_dependency 'rsvg2', '~> 2.2' + s.add_dependency 'rmagick', '~> 2.13' end