Sha256: 96ac44fe06487b0a525ed8fd836e03d351a184a233f68d70d457c2d039e3ef88
Contents?: true
Size: 794 Bytes
Versions: 5
Compression:
Stored size: 794 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/arti_mark/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["KOJIMA Satoshi"] gem.email = ["skoji@mac.com"] gem.description = %q{simple and customizable text markup language for EPUB} gem.summary = %q{simple and customizable text markup language for EPUB} gem.homepage = "" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "arti_mark" gem.require_paths = ["lib"] gem.version = ArtiMark::VERSION gem.add_development_dependency "rspec", "~> 2.11" gem.add_development_dependency "nokogiri", "~> 1.5.6" end
Version data entries
5 entries across 5 versions & 1 rubygems