meta_workflows 0.9.4 → 0.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac38b3388265de972978282c0b7fe92df27e82b495474936c9533a02bbba73ca
4
- data.tar.gz: 41c108f736b959e737fa292cc41ee94ff083b4c5fd87628cbe98a843cf28c96e
3
+ metadata.gz: 8c3a448e6c2f705bada39a716fcca196e8af05426c958bfc3618b810ae5e0305
4
+ data.tar.gz: afb9a87720c7edcca9d333993de3fce7dc146fa40c151e2893b2514d11815ff4
5
5
  SHA512:
6
- metadata.gz: 79740ed1c7a624747d70057e003159ac2e7d4ce9b6b0fa547dc03de76f09d882403f66ad7be133e0194b8dc130b7267a9a63a8af00a95d3982fcb173def68c82
7
- data.tar.gz: 0bd02cba1bce6c83c0140828301222060fb2fc201e17fec61f2c518fca56e18982b15df2d88a6d398d434b91c31483161978a39676157fd873a15eccb242dbc8
6
+ metadata.gz: fa39226f6dfc489f83a297e84d6aa53ec6b7dd1839676ad969344f688ab2c04c7a7e8b06806e575a5035e9c2c93d6ccb9c8a0d57fe846da19c575b6f3205e48a
7
+ data.tar.gz: 8a887f14b18e7af835c5c32d46eeabacdaf11f89332b9f4381882cf178e7298eb294f061f9408b15a5a5439846a98aacf3e420c50ea31026b02e21179170b541
Binary file
@@ -3,7 +3,7 @@
3
3
  module MetaWorkflows
4
4
  MAJOR = 0
5
5
  MINOR = 9
6
- PATCH = 4 # this is automatically incremented by the build process
6
+ PATCH = 5 # this is automatically incremented by the build process
7
7
 
8
8
  VERSION = "#{MetaWorkflows::MAJOR}.#{MetaWorkflows::MINOR}.#{MetaWorkflows::PATCH}".freeze
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meta_workflows
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonid Medovyy