Sha256: 68795638515554f0244fa53364c7721a046da0530af70fc3aea22e1bff7f7c23
Contents?: true
Size: 869 Bytes
Versions: 12
Compression:
Stored size: 869 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "rsyntaxtree/version" Gem::Specification.new do |s| s.name = "rsyntaxtree" s.version = RSyntaxTree::VERSION s.authors = ["Yoichiro Hasebe"] s.email = ["yohasebe@gmail.com"] s.homepage = "http://github.com/yohasebe/rsyntaxtree" s.summary = %q{RSyntaxTree is a graphical syntax tree generator written in Ruby} s.description = %q{Yet another syntax tree generator made with Ruby and RMagick} s.licenses = ["MIT"] s.files = `git ls-files`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] # specify any dependencies here; for example: s.add_runtime_dependency 'rmagick', '~> 4.2', '>= 4.2.3' s.add_runtime_dependency 'optimist', '~> 3.0', '>= 3.0.1' end
Version data entries
12 entries across 12 versions & 1 rubygems