Sha256: 8920e881feacee687176e23a4d82d3e4b0a700ec822d544d550d10d792678fe7
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
Gem::Specification.new do |s| s.name = "cpee" s.version = "1.3.219" 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.0.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' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cpee-1.3.219 | cpee.gemspec |