mux_tf 0.6.0 → 0.6.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,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86f905c9dcd8264222677f830925cff18e3258d10319be26c339705866ef8118
4
- data.tar.gz: e61638e5a1d0a104debdd034cd7aecb9da34bcdd64fee57444967ba516d21f1b
3
+ metadata.gz: c3852cfdec9e169e15fc8880a3958c286792be20f9f703f5d99a2ddce2e894bb
4
+ data.tar.gz: 2d48d07bbf5ba173fab3da1d090372318bf03c861f59f0123de813cabf3901cb
5
5
  SHA512:
6
- metadata.gz: 120652ac965f70a186dd189a0cd0fd6fba14c2dc2c9421fe654d209e98432a70298079e86ea33107e61d0b163078db72a9d963971af43d4cddb3df499d2a76b9
7
- data.tar.gz: dd063677d9d1f65b8c7e3a4a4d48c7c4bbefec455eda0ce021ddf020c17cb4d4230e0eae17914edec02d3c27a014a97456f4612a46bc11dbbff56fe023d100d5
6
+ metadata.gz: a32888c969e1cf676d806c69edb430fb1d6b212098a7dd60a7848d78033186daaf2c0d3558039d0fcf4008600417c9eec4017b67996cea245c0d55a5f6c129a8
7
+ data.tar.gz: 3a85546e8bad497ef9e103f438237591a53ae6b1a8c365e2d031e1b395c0f278bbbc587159241940df5a3ecfd40d59047a5abaadd16644f0d824b8a0fe7e876c
@@ -128,6 +128,8 @@ module MuxTf
128
128
  case stripped_line
129
129
  when /^Downloading (?<repo>[^ ]+) (?<version>[^ ]+) for (?<module>[^ ]+)\.\.\./
130
130
  print "D"
131
+ when /^Downloading (?<repo>[^ ]+) for (?<module>[^ ]+)\.\.\./
132
+ print "D"
131
133
  when /^- (?<module>[^ ]+) in (?<path>.+)$/
132
134
  print "."
133
135
  when ""
@@ -144,12 +146,10 @@ module MuxTf
144
146
  end
145
147
  case stripped_line
146
148
  when /^- (?<module>[^ ]+) in (?<path>.+)$/
147
- # info = $~.named_captures
148
- # log "- #{info["module"]}", depth: 2
149
149
  print "."
150
150
  when /^Downloading (?<repo>[^ ]+) (?<version>[^ ]+) for (?<module>[^ ]+)\.\.\./
151
- # info = $~.named_captures
152
- # log "Downloading #{info["module"]} from #{info["repo"]} @ #{info["version"]}"
151
+ print "D"
152
+ when /^Downloading (?<repo>[^ ]+) for (?<module>[^ ]+)\.\.\./
153
153
  print "D"
154
154
  when ""
155
155
  puts
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MuxTf
4
- VERSION = "0.6.0"
4
+ VERSION = "0.6.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mux_tf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Banasik
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-08-26 00:00:00.000000000 Z
11
+ date: 2022-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport