capistrano-cm 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.
File without changes
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{capistrano-cm}
3
- s.version = "0.0.1"
3
+ s.version = "0.0.2"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Justin S. Leitgeb"]
@@ -9,13 +9,13 @@ Gem::Specification.new do |s|
9
9
  s.email = %q{justin@phq.org}
10
10
 
11
11
  s.extra_rdoc_files = [
12
- "README.md"
12
+ "README.rdoc"
13
13
  ]
14
14
 
15
15
  s.files = [
16
16
  ".gitignore",
17
17
  "MIT-LICENSE",
18
- "README.md",
18
+ "README.rdoc",
19
19
  "capistrano-cm.gemspec",
20
20
  "lib/capistrano/jsl/cm.rb"
21
21
  ]
@@ -1,5 +1,5 @@
1
1
  unless Capistrano::Configuration.respond_to?(:instance)
2
- abort "capistrano/jsl/configuration_management requires Capistrano 2"
2
+ abort "capistrano/jsl/cm requires Capistrano 2"
3
3
  end
4
4
 
5
5
  require 'digest/md5'
@@ -13,7 +13,7 @@ Capistrano::Configuration.instance.load do
13
13
  end
14
14
 
15
15
  # Checks if a symlink exists on the remote machine.
16
- def symlink_exists?(full_path)
16
+ def remote_symlink_exists?(full_path)
17
17
  remote_filetest_passes?('-L', full_path)
18
18
  end
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-cm
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
  - Justin S. Leitgeb
@@ -29,11 +29,11 @@ executables: []
29
29
  extensions: []
30
30
 
31
31
  extra_rdoc_files:
32
- - README.md
32
+ - README.rdoc
33
33
  files:
34
34
  - .gitignore
35
35
  - MIT-LICENSE
36
- - README.md
36
+ - README.rdoc
37
37
  - capistrano-cm.gemspec
38
38
  - lib/capistrano/jsl/cm.rb
39
39
  has_rdoc: true