docker-rainbow 0.1.0 → 0.1.1

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: 57676b6de93c1ed4dc502c7a83656ecb8eb4082d
4
- data.tar.gz: 0d4a027e6676fb07393ba60d895287f2c9d4146d
3
+ metadata.gz: 86c46c8ff7a06784ebb66a196af4dc2101c2d9b4
4
+ data.tar.gz: c17db142339433a16c4298b667bad4ee2b1a8535
5
5
  SHA512:
6
- metadata.gz: acc9adc6da0606edd8145ff414b05ec0373bc39801078e62da03091e77c5e810d7e1c6c7e5f8c51bdf4dc7e8a5aeecc987e1217b12690c8c70d5da394b1eeacd
7
- data.tar.gz: dfdc49afe47b3c96ceac9bfdaab223a968ffef7d9a351950bd3653dfc7ea568f7cbd914dd1b6d40ecc59c5c04f98af9d2ca2aa3aeb9b19b3099a3f649c33e8cc
6
+ metadata.gz: 9cd4680c8112a62e634cd8baeb9d5a6a141365cb1e2466b8d7f0309886254258205681b4c022ccdc6ad66be9441173c7758d5f5b91d905c99d0d5d737493ec0b
7
+ data.tar.gz: 82f0bee9800870536d83ea2c8eb941048f5879a317e3ede5a7e91a16a9891ce445c360e093b418088dacbe602629fa4cac0929f793fc0c9901839744a735267b
@@ -38,6 +38,11 @@ module Docker
38
38
  output.split("\n")
39
39
  end
40
40
 
41
+ # The color of all the containers that this rainbow will name. Chosen
42
+ # from the palette during #initialize and does not change thereafter.
43
+ # @return [String]
44
+ attr_reader :color
45
+
41
46
  # @param [String] project a prefix that comes before the colors, default
42
47
  # is none
43
48
  # @param [Array] colors a list of colors to choose from, default is the
@@ -1,5 +1,5 @@
1
1
  module Docker
2
2
  class Rainbow
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docker-rainbow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tony Spataro