zero_deploy 1.4.13 → 1.4.13.1
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/lib/zero_deploy/processor.rb +2 -0
- data/lib/zero_deploy/version.rb +1 -1
- data/lib/zero_deploy.rb +4 -0
- metadata +3 -4
data/lib/zero_deploy/version.rb
CHANGED
data/lib/zero_deploy.rb
CHANGED
|
@@ -17,6 +17,10 @@ module ZeroDeploy
|
|
|
17
17
|
puts ""
|
|
18
18
|
puts "Deploy completed in #{processor.time_spent.round(3)}s."
|
|
19
19
|
puts "Which is quite close to Zero!"
|
|
20
|
+
|
|
21
|
+
puts ""
|
|
22
|
+
puts "Interested in the magic behind this gem?"
|
|
23
|
+
puts "Check this out: http://bit.ly/XaCkIF"
|
|
20
24
|
end
|
|
21
25
|
|
|
22
26
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zero_deploy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.13
|
|
4
|
+
version: 1.4.13.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-04-
|
|
12
|
+
date: 2013-04-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rspec
|
|
@@ -67,9 +67,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
67
67
|
version: '0'
|
|
68
68
|
requirements: []
|
|
69
69
|
rubyforge_project:
|
|
70
|
-
rubygems_version: 1.8.
|
|
70
|
+
rubygems_version: 1.8.24
|
|
71
71
|
signing_key:
|
|
72
72
|
specification_version: 3
|
|
73
73
|
summary: A gem that dramatically decreases your deployemnt time
|
|
74
74
|
test_files: []
|
|
75
|
-
has_rdoc:
|