Sha256: 78bb0a371caf84c0ded9b3991fca76a84db22a99e75842a2a2c04a3bbe0b726d

Contents?: true

Size: 1003 Bytes

Versions: 1

Compression:

Stored size: 1003 Bytes

Contents

Gem::Specification.new do |s|
  s.name             = "cpee-logging-xes-yaml"
  s.version          = "1.3.9"
  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', '~> 1.0'
  s.add_runtime_dependency 'json', '~> 2.1'
  s.add_runtime_dependency 'cpee', '~> 2.1', '>= 2.1.4'
  s.add_runtime_dependency 'msgpack', '~> 1.7', '>= 1.7.2'
end

Version data entries

1 entries across 1 versions & 1 rubygems

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