libis-workflow 2.0.beta.21 → 2.0.beta.22

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45dc413751f60ed3f8eacdcb56ca833b9a250d3b
4
- data.tar.gz: 4a676dbc0745c16f79789c984f09f3456c0b067e
3
+ metadata.gz: 2b4756ddb88242e6a0f79b5ebcf0fafcbb7fce61
4
+ data.tar.gz: 757aa3456f5ba819372989e72f322aeb12944b4d
5
5
  SHA512:
6
- metadata.gz: 53c6bcb24fdc6afdd51b679010ea81bcaf41dcb25a7fd5427f45cda3a822c3b54df84d768c06fe7eabcd4a8350e792ef1a785fee477a94b2f40be132e9037b13
7
- data.tar.gz: 8b3cdde36594ed0c62ca38cbbb736b1bdff0d3d27a6f090c9043294b99aa82d42677a08cf6d751c234e33b0eb0567da3be545a08e72b4e9c2f0d7798abf50147
6
+ metadata.gz: d4c901a7ad657e0cc6d1654f31fd1e1eb9eacc31c3577f94bfe3212fd144cba4ab73bd748eb673c844055b4988766cf6d36a46ed7c1a3737673b2cfc177c9a64
7
+ data.tar.gz: fe170084bd31d495c636c332c6537e0a807d18fc9e876d541a78d925f0c41cdd5bb3e9896648134b21a913f1150b5397f350b3df0174a97846595559249c96aa
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Libis
4
4
  module Workflow
5
- VERSION = '2.0.beta.21' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
5
+ VERSION = '2.0.beta.22' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
6
6
  end
7
7
  end
@@ -1,6 +1,8 @@
1
1
  # encoding: utf-8
2
2
  require 'libis/exceptions'
3
3
 
4
+ require_relative 'workflow/version'
5
+
4
6
  module Libis
5
7
  module Workflow
6
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libis-workflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.beta.21
4
+ version: 2.0.beta.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kris Dekeyser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-16 00:00:00.000000000 Z
11
+ date: 2016-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler