Sha256: 50c78be57d18e91906160ce6c7433398b88c647b1fd5ab847342923e624b8214
Contents?: true
Size: 1013 Bytes
Versions: 1
Compression:
Stored size: 1013 Bytes
Contents
Gem::Specification.new do |s| s.name = "cpee-logging-xes-yaml" s.version = "1.3.14" s.platform = Gem::Platform::RUBY s.license = "LGPL-3.0-or-later" 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.14 | cpee-logging-xes-yaml.gemspec |