rupi 0.4.7 → 0.4.8

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.
@@ -66,7 +66,7 @@ Capistrano::Configuration.instance(:must_exist).load do
66
66
  end
67
67
 
68
68
  task :bundle do
69
- run "cd #{deploy_to} && bundle check || bundle install --without development test"
69
+ run "cd #{deploy_to} && bundle check --without development test || bundle install --without development test"
70
70
  end
71
71
  end
72
72
 
data/lib/rupi/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Rupi
2
- VERSION = '0.4.7'
2
+ VERSION = '0.4.8'
3
3
  RUBY_VERSION = 'ruby-1.9.3-p194'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rupi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -95,7 +95,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
95
95
  version: '0'
96
96
  segments:
97
97
  - 0
98
- hash: -3177489711657388012
98
+ hash: -3677747021401317561
99
99
  required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  none: false
101
101
  requirements:
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  version: '0'
105
105
  segments:
106
106
  - 0
107
- hash: -3177489711657388012
107
+ hash: -3677747021401317561
108
108
  requirements: []
109
109
  rubyforge_project:
110
110
  rubygems_version: 1.8.24