Sha256: f22a727c6610994c2f7536b3d0d45a9445c7f6727ba4f962b3ce81190470dbc1

Contents?: true

Size: 590 Bytes

Versions: 1

Compression:

Stored size: 590 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.has_rdoc = true

  s.require_path = 'lib'
  s.files = Dir['{lib,spec}/**/*', 'Gemfile', 'README.md', 'Rakefile', 'antlr4-native.gemspec']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
antlr4-native-1.0.0 antlr4-native.gemspec