Re: [Ironruby-core] Error Using Bewildr Gem in V1.1.2

2011-02-10 Thread Jones, Larry
Nat Ritmeyer Sent: Thursday, February 10, 2011 3:48 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Error Using Bewildr Gem in V1.1.2 Fixed! I've just pushed a new version of bewildr (0.1.11) to allow running under ironruby 1.1.1 and 1.1.2. You can read about the fix here:

Re: [Ironruby-core] Error Using Bewildr Gem in V1.1.2

2011-02-10 Thread Nat Ritmeyer
Fixed! I've just pushed a new version of bewildr (0.1.11) to allow running under ironruby 1.1.1 and 1.1.2. You can read about the fix here: http://www.natontesting.com/2011/02/10/bewildr-and-ironruby-1-1-2/ -- Posted via http://www.ruby-forum.com/. ___

Re: [Ironruby-core] Error Using Bewildr Gem in V1.1.2

2011-02-10 Thread Thibaut Barrère
-- Thibaut > > > > Tomas > > > > From: ironruby-core-boun...@rubyforge.org > [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Thibaut Barrère > Sent: Wednesday, February 09, 2011 11:00 AM > To: ironruby-core@rubyforge.org > Subject: Re: [I

Re: [Ironruby-core] Error Using Bewildr Gem in V1.1.2

2011-02-09 Thread Tomas Matousek
nruby-core@rubyforge.org Subject: Re: [Ironruby-core] Error Using Bewildr Gem in V1.1.2 Hi Larry, undefined method `flatten' for {:name=>"Modeling"}:Hash (NoMethodError) I can reproduce this here as well: https://gist.github.com/819024 My understanding is that Hash#flatten only exis

Re: [Ironruby-core] Error Using Bewildr Gem in V1.1.2

2011-02-09 Thread Thibaut Barrère
Hi Larry, undefined method `flatten' for {:name=>"Modeling"}:Hash (NoMethodError) > I can reproduce this here as well: https://gist.github.com/819024 My understanding is that Hash#flatten only exist on 1.9 and not on 1.8. Is there a regression here maybe ? -- Thibaut __