recap 1.1.1 → 1.1.2

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: b201ea72ba3c91a2bbb0bfd7649957fdfe657d0b
4
- data.tar.gz: 4f522b58f6c436ca9e4b176e1f9e43de6ecade2b
3
+ metadata.gz: 849f15caab8a66d21328c74b79ac54f847123660
4
+ data.tar.gz: 0a10e9eccbd6d48bd2e42b77e23c0475477497e2
5
5
  SHA512:
6
- metadata.gz: 79e62d92712009c08b70861575414e767499f708b54a50232577767b042b629ddbbc2fe082e8bf0e73e81393b8bc6fdeb3bfced6a65f876eaa90dce92d6c0fce
7
- data.tar.gz: d47af97a4071a82bd48634ef472a6bac9d2ef29ea9b79faa549c1a4b75b883efbe57ae99016b96a04770e76bc8a9f1a6db9de6fd2d99125758e33dded8270c1c
6
+ metadata.gz: 0b191034bd97b141afc4e41bc797b9fb7c4a904b226559a4f685c39fdcf5c890b4274e413c2c05d7cc3f3b5cb83c3eabce47b2d6a80007d156c331a7c636da59
7
+ data.tar.gz: 4940bf5ead97a888f2a7af9138713f80d4f9d0211e5798d665fd8226c6ea632894f8525657e6632a722002b0951d2579c52bfb834b8ad02493edbe97eabbf4c8
@@ -67,7 +67,7 @@ fi
67
67
  sudo "usermod --append -G #{application_group} #{remote_username}"
68
68
 
69
69
  if repository.match /github\.com/
70
- as_app "mkdir -p #{application_home}/.ssh; touch #{application_home}/.ssh/known_hosts; (ssh-keygen -f #{application_home}/.ssh/known_hosts -H -F github.com | grep 'github.com') || ssh-keyscan -H github.com > #{application_home}/.ssh/known_hosts", "/"
70
+ run "mkdir -p ~/.ssh; touch ~/.ssh/known_hosts; (ssh-keygen -f ~/.ssh/known_hosts -H -F github.com | grep 'github.com') || ssh-keyscan -H github.com > ~/.ssh/known_hosts"
71
71
  end
72
72
  end
73
73
 
@@ -1,3 +1,3 @@
1
1
  module Recap
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Ward