rupi 0.3.0 → 0.3.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.
@@ -18,7 +18,7 @@ Capistrano::Configuration.instance(:must_exist).load do
18
18
  end
19
19
 
20
20
  task :setup_service do
21
- run "bash -c 'source /etc/profile.d/rvm.sh && cd #{deploy_to} && bundle exec rupi_service install app.rb'"
21
+ run "bash -c 'source /etc/profile.d/rvm.sh && rupi_service install #{deploy_to}/app.rb'"
22
22
  end
23
23
 
24
24
  desc 'deploy the app'
@@ -42,7 +42,7 @@ Capistrano::Configuration.instance(:must_exist).load do
42
42
  end
43
43
 
44
44
  task :bundle do
45
- run "bash -c 'source /etc/profile.d/rvm.sh && cd #{deploy_to} && bundle check || bundle --deployment'"
45
+ run "bash -c 'source /etc/profile.d/rvm.sh && cd #{deploy_to} && bundle check || bundle install --deployment'"
46
46
  end
47
47
  end
48
48
 
data/lib/rupi/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Rupi
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
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.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -91,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
91
91
  version: '0'
92
92
  segments:
93
93
  - 0
94
- hash: 2490160822493161451
94
+ hash: -3886384276610415330
95
95
  required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  none: false
97
97
  requirements:
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  version: '0'
101
101
  segments:
102
102
  - 0
103
- hash: 2490160822493161451
103
+ hash: -3886384276610415330
104
104
  requirements: []
105
105
  rubyforge_project:
106
106
  rubygems_version: 1.8.24