instructions_list 0.1.12.beta → 0.1.13.beta

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 223c658ac0f25914718df53e1c899a469accf015
4
- data.tar.gz: b756acfdb6c16a14ddbd4b9cd51f55eff648309e
3
+ metadata.gz: 830ad1c69058fcac6fbe947e83013a6655d90166
4
+ data.tar.gz: 9d9f90b7111ac13537da1df90d34fcc6ff7c2c6e
5
5
  SHA512:
6
- metadata.gz: 923abfae8db60f5791cc5e2fe2a1c4dda2c9c2c5011967bf0d4e5764f8a6f4d146cbc824337bdf33a942a52956ecf1c91ebd4b5d771226fbc08fccd677309e6f
7
- data.tar.gz: 8fdf7718a069ff104bcd78d0216370f6eef2e0223dcde88870d01cadb351d7b92eb261ad475824e83f299d8fb5357e852911fcd04c182bb24388651199f5ef5d
6
+ metadata.gz: fc9271f97d4c83591722221af6117253306677c6841fc6b5badf3e1a7d1c6dc5bf8c193d23196ec052c33f56df9df2d4a2f590d94917f03bce1371608dd4665e
7
+ data.tar.gz: b281dad6c422dbde045ee3d9c82d5c2f1a7cef18aa296b4f0f49af794e8f9a484b2c873ffd6aa996943e22c70c7bed5523a46f9fea19e92844dbe1d440e20066
data/exe/il CHANGED
@@ -35,6 +35,17 @@ module InstructionsList
35
35
  `rm ./.instructions/state`
36
36
  end
37
37
  end
38
+ desc "sync", "synchronize the instructions"
39
+ def sync
40
+ instructable do
41
+ if Dir.exists? "./.git"
42
+ `git stash`
43
+ `git pull `
44
+ `git stash apply`
45
+ end
46
+ end
47
+ end
48
+
38
49
  desc "instructions", "list all instructions"
39
50
  def instructions
40
51
  puts ""
@@ -1,3 +1,3 @@
1
1
  module InstructionsList
2
- VERSION = "0.1.12.beta"
2
+ VERSION = "0.1.13.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: 0.1.12.beta
4
+ version: 0.1.13.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - Coco Coder (aka Delaney Burke)