jefferies_tube 1.6.5 → 1.6.6

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: 73246e3a1287096f24bc656305ad00c28c1e238dd01589e31a1294a16f1352be
4
- data.tar.gz: 1c20596b6ab869595a4a4ab4f72451bb8098b5bdcb735cd8a50b33b6c66813ec
3
+ metadata.gz: caff068fa6bfbefa05d86cd266529396142b804e6e10af91562b84cc821911ed
4
+ data.tar.gz: 8c4942d1eb54e987e969029e1e3cb2d2094064ebae79fc2ff728c854fdc2ea20
5
5
  SHA512:
6
- metadata.gz: 1d357f44f117d046762d0d322439a928309e7c809549058ee449cc0aa9c95fd28bee73927965ef99504f14fa6ce6af1bc44ba995a734547a6c88796c6c5ef389
7
- data.tar.gz: 9b58300ce47fabb642be07b8d06ec3ce34b39db9cd106e960da7d6e35dd3634ad86c7bdaa2fb2ed525ed1270b4d2a31c5e23b7fb068dd742b1a3d6cb26f8b339
6
+ metadata.gz: '080248b9cbaa14f04ca9443db64a48ac06c244f47106d3c93b04fa445c6ab13d6a5003f47c0a276c7f8c0234b5850229d79556f770cf3efcf8a9ae711a89e996'
7
+ data.tar.gz: 431e102ca417962014e94022b83e4bcbd94da098b100e44264ca8c2b52065d91774a0590938c191d3440a36cafb88ce86fe1c278f59343aa4a69febf28e84c4b
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.1.1
1
+ 3.2
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ This is a [changelog](https://keepachangelog.com/en/1.0.0/).
5
5
  This project attempts to follow [semantic versioning](https://semver.org/)
6
6
 
7
7
  ## Unreleased
8
+
9
+ ## 1.6.6
10
+ * Fix to paths for remote cap tasks that caused execjs to fail in some circumstances
11
+
8
12
  ## 1.6.5
9
13
  * Add Application Decision Record generator
10
14
 
@@ -52,8 +52,8 @@ namespace :rails do
52
52
 
53
53
  def run_interactively(command)
54
54
  port = host.port || 22
55
- puts "ssh #{host.user}@#{host} -p #{port} -t 'cd #{deploy_to}/current; #{command}'"
56
- exec "ssh #{host.user}@#{host} -p #{port} -t 'cd #{deploy_to}/current; #{command}'"
55
+ puts %Q(ssh #{host.user}@#{host} -p #{port} -t '/bin/bash -l -c "cd #{deploy_to}/current; #{command}"')
56
+ exec %Q(ssh #{host.user}@#{host} -p #{port} -t '/bin/bash -l -c "cd #{deploy_to}/current; #{command}"')
57
57
  end
58
58
 
59
59
  def rails_env
@@ -1,7 +1,7 @@
1
1
  require 'open-uri'
2
2
 
3
3
  module JefferiesTube
4
- VERSION = "1.6.5"
4
+ VERSION = "1.6.6"
5
5
 
6
6
  def self.latest_rubygems_version
7
7
  JSON.parse(URI.parse("https://rubygems.org/api/v1/versions/jefferies_tube/latest.json").read)["version"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jefferies_tube
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.5
4
+ version: 1.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Samson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-30 00:00:00.000000000 Z
11
+ date: 2022-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print
@@ -225,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  - !ruby/object:Gem::Version
226
226
  version: '0'
227
227
  requirements: []
228
- rubygems_version: 3.3.7
228
+ rubygems_version: 3.4.0.dev
229
229
  signing_key:
230
230
  specification_version: 4
231
231
  summary: Ten Forward Consulting useful tools.