Sha256: 2bdf478ba2d72aa6960b4999c97870b3725a6f71845e6f69192dde27f500af12
Contents?: true
Size: 1.39 KB
Versions: 1
Compression:
Stored size: 1.39 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "eeepub_ext" s.version = "0.8.2" s.platform = Gem::Platform::RUBY s.authors = ["jugyo"] s.email = ["jugyo.org@gmail.com"] s.homepage = "http://github.com/jugyo/eeepub" s.summary = %q{ePub generator with rubyzip bug fix (unofficial version)} s.description = %q{EeePub is a Ruby ePub generator. This is based on the original eeepub version 0.8.1. I added the bug fix to rubyzip to make it work with my own gem (source2epub). This gem will be deprecated as soon as the original author (jugyo) merge the pull request from the community with this change and many others fixes.} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_dependency "builder", "~> 3.2.2" s.add_dependency "rubyzip", "~> 1.1.6" s.add_development_dependency "rspec", "~> 3.1.0" s.add_development_dependency "nokogiri", "~> 1.6.3.1" s.add_development_dependency "rr", "~> 1.1.2" s.add_development_dependency "simplecov", "~> 0.9.0" s.add_development_dependency "pry", "~> 0.10.1" s.add_development_dependency "pry-byebug", "~> 2.0.0" if RUBY_VERSION >= "2.0.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eeepub_ext-0.8.2 | eeepub.gemspec |