[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Mr Bones 2.4.1 (Lacrimal

Chauk-Mean P.

3/2/2009 8:43:00 PM

Hi,

Tim Pease wrote:
> Mr Bones version 2.4.1
> by Tim Pease
> http://codeforpeople.rubyforge...
> (the "Lacrimal" release)
>
> == CHANGES
>
> * 1 minor enhancement
> - jruby 1.2 compatability [Emmanuel Pirsch]

I'm just wondering whether rubyforge is the correct place for Mr Bones
bug report/feature request.

http://rubyforge.org/tracker/index.php?func=detail&aid=23877&group_id=1024&...

If not, can you tell me where I should file the request.
If so, thanks for taking into account this request.

Cheers.

Chauk-Mean.
--
Posted via http://www.ruby-....

4 Answers

Tim Pease

3/2/2009 8:58:00 PM

0


On Mar 2, 2009, at 1:43 PM, Chauk-Mean Proum wrote:

> Hi,
>
> Tim Pease wrote:
>> Mr Bones version 2.4.1
>> by Tim Pease
>> http://codeforpeople.rubyforge...
>> (the "Lacrimal" release)
>>
>> == CHANGES
>>
>> * 1 minor enhancement
>> - jruby 1.2 compatability [Emmanuel Pirsch]
>
> I'm just wondering whether rubyforge is the correct place for Mr Bones
> bug report/feature request.
>
> http://rubyforge.org/tracker/index.php?func=detail&aid=23877&group_id=1024&...
>
> If not, can you tell me where I should file the request.
> If so, thanks for taking into account this request.
>

I took a look at the bug report.

1) Regarding the dependency on rake, this is needed in order for the
Mr Bones gems to install properly on ruby 1.8.* systems.

2) Regarding openssl, this is used by the SMTP/TLS security layer to
communicate with gmail when sending out announcements of new releases.

I can make the second conditionally available -- it won't try to load
the SMTP/TLS code unless the OpenSSL libraries are present. However,
the rake dependency does need to remain.

Thanks for the bug report.

Blessings,
TwP

Chauk-Mean P.

3/2/2009 10:57:00 PM

0

Hi,

Tim Pease wrote:
> I took a look at the bug report.
>
> 1) Regarding the dependency on rake, this is needed in order for the
> Mr Bones gems to install properly on ruby 1.8.* systems.
>
> 2) Regarding openssl, this is used by the SMTP/TLS security layer to
> communicate with gmail when sending out announcements of new releases.
>
> I can make the second conditionally available -- it won't try to load
> the SMTP/TLS code unless the OpenSSL libraries are present. However,
> the rake dependency does need to remain.
>

Thanks. I'm looking forward the next release.

Cheers.

Chauk-Mean.
--
Posted via http://www.ruby-....

Tim Pease

3/3/2009 3:59:00 PM

0

On Mar 2, 2009, at 3:56 PM, Chauk-Mean Proum wrote:

> Hi,
>
> Tim Pease wrote:
>> I took a look at the bug report.
>>
>> 1) Regarding the dependency on rake, this is needed in order for the
>> Mr Bones gems to install properly on ruby 1.8.* systems.
>>
>> 2) Regarding openssl, this is used by the SMTP/TLS security layer to
>> communicate with gmail when sending out announcements of new
>> releases.
>>
>> I can make the second conditionally available -- it won't try to load
>> the SMTP/TLS code unless the OpenSSL libraries are present. However,
>> the rake dependency does need to remain.
>>
>
> Thanks. I'm looking forward the next release.
>

It has been released! Mr Bones 2.4.2 is now on the rubyforge mirrors.
Just didn't make a big new announcement.

Blessings,
TwP


Chauk-Mean P.

3/4/2009 9:01:00 AM

0

Hi Tim,

Tim Pease wrote:
>
> It has been released! Mr Bones 2.4.2 is now on the rubyforge mirrors.
> Just didn't make a big new announcement.
>

Thanks for this new release with the removal for the mandatory openssl
dependency.

FYI, some feedbacks regarding the rake dependency :

1/ For ruby-1.9, this dependency can be easily workarounded, I've just
downloaded the bones gem and forced the installation with :
gem install -l -f bones

2/ I have found a little issue when I try to create a project on MinGW :

C:\HOME\mingw>ruby -v
ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-mingw32]

C:\HOME\mingw>bones create bones-app
Created 'bones-app'
Now you need to fix these files
C:/opt/ruby-1.9.1-mingw/bin/ruby: No such file or directory -- rake
(LoadError)

The problem is that the installation of ruby-1.9 on Windows (both MSVC
and MinGW builds) does not install the shell version of ruby commands
(irb, gem, rake ...). Only the windows .bat files are installed.

I've just copied the shell version of rake (from the bin directory or
the ruby source archive to the bin directory of my ruby installation),
then the problem disappeared.

I'm just wondering whether the above rake check is still relevant for
ruby-1.9.

Cheers.

Chauk-Mean.
--
Posted via http://www.ruby-....