Sha256: 8fb9026fb8b35cd650935419fa4f1fd49e3d3b8c3df07ef23f0208efdd8971ef
Contents?: true
Size: 1.06 KB
Versions: 5
Compression:
Stored size: 1.06 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'antelope/version' Gem::Specification.new do |spec| spec.name = "antelope" spec.version = Antelope::VERSION spec.authors = ["Jeremy Rodi"] spec.email = ["redjazz96@gmail.com"] spec.summary = %q{A compiler compiler, written in ruby.} spec.description = %q{A compiler compiler, written in ruby.} spec.homepage = "https://github.com/medcat/antelope" 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_dependency "hashie", "~> 3.0" spec.add_dependency "thor", "~> 0.19" spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" spec.add_development_dependency "rspec-its" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
antelope-0.3.2 | antelope.gemspec |
antelope-0.3.0 | antelope.gemspec |
antelope-0.2.4 | antelope.gemspec |
antelope-0.2.3 | antelope.gemspec |
antelope-0.2.2 | antelope.gemspec |