Re: [Puppet-dev] [PATCH/puppet 1/2] Fixed #6555 - Ruby 1.9.x warning: class variable access from toplevel

2011-03-02 Thread Markus Roberts
+1 On Wed, Mar 2, 2011 at 12:47 PM, James Turnbull wrote: > This came from the use of the @@colormap class variable. > > The variables has been changed to a constant. > > Signed-off-by: James Turnbull > --- > lib/puppet/util/log/destinations.rb |6 +++--- > 1 files changed, 3 insertions(+),

[Puppet-dev] [PATCH/puppet 1/2] Fixed #6555 - Ruby 1.9.x warning: class variable access from toplevel

2011-03-02 Thread James Turnbull
This came from the use of the @@colormap class variable. The variables has been changed to a constant. Signed-off-by: James Turnbull --- lib/puppet/util/log/destinations.rb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/puppet/util/log/destinations.rb b/lib/p