We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f9842 commit 93213beCopy full SHA for 93213be
capistrano.gemspec
@@ -3,8 +3,6 @@ lib = File.expand_path("../lib", __FILE__)
3
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
require "capistrano/version"
5
6
-require "English"
7
-
8
Gem::Specification.new do |gem|
9
gem.name = "capistrano"
10
gem.version = Capistrano::VERSION
@@ -14,7 +12,7 @@ Gem::Specification.new do |gem|
14
12
gem.summary = "Capistrano - Welcome to easy deployment with Ruby over SSH"
15
13
gem.homepage = "http://capistranorb.com/"
16
17
- gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
+ gem.files = `git ls-files -z`.split("\x0")
18
gem.executables = %w(cap capify)
19
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
20
gem.require_paths = ["lib"]
0 commit comments