Sha256: 3de2370e089405d906ae352615a3fd9dd3d26ef251c33ef426c7a41f62974117

Contents?: true

Size: 1.67 KB

Versions: 1

Compression:

Stored size: 1.67 KB

Contents

Gem::Specification.new do |s|
  s.name             = "cpee"
  s.version          = "2.1.50"
  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.126'
  s.add_runtime_dependency 'weel', '~> 1.99', '>= 1.99.111'
  s.add_runtime_dependency 'highline', '~> 2.0'
  s.add_runtime_dependency 'redis', '~> 5.0'
  s.add_runtime_dependency 'rubyzip', '~>2'
  s.add_runtime_dependency 'charlock_holmes', '~>0'
  s.add_runtime_dependency 'mimemagic', '~>0'
  s.add_runtime_dependency 'get_process_mem', '~>0.2'
  s.add_runtime_dependency 'webrick', '~>1.7'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cpee-2.1.50 cpee.gemspec