Sha256: c7f194e631eab8512887cf2cfd9af888f94eda4278576400047a32a10ae38024

Contents?: true

Size: 945 Bytes

Versions: 1

Compression:

Stored size: 945 Bytes

Contents

Gem::Specification.new do |s|
  s.name             = "cpee-logging-xes-yaml"
  s.version          = "1.2.5"
  s.platform         = Gem::Platform::RUBY
  s.license          = "LGPL-3.0"
  s.summary          = "Logging for the cloud process execution engine (cpee.org)"

  s.description      = "see http://cpee.org"

  s.files            = Dir['{server/**/*,tools/**/*,lib/**/*}'] + %w(LICENSE Rakefile cpee-logging-xes-yaml.gemspec README.md AUTHORS)
  s.require_path     = 'lib'
  s.extra_rdoc_files = ['README.md']
  s.bindir           = 'tools'
  s.executables      = ['cpee-logging-xes-yaml']

  s.required_ruby_version = '>=2.4.0'

  s.authors          = ['Juergen eTM Mangler','Florian Stertz']

  s.email            = 'juergen.mangler@gmail.com'
  s.homepage         = 'http://cpee.org/'

  s.add_runtime_dependency 'riddl', '~> 0.99'
  s.add_runtime_dependency 'json', '~> 2.1'
  s.add_runtime_dependency 'cpee', '~> 2.1', '>= 2.1.4'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cpee-logging-xes-yaml-1.2.5 cpee-logging-xes-yaml.gemspec