inploy 1.7.0 → 1.7.1

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/helper.rb +1 -1
  3. metadata +4 -4
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'rake/gempackagetask'
5
5
  require 'spec/rake/spectask'
6
6
 
7
7
  GEM = "inploy"
8
- GEM_VERSION = "1.7.0"
8
+ GEM_VERSION = "1.7.1"
9
9
  SUMMARY = "Rails deployment made easy"
10
10
  AUTHOR = "Diego Carrion"
11
11
  EMAIL = "dc.rec1@gmail.com"
data/lib/inploy/helper.rb CHANGED
@@ -57,7 +57,7 @@ module Inploy
57
57
  end
58
58
 
59
59
  def bundle_cmd
60
- "bundle install --path ~/.bundle --without development test"
60
+ "bundle install --path ~/.bundle --without development test cucumber"
61
61
  end
62
62
 
63
63
  def bundle_install
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inploy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
- - 0
10
- version: 1.7.0
9
+ - 1
10
+ version: 1.7.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Diego Carrion
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-16 23:00:00 -03:00
18
+ date: 2010-10-18 00:00:00 -02:00
19
19
  default_executable:
20
20
  dependencies: []
21
21