Sha256: 552bce4dff243660958b694c6fa8ace44addc9dcd22b50b049679aee49c3233b
Contents?: true
Size: 975 Bytes
Versions: 2
Compression:
Stored size: 975 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'shuwar/version' Gem::Specification.new do |spec| spec.name = "shuwar" spec.version = Shuwar::VERSION spec.authors = ["dramforever"] spec.email = ["catmimiao@me.com"] spec.summary = %q{Shuwar writing system} spec.description = <<END A new syntax for lisp, designed for writing. Inspired by eido and youki by Belleve END spec.homepage = "https://github.com/dramforever/shuwar" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") 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.6" spec.add_development_dependency "rake", "~> 10" spec.add_development_dependency "rspec", "~> 2.14" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shuwar-1.3.0 | shuwar.gemspec |
shuwar-1.2.0 | shuwar.gemspec |