lolcommits-term_output 0.0.6 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb0490488fb2a379e9a72c70873a60ad64c84e4b21abcfb2e7fc23c865994049
4
- data.tar.gz: 228fa9d80f25599a78c6714714abac8a323fba254c97adfb472a7dc0451e39b2
3
+ metadata.gz: 7cd043788d938b2a4fa52c28f62f208097a0db42da4746d04e2106b591f7535b
4
+ data.tar.gz: 1c78bf03c39f5a703606cfa1d1dc802e3f06f9a4ae53fa82096ae94d96c73ff3
5
5
  SHA512:
6
- metadata.gz: eb1dc7cf94b53d73a38f896611e5e3fb022b9be4839f3bd884902b7352614ea5ac7cca15d56cdc7a94fa039560e7376d9bea850fcb646a88c966251432dc4ac1
7
- data.tar.gz: c7a3932d4bedaea6323aeadfd165720f0aa5b53e7f34a58085f98236672bde75f35b018bb8fb1e0462fa89c7a33beabf044a4649924c0a77dcd3fe51c18fa3bb
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
  #
@@ -1,5 +1,5 @@
1
1
  module Lolcommits
2
2
  module TermOutput
3
- VERSION = "0.0.6".freeze
3
+ VERSION = "0.1.0".freeze
4
4
  end
5
5
  end
@@ -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.11.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.6
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-02-05 00:00:00.000000000 Z
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.11.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.11.0
26
+ version: 0.12.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement