Sha256: 948296aea9384f9b981503e45f1f907cc63bee41d4f25fae0b5790b7c42f0f48
Contents?: true
Size: 1.2 KB
Versions: 1
Compression:
Stored size: 1.2 KB
Contents
Gem::Specification.new do |s| s.name = "cpee" s.version = "1.4.20" s.platform = Gem::Platform::RUBY s.license = "LGPL-3.0" s.summary = "Preliminary release of cloud process execution engine (cpee). If you just need workflow execution, without a rest/xmpp service exposing it, then use WEEL" s.description = "see http://cpee.org" s.files = Dir['{example/**/*,server/**/*,tools/**/*,lib/**/*,cockpit/**/*,contrib/logo*,contrib/Screen*,log/**/*}'] + %w(COPYING FEATURES INSTALL Rakefile cpee.gemspec README AUTHORS) s.require_path = 'lib' s.extra_rdoc_files = ['README'] s.bindir = 'tools' s.executables = ['cpee'] s.test_files = Dir['{test/*,test/*/tc_*.rb}'] s.required_ruby_version = '>=2.3.0' s.authors = ['Juergen eTM Mangler','Ralph Vigne','Gerhard Stuermer','Florian Stertz'] s.email = 'juergen.mangler@gmail.com' s.homepage = 'http://cpee.org/' s.add_runtime_dependency 'riddl', '~> 0.99' s.add_runtime_dependency 'weel', '~> 1.99' s.add_runtime_dependency 'savon', '~> 2' s.add_runtime_dependency 'highline', '~> 1.6' s.add_runtime_dependency 'json', '~>2.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cpee-1.4.20 | cpee.gemspec |