mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Add english require to affected files.
This commit is contained in:
parent
5f8e7c2cc9
commit
a22b5865fb
3 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,8 @@ lib = File.expand_path("../lib", __FILE__)
|
|||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
||||
require "capistrano/version"
|
||||
|
||||
require "English"
|
||||
|
||||
Gem::Specification.new do |gem|
|
||||
gem.name = "capistrano"
|
||||
gem.version = Capistrano::VERSION
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
require "English"
|
||||
|
||||
module VagrantHelpers
|
||||
extend self
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
require "English"
|
||||
require "fileutils"
|
||||
require "pathname"
|
||||
|
||||
|
|
Loading…
Reference in a new issue