rapinoe.gemspec in rapinoe-0.0.3 vs rapinoe.gemspec in rapinoe-0.0.4
- old
+ new
@@ -1,17 +1,19 @@
Gem::Specification.new do |s|
s.name = 'rapinoe'
- s.version = '0.0.3'
+ s.version = '0.0.4'
s.licenses = ['MIT']
s.summary = "Parse Keynote files in Ruby."
s.description = "Rapinoe is designed to parse the native files for Apple's Keynote presentation software. Its main focus is to help extract previews and general metadata about the presentation."
s.authors = ["Zach Holman"]
s.email = 'zach@zachholman.com'
s.files = ["lib/rapinoe.rb"]
s.homepage = 'https://github.com/holman/rapinoe'
s.require_paths = %w[lib]
- s.add_runtime_dependency 'fastimage', '~> 1.8.1'
- s.add_runtime_dependency 'rubyzip', '~> 1.1', '>= 1.1.7'
+ s.requirements = 'ImageMagick'
+ s.add_runtime_dependency 'miro', '~> 0.3', '>= 0.3.0'
+ s.add_runtime_dependency 'fastimage', '~> 1.8', '>= 1.8.1'
+ s.add_runtime_dependency 'rubyzip', '~> 1.1', '>= 1.1.7'
# = MANIFEST =
s.files = %w[
Gemfile
Gemfile.lock