automation_object 0.7.5 → 0.7.6
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 +4 -4
- data/lib/automation_object/state/top.rb +1 -1
- data/lib/automation_object/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e852570c1534fa6f78f8f1c0cfd03ce6823b849
|
|
4
|
+
data.tar.gz: 02ec9763691fb5500d68b5ab3de7441d9ab84153
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a8267d04713753f765933b67938983117a351ba8cb7505db24d1cd7242256c5f8fdbd553aa40fac5386a79e8764235d9fa4293d57d005ca89ab77b8d20a0c2a
|
|
7
|
+
data.tar.gz: abd5d37f408e8d7f71c898555730b94867293e1c1bb6063dc443084f854555a8435f4848dc9ea31c0d2a47570baf5c8e03c58ed6fb1de134d290230728dbbbe9
|
|
@@ -26,7 +26,7 @@ module AutomationObject
|
|
|
26
26
|
if blue_prints.default_screen
|
|
27
27
|
default_name = blue_prints.default_screen
|
|
28
28
|
|
|
29
|
-
raise AutomationObject::State::NoInitialScreenError if screens[default_name].load.live?
|
|
29
|
+
raise AutomationObject::State::NoInitialScreenError if screens[default_name].load.live? == false
|
|
30
30
|
|
|
31
31
|
return screens[default_name].activate
|
|
32
32
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: automation_object
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Blatter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-11-
|
|
11
|
+
date: 2016-11-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|