alpha_omega 0.0.186 → 0.0.187
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/VERSION +1 -1
- data/lib/alpha_omega/deploy.rb +7 -0
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.187
|
data/lib/alpha_omega/deploy.rb
CHANGED
|
@@ -408,6 +408,13 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
|
|
|
408
408
|
run "mv -T #{deploy_path}.new #{deploy_path}"
|
|
409
409
|
end
|
|
410
410
|
|
|
411
|
+
desc <<-DESC
|
|
412
|
+
Runs a repl in the compare release
|
|
413
|
+
DESC
|
|
414
|
+
task :repl do
|
|
415
|
+
compare
|
|
416
|
+
end
|
|
417
|
+
|
|
411
418
|
namespace :rollback do
|
|
412
419
|
desc <<-DESC
|
|
413
420
|
[internal] Points the current symlink at the previous revision.
|
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:
|
|
4
|
+
hash: 361
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 187
|
|
10
|
+
version: 0.0.187
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Nghiem
|