Sha256: 08469afdf768362ed2be0a94215123716b6ec0444feaf89cd0be629305aba801

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.174"
  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.174 cpee.gemspec