Sha256: 03e6ac57742110b6ad37fc26b738bd856c92e1f65acd4f30d902e48643c17fb1

Contents?: true

Size: 996 Bytes

Versions: 4

Compression:

Stored size: 996 Bytes

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     = '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',
                      '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

4 entries across 4 versions & 1 rubygems

Version Path
dendroid-0.0.8 dendroid.gemspec
dendroid-0.0.7 dendroid.gemspec
dendroid-0.0.6 dendroid.gemspec
dendroid-0.0.5 dendroid.gemspec