lolcommits-term_output 0.0.6 → 0.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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7cd043788d938b2a4fa52c28f62f208097a0db42da4746d04e2106b591f7535b
|
|
4
|
+
data.tar.gz: 1c78bf03c39f5a703606cfa1d1dc802e3f06f9a4ae53fa82096ae94d96c73ff3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6db9aa33bebdadd74c06ce1bc9f4d77be70fe146692cc2eeb5a0e4469b1da8673e77b01f02098eedc55d149fbdb7c9a9b8ca11628fc636b33d852cc06adab57b
|
|
7
|
+
data.tar.gz: f9d06857ce6de3d31edb7486f55020812837fd6894a489d9292e1aa6f03830fa1787f0689bfced445ed4eccb7e6e558a58b9f2aa68ae5902a883759eaf62e9a6
|
|
@@ -5,17 +5,6 @@ module Lolcommits
|
|
|
5
5
|
module Plugin
|
|
6
6
|
class TermOutput < Base
|
|
7
7
|
|
|
8
|
-
##
|
|
9
|
-
# Returns position(s) of when this plugin should run during the capture
|
|
10
|
-
# process. The image is presented to the terminal when the capture is
|
|
11
|
-
# ready.
|
|
12
|
-
#
|
|
13
|
-
# @return [Array] the position(s) (:capture_ready)
|
|
14
|
-
#
|
|
15
|
-
def self.runner_order
|
|
16
|
-
[:capture_ready]
|
|
17
|
-
end
|
|
18
|
-
|
|
19
8
|
## Prompts the user to configure the plugin's options. The default
|
|
20
9
|
#superclass method will ask for the `enabled` option to be set.
|
|
21
10
|
#
|
|
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
|
|
|
30
30
|
|
|
31
31
|
spec.required_ruby_version = ">= 2.1"
|
|
32
32
|
|
|
33
|
-
spec.add_development_dependency "lolcommits", ">= 0.
|
|
33
|
+
spec.add_development_dependency "lolcommits", ">= 0.12.0"
|
|
34
34
|
spec.add_development_dependency "bundler"
|
|
35
35
|
spec.add_development_dependency "pry"
|
|
36
36
|
spec.add_development_dependency "rake"
|
|
@@ -18,10 +18,6 @@ describe Lolcommits::Plugin::TermOutput do
|
|
|
18
18
|
ENV['TMUX'] = @old_tmux
|
|
19
19
|
end
|
|
20
20
|
|
|
21
|
-
it "should run on capture ready" do
|
|
22
|
-
::Lolcommits::Plugin::TermOutput.runner_order.must_equal [:capture_ready]
|
|
23
|
-
end
|
|
24
|
-
|
|
25
21
|
describe "with a runner" do
|
|
26
22
|
def runner
|
|
27
23
|
# a simple lolcommits runner with an empty configuration Hash
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lolcommits-term_output
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Hutchinson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: lolcommits
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.12.0
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.
|
|
26
|
+
version: 0.12.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: bundler
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|