instructions_list 1.0.5.beta → 1.0.5.1.beta
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/exe/il +5 -1
- data/lib/instructions_list/version.rb +1 -1
- data/lib/instructions_list.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: 51964e926f619ba0ef7bc120b548b0f9994111a1
|
|
4
|
+
data.tar.gz: 7258698c3aa6e29900e793e7a01fef6bce454271
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc61deae15883777177392e278f8e9ed0e388a086d5db46c0b214f6185326c727c8a0a696e0be202d6f8a0053ab13d03124cce4bfc427ed77e127e827226d27f
|
|
7
|
+
data.tar.gz: 28a17b585bd4a98996b57755fe33394055e1e99580e224548d55f7ff830248756b1e92cc3e4401f9b4d90411bfe419e90dae257f3bbb560f2bd84e0145fbb8d9
|
data/exe/il
CHANGED
|
@@ -104,7 +104,11 @@ module InstructionsList
|
|
|
104
104
|
handle_instruction name,STACK,options[:force]
|
|
105
105
|
end
|
|
106
106
|
rescue => e
|
|
107
|
+
puts ""
|
|
107
108
|
puts e.message
|
|
109
|
+
puts ""
|
|
110
|
+
puts `il list`
|
|
111
|
+
puts ""
|
|
108
112
|
end
|
|
109
113
|
|
|
110
114
|
end
|
|
@@ -214,7 +218,7 @@ module InstructionsList
|
|
|
214
218
|
|
|
215
219
|
unless instruction.instructed.call()
|
|
216
220
|
instruction.instruct.call()
|
|
217
|
-
|
|
221
|
+
mark_as_done instruction.name
|
|
218
222
|
else
|
|
219
223
|
check instruction.name
|
|
220
224
|
end
|
data/lib/instructions_list.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: instructions_list
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.5.beta
|
|
4
|
+
version: 1.0.5.1.beta
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Coco Coder (aka Delaney Burke)
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-11-
|
|
11
|
+
date: 2017-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|