Sha256: 37e89ea5bdd92c116ee134aec1787973e4e96a277ef87d21d50b13bdd2dd2f83

Contents?: true

Size: 672 Bytes

Versions: 1

Compression:

Stored size: 672 Bytes

Contents

Gem::Specification.new do |s|
  root_dir = File.dirname(__FILE__)
  files = Dir.glob("#{root_dir}/**/*.*").map { |x| x[root_dir.length + 1, x.length]}

  s.name        = 'haplo'
  s.version     = '2.5.5'
  s.date        = '2021-07-28'
  s.summary     = "Haplo Plugin Tool"
  s.description = "Development tools for developing Haplo plugins, see https://haplo.org"
  s.licenses    = ["MPL-2.0"]
  s.authors     = ["Haplo Services"]
  s.email       = 'client.services@haplo-services.com'
  s.platform    = "java"
  s.files       = files
  s.executables = ['haplo-plugin']
  s.default_executable = 'haplo-plugin'
  s.homepage    = "https://docs.haplo.org/dev/tool/plugin"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
haplo-2.5.5-java haplo.gemspec