The HAML_GEMSPEC constant is set when the haml.gemspec file is loaded. This warning presumably occurs because Bundler is loading the file more than once. I'd say it's a Bundler bug.
On Mon, Mar 15, 2010 at 1:39 PM, mz <[email protected]> wrote: > i am getting the following annoying messages whenever i start thin or > the rails console: > > /Users/z3cko/.bundle/ruby/1.8/bundler/gems/haml- > f80647e55c738bc68fcbb53bae23448ef58de128-master/haml.gemspec:8: > warning: already initialized constant HAML_GEMSPEC > > what am i doing wrong? i already tried > gem "haml", :git => "git://github.com/nex3/haml.git", :require => > false > > but that didn't change anything... > > any suggestions? > > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected] <haml%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
