lolcommits-term_output 0.0.3 → 0.0.4

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
  SHA1:
3
- metadata.gz: 0de4ff8ba029e1067cb2348434bb54f4539589cf
4
- data.tar.gz: e8acb4d9177f216e789bd69044a8acd2ad1b3028
3
+ metadata.gz: 71a273300c0caf7ea63d720d6ead07c8f64a2d07
4
+ data.tar.gz: efae4dba684cbb3c90792e2ea9ebf3287e10b4cb
5
5
  SHA512:
6
- metadata.gz: 4a286a30250b7f53357be0381b7529679744cd5a13a82443cebab6c9d143d86691ca45ef0ec7978d9647bff4549490bb6971da4cd7bc7f27783c93220eedab7d
7
- data.tar.gz: a257c47326781b2511ee41d3342e060ab00e6619bdbd57ada6a98dd0bf7de397e6ba8e22afb148a96b8329a109baeeba71321ed15efa2ee7825694cd45352ae4
6
+ metadata.gz: 9edf362c433af39884e418609282847e30a8d3ac2d7f855d1518955aa9185f02b1297316818e133c517135d19eac4d3681af0b88dd964b7a520606fd50c4b8cd
7
+ data.tar.gz: 61f14d9b655e86d5423802890c5d6517d22e560c7daa68ae5e71dde32a3148271b88dee68495e94d9a1605e44d1255683962d4a45f446c6c4d6808f9fe8310b1
@@ -36,7 +36,7 @@ module Lolcommits
36
36
  super
37
37
  else
38
38
  puts "Sorry, this terminal does not support the #{self.class.name} plugin (requires iTerm2)"
39
- nil
39
+ {}
40
40
  end
41
41
  end
42
42
 
@@ -1,5 +1,5 @@
1
1
  module Lolcommits
2
2
  module TermOutput
3
- VERSION = "0.0.3".freeze
3
+ VERSION = "0.0.4".freeze
4
4
  end
5
5
  end
@@ -125,7 +125,7 @@ describe Lolcommits::Plugin::TermOutput do
125
125
  configured_plugin_options = plugin.configure_options!
126
126
  end
127
127
 
128
- assert_nil configured_plugin_options
128
+ assert_equal configured_plugin_options, {}
129
129
  output.must_match(/Sorry, this terminal does not support the term_output plugin/)
130
130
  end
131
131
  end
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.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Hutchinson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-06 00:00:00.000000000 Z
11
+ date: 2017-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lolcommits