alpha_omega 0.0.2 → 0.0.4

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.
data/bin/deploy CHANGED
@@ -1,4 +1,3 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require 'pp'
4
- pp __FILE__
3
+ system(File.expand_path(File.join(File.dirname(__FILE__),"..","libexec",ARGV[0])),*ARGV[1..-1])
@@ -2,5 +2,5 @@
2
2
 
3
3
  which figlet 2>&- > /dev/null
4
4
  bundle check || bundle --local --path vendor/bundle
5
- exec bundle exec foreman start -c git=1,cap=1,rollback=0,stage=0,patch=0
5
+ exec bundle exec foreman start -f $(dirname $(dirname $0))/Procfile -c git=1,cap=1,rollback=0,stage=0,patch=0
6
6
 
@@ -2,4 +2,4 @@
2
2
 
3
3
  which figlet 2>&- > /dev/null
4
4
  bundle check || bundle --local --path vendor/bundle
5
- exec bundle exec foreman start -c git=1,patch=1,cap=0,rollback=0,stage=0
5
+ exec bundle exec foreman start -f $(dirname $(dirname $0))/Procfile -c git=1,patch=1,cap=0,rollback=0,stage=0
@@ -2,4 +2,4 @@
2
2
 
3
3
  which figlet 2>&- > /dev/null
4
4
  bundle check || bundle --local --path vendor/bundle
5
- exec bundle exec foreman start -c git=1,rollback=1,cap=0,stage=0,patch=0
5
+ exec bundle exec foreman start -f $(dirname $(dirname $0))/Procfile -c git=1,rollback=1,cap=0,stage=0,patch=0
@@ -2,4 +2,4 @@
2
2
 
3
3
  which figlet 2>&- > /dev/null
4
4
  bundle check || bundle --local --path vendor/bundle
5
- exec bundle exec foreman start -c git=1,stage=1,cap=0,rollback=0,patch=0
5
+ exec bundle exec foreman start -f $(dirname $(dirname $0))/Procfile -c git=1,stage=1,cap=0,rollback=0,patch=0
@@ -1,3 +1,3 @@
1
1
  module AlphaOmega
2
- Version = "0.0.2"
2
+ Version = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alpha_omega
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem