instructions_list 1.0.8.4.beta → 1.0.8.5.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: a70d380d0eb14787bf68be86252068c921d8eb1f
4
- data.tar.gz: 5e7ffc01cbe07fbc994f058e10760ea3a97e9e7b
3
+ metadata.gz: '077800184ff2fbe80353d10b849c9ad4dfb564c9'
4
+ data.tar.gz: 8e24f38fe4abf9a5a8eccb58e2a6436dcfe4b496
5
5
  SHA512:
6
- metadata.gz: a0e6426cccc47fe260cb8eba6e3f0a3bc651bfa6c1a8112c084f97189309a8c7c5eec9e25b87291d596e980c16e360a64b3ee4af09c4d7fff98ccf4f05ff4c13
7
- data.tar.gz: ad6bcddc4eeb45b36d0ea09dd6af78c2195e17bf73b4f9a465bc2406afb65418fab74f998cd67d1461a396b323d39a9ead1e2445c30c2a701589bb3a023da540
6
+ metadata.gz: 62be52be80fb7fba7771bdf98133f13ce14b69f67fbefa521dc47f71c5c6906084e9875d76e0df09b2b1fd2c9b05dd1ee451c20801d38ae1862c7bd10439a6c9
7
+ data.tar.gz: a6aa6f93057368c0c1287fd8dcfa15fafd8314a194b30e29a4ea6dcd0f232aedd7eb1b67f5140c82fbfce0cdf9dd7f557ef612fd779d975aab8e219ecdf51e20
data/exe/il CHANGED
@@ -27,7 +27,7 @@ module InstructionsList
27
27
  end
28
28
  desc "sync", "synchronize the instructions"
29
29
  option :reset
30
- def sync key
30
+ def sync key=nil
31
31
  if instructable?
32
32
  system "mkdir -p #{PROJECT_CACHE}"
33
33
  system "mkdir -p #{PROJECT_CACHE_ARTIFACTS}"
@@ -1,3 +1,3 @@
1
1
  module InstructionsList
2
- VERSION = "1.0.8.4.beta"
2
+ VERSION = "1.0.8.5.beta"
3
3
  end
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.8.4.beta
4
+ version: 1.0.8.5.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - Coco Coder (aka Delaney Burke)