foreman_debian 0.0.3 → 0.0.4

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: 6935b492a3bf9ce23746fca3f6423f4a93b666c9
4
- data.tar.gz: 213e6a7f1260066a3750ba7bb263141bf32bda65
3
+ metadata.gz: 7a4d00f240208b33d87b3be3a44b99cb6609d08c
4
+ data.tar.gz: dd5eb3d6b648c76387e8ed68bf2d9bddfa754247
5
5
  SHA512:
6
- metadata.gz: a4c281281ca16196a7339d3cd46950f850de89ccb25d8b6a6bfc6b8a5b8b8017f56350bdce7cc1fe1d819f3ea77b22a7a455b887612bf9a32d9986e1914007b3
7
- data.tar.gz: 94e69827691d54691705c13de91dcfab36b84bf7e445bf5ee6f3a7245da6c484e65fbf986891ad05e5ef06367456f1b54239b184e161e51fd2039cc1d6e62d7c
6
+ metadata.gz: b7c8323640a152cd2a45d6fc04c2f6029e128350e36290474918cf40c39f14d5c3d4af1c136fcbd2f03d0e48e2cda07990fd83859b692781f16cc55803b41a50
7
+ data.tar.gz: 9f2df567ed93751d1d1563f4ad99ec155e63395e52595b650e27f7d01d8529920c167fec194f3dd78ae026896ea853437bf42c5486d3ead8c55286b460424d3d
@@ -23,7 +23,7 @@ module ForemanDebian
23
23
 
24
24
  def expand_procfile_command(command)
25
25
  args = Shellwords.split(command)
26
- args[0] = Pathname.new(args[0]).expand_path(dir_root)
26
+ args[0] = Pathname.new(args[0]).expand_path(dir_root).to_s
27
27
  Shellwords.join(args)
28
28
  end
29
29
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_debian
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - cargomedia