rupi 0.4.8 → 0.4.9

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.
@@ -60,13 +60,13 @@ Capistrano::Configuration.instance(:must_exist).load do
60
60
  end
61
61
 
62
62
  task :update_code do
63
- Bundler.root.children.each do |file|
63
+ Dir.glob(Bundler.root + '*').each do |file|
64
64
  upload(file.to_s, "#{deploy_to}", :via => :scp, :recursive => true)
65
65
  end
66
66
  end
67
67
 
68
68
  task :bundle do
69
- run "cd #{deploy_to} && bundle check --without development test || bundle install --without development test"
69
+ run "cd #{deploy_to} && bundle check || bundle install --without development test"
70
70
  end
71
71
  end
72
72
 
@@ -1,4 +1,4 @@
1
1
  module Rupi
2
- VERSION = '0.4.8'
2
+ VERSION = '0.4.9'
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.8
4
+ version: 0.4.9
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: -3677747021401317561
98
+ hash: 3742383183380502550
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: -3677747021401317561
107
+ hash: 3742383183380502550
108
108
  requirements: []
109
109
  rubyforge_project:
110
110
  rubygems_version: 1.8.24