Sha256: 8d7cfa5e7e43efe1bc72376ac799b8e7e554421585bdf03ae8708f4a8a43955d
Contents?: true
Size: 947 Bytes
Versions: 2
Compression:
Stored size: 947 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'bibtex2html/version' Gem::Specification.new do |spec| spec.name = "bibtex2html" spec.version = Bibtex2html::VERSION spec.authors = ["himkt"] spec.email = ["himkt@klis.tsukuba.ac.jp"] spec.summary = %q{Citation item converter.} spec.description = %q{Bibtex2html convert bibtex item to html.} spec.homepage = "https://github.com/himkt/bibtex2html" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_dependency "bibtex-ruby" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bibtex2html-0.2.0 | bibtex2html.gemspec |
bibtex2html-0.1.0 | bibtex2html.gemspec |