kanrisuru 0.19.2 → 0.19.3

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: 750858fb5bf17a34ad853a052cf6f0c13f3226acb7d92a0c26537740b6cf44e2
4
- data.tar.gz: f15b5d63e3687b3d605ccc24c3b929d3e16cdaa0ed5e871964716e6f6529b1d1
3
+ metadata.gz: bf7609a6bca967a3e143022048f72bd48a78bd31c10441e3d65915ecec6d8fd4
4
+ data.tar.gz: cf583cafffe5cc3186bd7822be52609a62f0cae704f978a87f5afab3d3b7eb74
5
5
  SHA512:
6
- metadata.gz: f8cf821cfe1260da1f87e7001093cbbca2571087076b8bdb478f58b128399dddd05448648a9c4b15c07346c010cc01bf58a63b94d030179a141d6afbe97f8598
7
- data.tar.gz: da6b7c1337dc893dd131329670594277f3e4da5fbb5b4502a9a7b5c7434cf8e32666397fadbfb3fb570b6196e10d6775d12c9cd3e8cedab9c8e58020f50f11bc
6
+ metadata.gz: 23c93c9743a9b41f57754b81f580d5db88819ca1185432bc96463a786def78396dff7711675159a843b25d7d7ce3b39025ef33374b012b62bd0954c81483374c
7
+ data.tar.gz: fee1f68f24dba3c8973d5e3e2263cd4dfa0192dc77af3bf13b77f4c9cfd3204acc073d070a4200da93a6c9da6a0afec53cb25ee080f7b41440990712f2250a44
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## Kanrisuru 0.19.3 (February 19, 2022) ##
2
+ * Fix bug in `ss` command with passing opts to parser.
3
+
1
4
  ## Kanrisuru 0.19.2 (February 02, 2022) ##
2
5
  * Add `to_h` to result class.
3
6
 
@@ -36,7 +36,7 @@ module Kanrisuru
36
36
  execute_shell(command)
37
37
 
38
38
  Kanrisuru::Result.new(command) do |cmd|
39
- Parser::Ss.parse(cmd, state)
39
+ Parser::Ss.parse(cmd, state, opts)
40
40
  end
41
41
  end
42
42
  end
@@ -6,7 +6,7 @@ module Kanrisuru
6
6
  module Parser
7
7
  class Ss
8
8
  class << self
9
- def parse(command, state)
9
+ def parse(command, state, opts)
10
10
  rows = []
11
11
 
12
12
  ## New lines with tabs are from text overflow
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kanrisuru
4
- VERSION = '0.19.2'
4
+ VERSION = '0.19.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kanrisuru
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.2
4
+ version: 0.19.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Mammina
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-02 00:00:00.000000000 Z
11
+ date: 2022-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel_tests