Sha256: 7cf20d044941a27f4f37b1c7fb3677b958562ceaa3f236d44b071dc4fcfd2e41
Contents?: true
Size: 847 Bytes
Versions: 1
Compression:
Stored size: 847 Bytes
Contents
$:.unshift File.join(File.dirname(__FILE__), 'lib') require 'python3-parser/version' Gem::Specification.new do |s| s.name = 'python3-parser' s.version = ::Python3Parser::VERSION s.authors = ['Cameron Dutro'] s.email = ['camertron@gmail.com'] s.homepage = 'http://github.com/camertron/python3-parser-rb' s.description = s.summary = 'A Python 3 parser for Ruby.' s.platform = Gem::Platform::RUBY s.has_rdoc = true s.add_dependency 'rice', '~> 2.0' s.extensions = File.join(*%w(ext python3-parser extconf.rb)) s.require_path = 'lib' s.files = Dir[ '{lib,spec}/**/*', 'ext/python3-parser/*.{rb,cpp,h}', 'ext/python3-parser/antlrgen/*', 'ext/python3-parser/antlr4-upstream/runtime/Cpp/runtime/src/**/*.{cpp,h}', 'Gemfile', 'README.md', 'Rakefile', 'python3-parser.gemspec' ] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
python3-parser-1.0.0 | python3-parser.gemspec |