Sha256: ef1641ff43d393f050b8b536dd1388f51f8e7d03001080faad3b0fb5741cf34c
Contents?: true
Size: 1.61 KB
Versions: 1
Compression:
Stored size: 1.61 KB
Contents
Gem::Specification.new do |s| s.name = "cpee" s.version = "2.1.32" 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.114' s.add_runtime_dependency 'weel', '~> 1.99', '>= 1.99.99' 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', '~>2' s.add_runtime_dependency 'charlock_holmes', '~>0' s.add_runtime_dependency 'mimemagic', '~>0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cpee-2.1.32 | cpee.gemspec |