Sha256: 72deb47de1777c46ce038414cf7a8ab0f930c5cfc85706c43742eab4ecdb9820
Contents?: true
Size: 577 Bytes
Versions: 2
Compression:
Stored size: 577 Bytes
Contents
$:.unshift File.join(File.dirname(__FILE__), 'lib') require 'antlr4-native/version' Gem::Specification.new do |s| s.name = 'antlr4-native' s.version = ::Antlr4Native::VERSION s.authors = ['Cameron Dutro'] s.email = ['camertron@gmail.com'] s.homepage = 'http://github.com/camertron/antlr4-native-rb' s.description = s.summary = 'Create a Ruby native extension from any ANTLR4 grammar.' s.platform = Gem::Platform::RUBY s.require_path = 'lib' s.files = Dir['{lib,spec,vendor}/**/*', 'Gemfile', 'README.md', 'Rakefile', 'antlr4-native.gemspec'] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
antlr4-native-1.1.0 | antlr4-native.gemspec |
antlr4-native-1.0.2 | antlr4-native.gemspec |