mux_tf 0.2.1 → 0.2.2

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: 4c60cb54c7514e17f82865850165b25a3146086cc3906e024296d5d9e19b7a7f
4
- data.tar.gz: c2715accbc4a4c1d326db5be541f947a9228ddbd2c36b6c026cbf528baa60498
3
+ metadata.gz: 3a554f0039080c094e9fe4096cc2e93dc66c073de44d18581c10061b927e466c
4
+ data.tar.gz: 8b6ec1f3746db1815c12f21dc62872843c20a59c811a5953e334bfb59fad6daf
5
5
  SHA512:
6
- metadata.gz: ab7c0591caa23fef662acb3a496a38bf8bbbd74fc2aeae8f1e83010f6412312ace34ac68ac2110d0c2ef5eaf01f34a0cdf69b784d3959bfa4a1b036d5dd96ba3
7
- data.tar.gz: c2569420e3dc71a1a2a88fb8ecb636b8be5ad7990ed73612f20459678cebb5731576a37c3ff0830990c423a333fd879494de00a227ed984696e7c63d21c030f0
6
+ metadata.gz: 9868c26137825f6fdb09372488563d46cf51370d13decf64f456b5a6fd9c70073059a382640cf95e570291d91bdfc3d558018914193e8e00496877ecf556a91f
7
+ data.tar.gz: 615146492ddd7462510b431a2b54976dd16d8b3e5c594c46fe61fefa7f8ab51217c87825cee5317a78769dfe0b27d2c85363b5e1ebfe0b951441b3aad171cad3
@@ -65,7 +65,7 @@ module MuxTf
65
65
  log "New version of #{Paint["mux_tf", :cyan]} is available!"
66
66
  log "You are currently on version: #{Paint[VersionCheck.current_gem_version, :yellow]}"
67
67
  log "Latest version found is: #{Paint[VersionCheck.latest_gem_version, :green]}"
68
- log "Run `#{Paint["gem update mux_tf", :green]}` to update!"
68
+ log "Run `#{Paint["gem install mux_tf", :green]}` to update!"
69
69
  log Paint["="*80, :yellow]
70
70
  end
71
71
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MuxTf
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mux_tf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Banasik