inploy 1.8 → 1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/inploy/deploy.rb +1 -0
  3. metadata +4 -4
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'rake/gempackagetask'
5
5
  require 'rspec/core/rake_task'
6
6
 
7
7
  GEM = "inploy"
8
- GEM_VERSION = "1.8"
8
+ GEM_VERSION = "1.9"
9
9
  SUMMARY = "Rails and Sinatra deployment made easy"
10
10
  AUTHOR = "Diego Carrion"
11
11
  EMAIL = "dc.rec1@gmail.com"
@@ -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: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
- - 8
9
- version: "1.8"
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: 2010-12-14 00:00:00 -02:00
17
+ date: 2011-01-06 00:00:00 -02:00
18
18
  default_executable:
19
19
  dependencies: []
20
20