instructions_list 1.0.7.beta → 1.0.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20ffa50944492bc3074ef7f480f26844c8f1ebfe
4
- data.tar.gz: 11caa36e95745d62e008a83f88d299eadd040648
3
+ metadata.gz: 95b18ad1f8761806819c4322d03c2c2b72cc4fc0
4
+ data.tar.gz: dd31b6726f9b9a093f04b9551d6eebd648b98361
5
5
  SHA512:
6
- metadata.gz: 0aa2e4d5bfe0296e0e7b740bf4cf1064462647d2f8ae8696624e8bd662e0fb34b75f9e17b066b1370040085da04f2c662cdd4e7bb6ee53dde440fb4e15a8a8c7
7
- data.tar.gz: c9521aef1bf40101b234da1afb83bcccca381c641c251357c8bdb10254c1ad3405dc26dad550019ab7340574e5a15a130ddef521e775f628c8e25438a2342c59
6
+ metadata.gz: 50c6a7a7447599ad9d7f90bf463aae2c0462c43d3d80eb14a7c107ac3d3cbeb949f3deafd78a7b10f2e566c0596d3d3f959603cf043a0b16e2e14fa7041aab77
7
+ data.tar.gz: ff6b78f5f70b21a3565b7419c659c0d018b095b76dbb9a7dcc354a417842e146e4ff003622758908c4e0753561337ba8f7858bfe79ad449442e03b134b9bb9eb
@@ -1,3 +1,3 @@
1
1
  module InstructionsList
2
- VERSION = "1.0.7.beta"
2
+ VERSION = "1.0.7.1.beta"
3
3
  end
@@ -61,9 +61,15 @@ module InstructionsList
61
61
 
62
62
  def instruct &block
63
63
  @instruction.instruct = block
64
+ end
65
+
66
+ def uninstruct &block
67
+ @instruction.uninstruct = block
64
68
  INSTRUCTIONS << @instruction
65
69
  end
66
70
 
71
+
72
+
67
73
  def on os
68
74
  case os.to_s
69
75
  when "mac"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instructions_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7.beta
4
+ version: 1.0.7.1.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - Coco Coder (aka Delaney Burke)