instructions_list 1.0.8.3.beta → 1.0.8.4.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: d8568dbe29cecc2a19f7ce0688219b822df34c2b
4
- data.tar.gz: 2395ca1847f9373686a23f754008fe6e4f06dafb
3
+ metadata.gz: a70d380d0eb14787bf68be86252068c921d8eb1f
4
+ data.tar.gz: 5e7ffc01cbe07fbc994f058e10760ea3a97e9e7b
5
5
  SHA512:
6
- metadata.gz: 573f703a3a892f69d4a7b4e0112d2418fc09109c8dfb9b8182411f09ab026f3eafe01841c10444c3ac6aa68c008f7ed18429411985f5db58cc4bee93fa182a89
7
- data.tar.gz: 15e17d65700717f7696a4378ce775f0b7a9d3f9368880df5f7de8bf220a7d21dd50cfc9f9fc295c7ba33822fe0029c259d700b473661b58266a985c47f9a606d
6
+ metadata.gz: a0e6426cccc47fe260cb8eba6e3f0a3bc651bfa6c1a8112c084f97189309a8c7c5eec9e25b87291d596e980c16e360a64b3ee4af09c4d7fff98ccf4f05ff4c13
7
+ data.tar.gz: ad6bcddc4eeb45b36d0ea09dd6af78c2195e17bf73b4f9a465bc2406afb65418fab74f998cd67d1461a396b323d39a9ead1e2445c30c2a701589bb3a023da540
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
30
+ def sync key
31
31
  if instructable?
32
32
  system "mkdir -p #{PROJECT_CACHE}"
33
33
  system "mkdir -p #{PROJECT_CACHE_ARTIFACTS}"
@@ -83,6 +83,9 @@ module InstructionsList
83
83
  say "connected to\ key: #{get_key}"
84
84
  end
85
85
  say "host: #{HOST}"
86
+ if File.exist? STATE
87
+ say `cat #{STATE}`
88
+ end
86
89
  end
87
90
 
88
91
 
@@ -1,3 +1,3 @@
1
1
  module InstructionsList
2
- VERSION = "1.0.8.3.beta"
2
+ VERSION = "1.0.8.4.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.3.beta
4
+ version: 1.0.8.4.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - Coco Coder (aka Delaney Burke)