inploy 1.8 → 1.9
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/inploy/deploy.rb +1 -0
- metadata +4 -4
data/Rakefile
CHANGED
data/lib/inploy/deploy.rb
CHANGED
@@ -94,6 +94,7 @@ module Inploy
|
|
94
94
|
run "rm -R -f public/assets" if jammit_is_installed?
|
95
95
|
rake_if_included "more:parse"
|
96
96
|
run "compass compile" if file_exists?("config/initializers/compass.rb")
|
97
|
+
rake_if_included "barista:brew"
|
97
98
|
rake_if_included "asset:packager:build_all"
|
98
99
|
rake_if_included "hoptoad:deploy RAILS_ENV=#{environment} TO=#{environment} REPO=#{repository} REVISION=#{`git log | head -1 | cut -d ' ' -f 2`}"
|
99
100
|
ruby_if_exists "vendor/plugins/newrelic_rpm/bin/newrelic_cmd", :params => "deployments"
|
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: inploy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 29
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: "1.
|
8
|
+
- 9
|
9
|
+
version: "1.9"
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Diego Carrion
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date:
|
17
|
+
date: 2011-01-06 00:00:00 -02:00
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|