Sha256: 24bc2e9d8d56c67e2cc576b088dfae5c4e5c66fe0a6128f22e2f5797c4c244fe
Contents?: true
Size: 586 Bytes
Versions: 1
Compression:
Stored size: 586 Bytes
Contents
# frozen_string_literal: true Gem::Specification.new do |s| s.name = 'dendroid' s.version = '0.0.0' s.summary = 'Dendroid. TODO' 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', 'dendroid.gemspec', 'LICENSE', 'Rakefile', 'README.md', 'version.txt' ] s.homepage = 'https://rubygems.org/gems/dendroid' s.license = 'MIT' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dendroid-0.0.0 | dendroid.gemspec |