capistrano-logger 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,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 44a8bfc2ba70084c0e26ae32328651244af5e9e6
4
- data.tar.gz: 4d29cea948ff7da18ad86472293f2e614f13c67b
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ Yjg2NDEwM2NkZTk2ZGVkMmJhNGZlYzczYzg1OTM5ZGYwYThmNWJiNQ==
5
+ data.tar.gz: !binary |-
6
+ N2VjYzVhYWQzMzRmYTE5ZDExODc0MWRjNWRjM2Y2Zjk3ZjhiNDNhMw==
5
7
  SHA512:
6
- metadata.gz: a1d743c2692ebdda03b12bee4280ed7a49015c40200db6a77d77653d1c3c7401c205eb54482411ed6c8fea9e29eaf384a191b7e1de7857a2d612144264251daf
7
- data.tar.gz: 652f86b828ad29bc3f71bd8dd8c423861635bc754cbdf217a1174bb6d2394d00acbea636be5154a00adf397fe0737c3b60e6d590a3df60c6ff9560aa70e1e64e
8
+ metadata.gz: !binary |-
9
+ YzYyZTA0MzAzZGUyMWQxYWJmNjc5OTVmNTc1ODhlNzlmNmRlNzI5ODU1ZmU2
10
+ Y2MzM2NhNjgxZGM4MWNlODE3NWUxNGExN2RmMTliNTlmODQyZWNhYzllZTgw
11
+ YTJkZDc4NzlkZTA4MWY3ODNkNjVjMmE1MzJkNTg3YzZlOTU3ODI=
12
+ data.tar.gz: !binary |-
13
+ NmU1YzcyYjU1MzM2MjdmMzczZWE5MTRmOTkwZTk1OTA5NmY2MWYzY2U2ZjE2
14
+ NTA5ODE4NWM5MTQ5NWRkOWY3NTM5ZGI0NGNkNTJmYjViNzlkNWZhNjMzOTNi
15
+ YTNhNDM4Nzk0ZDA0ODI0YTNjMzcwNDZhZjdjY2IzN2UwNjA1NTc=
data/.gitignore CHANGED
@@ -9,3 +9,4 @@
9
9
  /tmp/
10
10
  /bin/
11
11
  *.gem
12
+ releases
File without changes
@@ -1,4 +1,4 @@
1
- require 'sshkit/formatters/pretty'
1
+ require 'sshkit'
2
2
 
3
3
  module SSHKit
4
4
  module Formatter
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Logger
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,81 +1,78 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-logger
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
  - Alexander Shlinchak
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-24 00:00:00.000000000 Z
11
+ date: 2016-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: 3.0.0
20
- - - "<"
20
+ - - <
21
21
  - !ruby/object:Gem::Version
22
22
  version: 4.0.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - ">="
27
+ - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: 3.0.0
30
- - - "<"
30
+ - - <
31
31
  - !ruby/object:Gem::Version
32
32
  version: 4.0.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: bundler
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - "~>"
37
+ - - ~>
38
38
  - !ruby/object:Gem::Version
39
39
  version: '1.10'
40
40
  type: :development
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - "~>"
44
+ - - ~>
45
45
  - !ruby/object:Gem::Version
46
46
  version: '1.10'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rake
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
- - - "~>"
51
+ - - ~>
52
52
  - !ruby/object:Gem::Version
53
53
  version: '10.0'
54
54
  type: :development
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
- - - "~>"
58
+ - - ~>
59
59
  - !ruby/object:Gem::Version
60
60
  version: '10.0'
61
61
  description: Show your logs with capistrano.
62
62
  email:
63
63
  - ashlinchak@gmail.com
64
- executables:
65
- - console
66
- - setup
64
+ executables: []
67
65
  extensions: []
68
66
  extra_rdoc_files: []
69
67
  files:
70
- - ".gitignore"
71
- - ".travis.yml"
68
+ - .gitignore
69
+ - .travis.yml
72
70
  - Gemfile
73
71
  - LICENSE.md
74
72
  - README.md
75
73
  - Rakefile
76
- - bin/console
77
- - bin/setup
78
74
  - capistrano-logger.gemspec
75
+ - lib/capistrano-logger.rb
79
76
  - lib/capistrano/logger.rb
80
77
  - lib/capistrano/logger/error.rb
81
78
  - lib/capistrano/logger/sshkit/formatters/log_format.rb
@@ -91,18 +88,19 @@ require_paths:
91
88
  - lib
92
89
  required_ruby_version: !ruby/object:Gem::Requirement
93
90
  requirements:
94
- - - ">="
91
+ - - ! '>='
95
92
  - !ruby/object:Gem::Version
96
93
  version: 1.9.3
97
94
  required_rubygems_version: !ruby/object:Gem::Requirement
98
95
  requirements:
99
- - - ">="
96
+ - - ! '>='
100
97
  - !ruby/object:Gem::Version
101
98
  version: '0'
102
99
  requirements: []
103
100
  rubyforge_project:
104
- rubygems_version: 2.6.1
101
+ rubygems_version: 2.6.3
105
102
  signing_key:
106
103
  specification_version: 4
107
104
  summary: Show logs via capistrano.
108
105
  test_files: []
106
+ has_rdoc: