Sha256: 50230c60188b8684e35eb9a105d09ddebc419ea35d17bb6fc9153df6dcf92a90
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
# frozen_string_literal: true Gem::Specification.new do |s| s.name = 'dendroid' s.version = begin libpath = ::File.expand_path(__FILE__) + ::File::SEPARATOR path = ::File.dirname(libpath) + ::File::SEPARATOR ::File.read("#{path}version.txt").strip end s.summary = 'WIP. A Ruby implementation of a Earley parser' s.description = 'WIP. A Ruby implementation of a Earley parser' s.authors = ['Dimitri Geshef'] s.email = 'famished.tiger@yahoo.com' s.files = Dir['bin/dendroid', 'lib/*.*', 'lib/**/*.rb', 'spec/**/*.rb', '.rubocop.yml', 'CHANGELOG.md', 'dendroid.gemspec', 'LICENSE', 'Rakefile', 'README.md', 'version.txt' ] s.required_ruby_version = '>=3.1' s.homepage = 'https://github.com/famished-tiger/Dendroid' s.license = 'MIT' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dendroid-0.0.9 | dendroid.gemspec |