Sha256: 2c97dd4c85341e38b6571f44cc90999fb3dde835a969197e3fe4a31789ae4b6f

Contents?: true

Size: 1.05 KB

Versions: 6

Compression:

Stored size: 1.05 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'agate/version'

Gem::Specification.new do |spec|
  spec.name          = "agate"
  spec.version       = Agate::VERSION
  spec.authors       = ["Jesse B. Hannah"]
  spec.email         = ["jesse@jbhannah.net"]
  spec.description   = %q{Wrap ruby characters (e.g. furigana, Pinyin, Zhuyin) in text with the HTML ruby element.}
  spec.summary       = %q{Wrap ruby characters (e.g. furigana, Pinyin, Zhuyin) in text with the HTML ruby element.}
  spec.homepage      = "https://github.com/jbhannah/agate"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.2"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec", "~> 2.13.0"
  spec.add_development_dependency "coveralls"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
agate-0.3.3 agate.gemspec
agate-0.3.2 agate.gemspec
agate-0.3.1 agate.gemspec
agate-0.3.0 agate.gemspec
agate-0.2.0 agate.gemspec
agate-0.1.0 agate.gemspec