Sha256: e21123f2c23b4e2303f4934b4b9ac394c8aada273e7d13076fd6442979802b12

Contents?: true

Size: 1.51 KB

Versions: 1

Compression:

Stored size: 1.51 KB

Contents

Gem::Specification.new do |s|
  s.name             = "cpee"
  s.version          = "2.0.26"
  s.platform         = Gem::Platform::RUBY
  s.license          = "LGPL-3.0"
  s.summary          = "Preliminary release of cloud process execution engine (cpee.org). If you just need workflow execution, without a rest service exposing it, then use WEEL."

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

  s.files            = Dir['{example/**/*,server/**/*,tools/**/*,tools/archive,lib/**/*,cockpit/**/*,cockpit/templates/.templates.xml,cockpit/templates/.transformations.xml,cockpit/templates/.Signavio.xml,cockpit/templates/.CPEE.xml,cockpit/*.html,cockpit/themes/*/*,cockpit/themes/*/*/*,contrib/logo*,contrib/Screen*}'] - Dir['{server/instances/**/*,cockpit/js_libs/**/*,server/redis*}'] + %w(COPYING FEATURES.md INSTALL.md Rakefile cpee.gemspec README.md AUTHORS)
  s.require_path     = 'lib'
  s.extra_rdoc_files = ['README.md']
  s.bindir           = 'tools'
  s.executables      = ['cpee']
  s.test_files       = Dir['{test/*,test/*/tc_*.rb}']

  s.required_ruby_version = '>=2.7.0'

  s.authors          = ['Juergen eTM Mangler','Ralph Vigne','Gerhard Stuermer']

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

  s.add_runtime_dependency 'riddl', '~> 0.108'
  s.add_runtime_dependency 'weel', '~> 1.99', '>= 1.99.90'
  s.add_runtime_dependency 'highline', '~> 2.0'
  s.add_runtime_dependency 'json', '~>2.1'
  s.add_runtime_dependency 'redis', '~> 4.1'
  s.add_runtime_dependency 'rubyzip', '~>1.2'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cpee-2.0.26 cpee.gemspec