capistrano-shared_config 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c572eaf23a01611ed2e3b3cdf70d1fd0da4e4e00
4
- data.tar.gz: d727fa80d40d93c9baecee7fb52f5735cb51feb8
3
+ metadata.gz: bcb574c556cdeb68eacd4281a1b354e3e7c80d62
4
+ data.tar.gz: 3bcd505baebab9b148ae22bbcda080bf0f0037d7
5
5
  SHA512:
6
- metadata.gz: f37094b90296b405e671b0022461c556f178a4e28d8697322bd4f377c35534be2604ce53255ac0f145bc035e5e03c2d2b09cdeac7610584954a3813b17deca2d
7
- data.tar.gz: b717f1c764eca18541d609f519a81b0893dd3f0072207340cfb93009a2bcef4b1e7fab0ba04852bc395f17b5f226eb4ab207c7f9f155493ad63813563ebc965e
6
+ metadata.gz: 98c23c3bacfc6fa3addc68deadb9d6721c41cef0e6b34efb00d3058ba42997adf7e97223ccc7731ca37eea0a15fed4921389b928056c7d585dc3bc8cb115adb3
7
+ data.tar.gz: d901e5c5a0171310d618700af6cb114f3ec2fcd4191b1fc7f8975a3d287e9f06269f8f88c2c2a7c18a9ce1da31bef2f17a7c4bfa8ec17dd4795eb02877c3c032
@@ -16,7 +16,7 @@ module Capistrano
16
16
  end
17
17
 
18
18
  def self.name name
19
- name += '.yml' unless name =~ /\.(yml|conf|rb)$/
19
+ name += '.yml' unless name =~ /\.(yml|conf|rb|ppk|pem)$/
20
20
  name
21
21
  end
22
22
 
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module SharedConfig
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
@@ -11,6 +11,8 @@ describe Capistrano::SharedConfig::ConfigFile do
11
11
  described_class.name('test.yml').should == 'test.yml'
12
12
  described_class.name('test.rb').should == 'test.rb'
13
13
  described_class.name('test.conf').should == 'test.conf'
14
+ described_class.name('test.pem').should == 'test.pem'
15
+ described_class.name('test.ppk').should == 'test.ppk'
14
16
  end
15
17
  end
16
18
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-shared_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Stanko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-17 00:00:00.000000000 Z
11
+ date: 2013-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler