lifecycle_vm 0.1.1 → 0.1.2

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: cdc31a306782c404fa2a882eca82e0e0fc66d3bd98d8ab78b87f7debf91d6e62
4
- data.tar.gz: 1c4b3310262e4e21c205f0505f85794bea198e12844843e1b4dbb3acc246dd84
3
+ metadata.gz: 976f715d9dcdbbcd674e20159b0a4e5b421586b21953d45b99238b54aa416877
4
+ data.tar.gz: 9cc2176fc59897f46e9efab0945d17bcbd8e0d0ddc7652743d75819205db33c2
5
5
  SHA512:
6
- metadata.gz: d831d9a28d25e0ada2fde295004d001d105a046dd09518c22a4d87d3085613bb5d3ec41b692daa19159e1e2a0a4e85d14ff4c32381e64166ceb654be33a5bccc
7
- data.tar.gz: 7c33d605ad59b7163694545674629fe6681f2ec9234d950ce84b8a2e9269becfc5099f1adb92123ee965878548a5f82920e06c43ddd93727f3f796fcf02bcdda
6
+ metadata.gz: caf85a286eb860cf4e42a4eac6457bd51cf7f1c2bdeb6cc2d3407319fac99e00fccafba286f3e1ebddc841847939fe0f2ef2f7f980ec8e24d1ed402ed2169e5b
7
+ data.tar.gz: f188c360ca0d59f261d790e123670e0a08cf17252df6b331db6bb42859590ecdcf2424664ba656eaffbbc3fb37a1ed3daf0d7c4cf9904d8d86d8b7dd775eebc6
@@ -15,7 +15,6 @@
15
15
  # limitations under the License.
16
16
 
17
17
  require 'lifecycle_vm/error'
18
- require 'lifecycle_vm/vm'
19
18
 
20
19
  module LifecycleVM
21
20
  class Then
@@ -15,5 +15,5 @@
15
15
  # limitations under the License.
16
16
 
17
17
  module LifecycleVM
18
- VERSION = "0.1.1"
18
+ VERSION = "0.1.2"
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lifecycle_vm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Scarborough
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-14 00:00:00.000000000 Z
11
+ date: 2022-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: simplecov