Sha256: 595aec9ebe2bd13b6e2d22db64977c83778621e3398e35c652721417d15236ce

Contents?: true

Size: 622 Bytes

Versions: 5

Compression:

Stored size: 622 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']

  s.add_runtime_dependency "rice", "~> 4.0"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
antlr4-native-2.2.1 antlr4-native.gemspec
antlr4-native-2.2.0 antlr4-native.gemspec
antlr4-native-2.1.0 antlr4-native.gemspec
antlr4-native-2.0.1 antlr4-native.gemspec
antlr4-native-2.0.0 antlr4-native.gemspec