redipress 0.0.3 → 0.0.4

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
  SHA1:
3
- metadata.gz: a66ae6d877c3fa7b777a481c27b4e689bca89fed
4
- data.tar.gz: 996402566da246e8387c35452d0fdc0a04b2be20
3
+ metadata.gz: c7e665f99ad7e65f8e7a770bb89bac107f18f4e6
4
+ data.tar.gz: 5cc3cd1b8e45d9d2e9695dc2aa830ae712d789b9
5
5
  SHA512:
6
- metadata.gz: dd7b12ffb774b49aa25650ca6c0971b849e3a2192019ece186215740596bdf4dc876cf049671661711dcf3a349140af9c987f5dbbc07b14b140313cc8086efc6
7
- data.tar.gz: a400e6f7a8d9797f168fdef7634d6ed585e88167d38a52d6252d04e30cc18ba1134f3c824da614c1b7764b9600322522b65d8cb9f2128a93e43c9633c2ae28bc
6
+ metadata.gz: bab2878d07607c672a8965d10214bd3db1b886dd8e88ed9a4704560ba80b4cc8d992ac265d8329edaca343f898aba93eee0c73f30ba842a4f9821a04c5aab2e5
7
+ data.tar.gz: ad7b794fbcf2a16fe31c29a3b2fa2b9f5371a2d23ee0d7dd73abfc9bc4f199a62302b3a1259124cf48a5bdf31e591c92185045b599e4429e67e4b933734217d5
@@ -125,6 +125,10 @@ module RediPress
125
125
  # Print a new line
126
126
  new_line
127
127
 
128
+ # Print the configuration's name
129
+ prompt.ok(configuration.name)
130
+ prompt.ok("------------------------------------------------------------")
131
+
128
132
  # Print a table containing the results
129
133
  puts TTY::Table.new(rows: result.map { |k, v| [" #{k} ", " #{v} "] }).render(:ascii)
130
134
  end
@@ -1,5 +1,5 @@
1
1
  module RediPress
2
2
  # The current version of the gem.
3
3
  #
4
- VERSION = '0.0.3'
4
+ VERSION = '0.0.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redipress
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
  - Rediweb Hosting