disbatch 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/disbatch.rb +1 -1
  2. metadata +1 -12
data/lib/disbatch.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Disbatch
2
2
 
3
3
  # engine version
4
- VERSION = 'rdisbatch 0.0.4'
4
+ VERSION = 'rdisbatch 0.0.5'
5
5
  # specification version
6
6
  SPEC_VERSION = '1.9'
7
7
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: disbatch
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Matthew Berg
@@ -57,17 +57,6 @@ dependencies:
57
57
  version: "0"
58
58
  type: :runtime
59
59
  version_requirements: *id004
60
- - !ruby/object:Gem::Dependency
61
- name: jruby-openssl
62
- prerelease: false
63
- requirement: &id005 !ruby/object:Gem::Requirement
64
- none: false
65
- requirements:
66
- - - ">="
67
- - !ruby/object:Gem::Version
68
- version: "0"
69
- type: :runtime
70
- version_requirements: *id005
71
60
  description: "\t\tDisbatch is a distributed, multi-language batch processing\n\
72
61
  \t\tplatform.\tThis package provides both a client library and\n\
73
62
  \t\texecution node implementation.\n"