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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 53018fd08c679a7ac7a4ab6d301f18f8262879ab
4
- data.tar.gz: 32a1075595eb994f854a8de80c03c1713337302d
3
+ metadata.gz: a72b33cd7cca81d4043060c8d185cad6e2e39ffa
4
+ data.tar.gz: 45006509ed1cfa025e13c1c57db584da241dedb6
5
5
  SHA512:
6
- metadata.gz: 9f2f79e8ae1eeec6a8e8c1756b47229befca91020b4d321e3ed6f7dd2e1fb541d866daaeef3f0d731850fd5ba21b2bce2c70d31dc037aa9a6db61ff26e768e99
7
- data.tar.gz: d26f4f113ed44b8d9a35ed66d36ac50ee107a8696029996520c63895f2d1dc39ca31ebcc1c03e0fe03870ef9cf5671ca01d44138dbe869c2e1ac18f2114bd9f6
6
+ metadata.gz: b395b54c2013d3d885485f12950a4ecb61c6117c047dd34fda958db51486c38b2aeb561ee4e53eae4561bee30b3126d398dbd5e8b753cdbe15e6af7ece247441
7
+ data.tar.gz: fce0116ccaa0934b9d85ee6aa0ba3fe71c44b53f44a28d6c36c08da0da6c3cb8b60517d05fbd8b53cadd99bd2032d1853f53fc46873542a6302b741c54202850
data/.gitignore CHANGED
File without changes
File without changes
data/Gemfile CHANGED
File without changes
data/LICENSE CHANGED
File without changes
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
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
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Smartlogging
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
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.0
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-22 00:00:00.000000000 Z
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.2.2
137
+ rubygems_version: 2.4.5
118
138
  signing_key:
119
139
  specification_version: 4
120
140
  summary: Capistrano output to log file