small-ops 0.0.22 → 0.0.23

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.
Files changed (2) hide show
  1. data/bin/fige +6 -0
  2. metadata +1 -1
data/bin/fige CHANGED
@@ -83,6 +83,12 @@ apps.each {|k|
83
83
  }
84
84
  end
85
85
 
86
+ if yml[k].has_key? "env" then
87
+ yml[k]['env'].each {|e|
88
+ cmd << " -e \"#{e}\" "
89
+ }
90
+ end
91
+
86
92
  if yml[k].has_key? "environment" then
87
93
  yml[k]['environment'].keys.each {|ke|
88
94
  cmd << " -e \"#{ke}=#{yml[k]['environment'][ke].gsub('"','\"')}\" "
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: small-ops
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: