capistrano_api_docs_external_git 1.0.4 → 1.1.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6c60813d5abf980d2879650c898f5f0caa14713
|
|
4
|
+
data.tar.gz: 601a8a9b1821b46592aae4200e74bea8447a13ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 045478a7b3d1a8d0177a04b9f47dd09e870597cbbe504c1c30d15962344d8927ca626d02b910dd265ec1bceee7744d20640c1e3e9911d87cfae84a8b92b5f1ce
|
|
7
|
+
data.tar.gz: 83314a439ce7b6be28c1efed0050ed935c279ec603fa72014e898ae0fdecff97151b9f67f2f2aa38b80e6a1ded6fb1d1be176222189da79f121ee54ed28a248a
|
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "capistrano_api_docs_external_git"
|
|
7
|
-
spec.version = "1.0
|
|
7
|
+
spec.version = "1.1.0"
|
|
8
8
|
spec.authors = ["DevOps Team"]
|
|
9
9
|
spec.email = ["devops@ndrive.com"]
|
|
10
10
|
spec.summary = %q{Add tasks to capistrano to a Rails project to work with gem api_docs.}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
namespace :api_docs_external_git do
|
|
2
|
+
def color
|
|
3
|
+
SSHKit::Color.new(Struct.new(:tty?).new(true))
|
|
4
|
+
end
|
|
5
|
+
|
|
2
6
|
def print_message message
|
|
3
|
-
SSHKit.config.output << SSHKit::LogMessage.new(Logger::INFO, "[#{
|
|
7
|
+
SSHKit.config.output << SSHKit::LogMessage.new(Logger::INFO, "[#{color.colorize("unknown", :green)}] #{message}")
|
|
4
8
|
end
|
|
5
9
|
|
|
6
10
|
set :doc_git_repository, nil
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano_api_docs_external_git
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- DevOps Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: git
|
|
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
104
104
|
version: '0'
|
|
105
105
|
requirements: []
|
|
106
106
|
rubyforge_project:
|
|
107
|
-
rubygems_version: 2.4.5
|
|
107
|
+
rubygems_version: 2.4.5.1
|
|
108
108
|
signing_key:
|
|
109
109
|
specification_version: 4
|
|
110
110
|
summary: Add tasks to capistrano to a Rails project to work with gem api_docs.
|