Sha256: ac3107a6d9d2d4b2da400d03b9d0f8534a106348136ee45acb6c1421f627240a
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
Gem::Specification.new do |s| s.name = "cpee" s.version = "1.3.146" s.platform = Gem::Platform::RUBY s.license = "LGPL-3" 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/**/*,lib/**/*,cockpit/**/*,contrib/logo*,contrib/Screen*}'] + %w(COPYING FEATURES INSTALL Rakefile cpee.gemspec README AUTHORS) s.require_path = 'lib' s.extra_rdoc_files = ['README'] s.test_files = Dir['{test/*,test/*/tc_*.rb}'] s.required_ruby_version = '>=1.9.3' 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' s.add_runtime_dependency 'weel' s.add_runtime_dependency 'savon' s.add_runtime_dependency 'highline' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cpee-1.3.146 | cpee.gemspec |