capistrano-utils 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
13
13
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
14
14
  gem.name = 'capistrano-utils'
15
15
  gem.require_paths = ['lib']
16
- gem.version = '0.0.2'
16
+ gem.version = '0.0.3'
17
17
 
18
18
  gem.add_dependency 'rake'
19
19
  gem.add_dependency 'capistrano'
@@ -191,7 +191,7 @@ exhaustive_list_of_files_to_link() {
191
191
  end
192
192
 
193
193
  def format_credentials(credentials)
194
- <<-EOS.gsub(/\A\s+/, '')
194
+ <<-EOS.gsub(/^\s+/, '')
195
195
  adapter: #{fetch :db_server_app}
196
196
  hostname: #{credentials[:hostname]}
197
197
  port: #{credentials[:port]}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  version: '0'
79
79
  segments:
80
80
  - 0
81
- hash: 359484762941975859
81
+ hash: -241087358988746477
82
82
  requirements: []
83
83
  rubyforge_project:
84
84
  rubygems_version: 1.8.23