Sha256: f85f3a495d532b24aea1f041f20f5366fd948fca544aeebc482e22cfad721366

Contents?: true

Size: 958 Bytes

Versions: 3

Compression:

Stored size: 958 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',
                      '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

3 entries across 3 versions & 1 rubygems

Version Path
dendroid-0.0.4 dendroid.gemspec
dendroid-0.0.3 dendroid.gemspec
dendroid-0.0.2 dendroid.gemspec