aircon 0.2.2 → 0.2.3

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
  SHA256:
3
- metadata.gz: d76315d35b51587153fc8df9ef838132d3c3e86a0c3e4c2cd8a0316efae9c69a
4
- data.tar.gz: c563bde8c95b8fe48de22520b014a3b98a6b0cd81974b6ced35b1aa600e4c4b2
3
+ metadata.gz: ad7f99a5579b400b27bc3e93f8b8c406f4cac54b05d0c6bfb9c56da7e61c8b9a
4
+ data.tar.gz: 9db99d87dafcc4973935950ffa6b467c89df4883c8b580510ce807027f859cfd
5
5
  SHA512:
6
- metadata.gz: d951bf39261652772719424735e55cbab79ed819e2fb36347b6e93d61c4c6c534660c64eaa578f68480e46b689e0c37737ff6841dca58e5375dd2af8d492c55f
7
- data.tar.gz: 8d331471642fc173bd1f770559e0c8a55a773517089082378918b8144fc1220f2b43cc779f9305da896ebaf3dc5e2abdb76492e15a0e20512616a95d051ff8e7
6
+ metadata.gz: d4f1434492f22047d0cb3d48079bfdad27abc5cf7a067cdb52fbf5e1e9a53a5dd7f1978027bf2090f272b5da366a8ed9a36e2589f37fa716a576c0d6fdbb8240
7
+ data.tar.gz: fdf4441d3a31b880159c635e678e13606f9ceee48ce44b79f3f0adb673cf11f379a82e4f2bddf82b29db4ff7194d654994961017782bd005f23e87dc53f950a4
@@ -167,7 +167,7 @@ module Aircon
167
167
  authed = "https://x-access-token:#{@config.gh_token}@github.com/"
168
168
  system("docker", "exec", container, "git", "config", "--global",
169
169
  "url.#{authed}.insteadOf", "https://github.com/")
170
- system("docker", "exec", container, "git", "config", "--global",
170
+ system("docker", "exec", container, "git", "config", "--global", "--add",
171
171
  "url.#{authed}.insteadOf", "git@github.com:")
172
172
  end
173
173
  checkout_branch(container, branch)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Aircon
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aircon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Nguyen