rupi 0.4.2 → 0.4.3

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.
@@ -39,7 +39,9 @@ Capistrano::Configuration.instance(:must_exist).load do
39
39
  end
40
40
 
41
41
  task :update_code do
42
- upload(Bundler.root.to_s, "#{deploy_to}", :via => :scp, :recursive => true)
42
+ Bundler.root.children.each do |file|
43
+ upload(file.to_s, "#{deploy_to}", :via => :scp, :recursive => true)
44
+ end
43
45
  end
44
46
 
45
47
  task :bundle do
data/lib/rupi/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Rupi
2
- VERSION = '0.4.2'
2
+ VERSION = '0.4.3'
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.2
4
+ version: 0.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -111,7 +111,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
111
111
  version: '0'
112
112
  segments:
113
113
  - 0
114
- hash: 3957827356968127442
114
+ hash: 1912661418049076083
115
115
  required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  none: false
117
117
  requirements:
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  version: '0'
121
121
  segments:
122
122
  - 0
123
- hash: 3957827356968127442
123
+ hash: 1912661418049076083
124
124
  requirements: []
125
125
  rubyforge_project:
126
126
  rubygems_version: 1.8.24