pulsar 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -122,7 +122,7 @@ module Pulsar
122
122
 
123
123
  def run_capistrano(args)
124
124
  cd(config_path, :verbose => verbose?) do
125
- run_cmd("CONFIG_PATH=#{config_path} bundle exec cap --file #{capfile_path} #{args}", :verbose => verbose?)
125
+ run_cmd("bundle exec cap CONFIG_PATH=#{config_path} --file #{capfile_path} #{args}", :verbose => verbose?)
126
126
  end
127
127
  end
128
128
 
@@ -1,3 +1,3 @@
1
1
  module Pulsar
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulsar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -164,7 +164,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
164
164
  version: '0'
165
165
  segments:
166
166
  - 0
167
- hash: 1088010047728925566
167
+ hash: 3869526505221080668
168
168
  required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  none: false
170
170
  requirements:
@@ -173,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
173
  version: '0'
174
174
  segments:
175
175
  - 0
176
- hash: 1088010047728925566
176
+ hash: 3869526505221080668
177
177
  requirements: []
178
178
  rubyforge_project:
179
179
  rubygems_version: 1.8.24