capistrano-smartlogging 0.1.0 → 0.1.1
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 +4 -4
- data/.gitignore +0 -0
- data/CODE_OF_CONDUCT.md +0 -0
- data/Gemfile +0 -0
- data/LICENSE +0 -0
- data/LICENSE.txt +0 -0
- data/README.md +0 -0
- data/Rakefile +0 -0
- data/bin/console +0 -0
- data/bin/setup +0 -0
- data/capistrano-smartlogging.gemspec +1 -0
- data/lib/capistrano/smartlogging.rb +0 -0
- data/lib/capistrano/smartlogging/configuration.rb +0 -0
- data/lib/capistrano/smartlogging/formatter.rb +0 -0
- data/lib/capistrano/smartlogging/version.rb +1 -1
- data/lib/sshkit/formatter/smartlogging.rb +0 -0
- metadata +23 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a72b33cd7cca81d4043060c8d185cad6e2e39ffa
|
|
4
|
+
data.tar.gz: 45006509ed1cfa025e13c1c57db584da241dedb6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b395b54c2013d3d885485f12950a4ecb61c6117c047dd34fda958db51486c38b2aeb561ee4e53eae4561bee30b3126d398dbd5e8b753cdbe15e6af7ece247441
|
|
7
|
+
data.tar.gz: fce0116ccaa0934b9d85ee6aa0ba3fe71c44b53f44a28d6c36c08da0da6c3cb8b60517d05fbd8b53cadd99bd2032d1853f53fc46873542a6302b741c54202850
|
data/.gitignore
CHANGED
|
File without changes
|
data/CODE_OF_CONDUCT.md
CHANGED
|
File without changes
|
data/Gemfile
CHANGED
|
File without changes
|
data/LICENSE
CHANGED
|
File without changes
|
data/LICENSE.txt
CHANGED
|
File without changes
|
data/README.md
CHANGED
|
File without changes
|
data/Rakefile
CHANGED
|
File without changes
|
data/bin/console
CHANGED
|
File without changes
|
data/bin/setup
CHANGED
|
File without changes
|
|
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
18
18
|
spec.require_paths = ["lib"]
|
|
19
19
|
|
|
20
|
+
spec.add_runtime_dependency "capistrano", [">= 3.1.0", "< 4.0.0"]
|
|
20
21
|
spec.add_runtime_dependency "sshkit", [">= 1.6.1", "!= 1.7.0"]
|
|
21
22
|
|
|
22
23
|
spec.add_development_dependency "bundler"#, "~> 1.8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,15 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-smartlogging
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gen Takahashi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-03-
|
|
11
|
+
date: 2015-03-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: capistrano
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ">="
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: 3.1.0
|
|
20
|
+
- - "<"
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: 4.0.0
|
|
23
|
+
type: :runtime
|
|
24
|
+
prerelease: false
|
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
+
requirements:
|
|
27
|
+
- - ">="
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: 3.1.0
|
|
30
|
+
- - "<"
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: 4.0.0
|
|
13
33
|
- !ruby/object:Gem::Dependency
|
|
14
34
|
name: sshkit
|
|
15
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -114,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
114
134
|
version: '0'
|
|
115
135
|
requirements: []
|
|
116
136
|
rubyforge_project:
|
|
117
|
-
rubygems_version: 2.
|
|
137
|
+
rubygems_version: 2.4.5
|
|
118
138
|
signing_key:
|
|
119
139
|
specification_version: 4
|
|
120
140
|
summary: Capistrano output to log file
|