alpha_omega 0.0.1 → 0.0.2

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,6 +1,4 @@
1
- #!/bin/bash -e
2
-
3
- which figlet 2>&- > /dev/null
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
1
+ #!/usr/bin/env ruby
6
2
 
3
+ require 'pp'
4
+ pp __FILE__
data/libexec/deploy ADDED
@@ -0,0 +1,6 @@
1
+ #!/bin/bash -e
2
+
3
+ which figlet 2>&- > /dev/null
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
6
+
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module AlphaOmega
2
- Version = "0.0.1"
2
+ Version = "0.0.2"
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem
@@ -97,9 +97,6 @@ email:
97
97
  - amanibhavam@destructuring.org
98
98
  executables:
99
99
  - deploy
100
- - patch
101
- - rollback
102
- - stage
103
100
  extensions: []
104
101
 
105
102
  extra_rdoc_files:
@@ -114,9 +111,10 @@ files:
114
111
  - README.mkd
115
112
  - alpha_omega.gemspec
116
113
  - bin/deploy
117
- - bin/patch
118
- - bin/rollback
119
- - bin/stage
114
+ - libexec/deploy
115
+ - libexec/patch
116
+ - libexec/rollback
117
+ - libexec/stage
120
118
  - recipes/alpha_omega/deploy.rb
121
119
  - recipes/alpha_omega/deploy/dependencies.rb
122
120
  - recipes/alpha_omega/deploy/local_dependency.rb