[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] One-Click Installer 182-14 Final -- Happy New Year!

Curt Hibbs

1/1/2005 10:01:00 AM

Finally, after what seemed to be an endless series
of release candidates, I am happy to announce the
final release of version 182-14. Happy New Year!

This release of the One-Click Ruby Installer for
Windows is built from Ruby 1.8.2 final. It includes
OpenSSL, and upgrades RubyGems and FreeRIDE to their
latest versions.

You can download this release from:
http://rubyforge.org/frs/?gr...

Curt

Changes Since 1.8.1-13:
- This is a build of Ruby 1.8.2 final.
- Added start menu shortcuts for the RubyGems
RDoc Server, and for viewing the RDoc of
all installed gems.
- Added OpenSSL 0.9.7e
- Added RubyGems 0.8.3
- Added FreeRIDE 0.9.2
- Updated FXRuby to 1.2.2
- Upgraded Ruby-odbc to version 0.994
- TCL/TK support no longer sets any environment
variables.
- Corrected missing OpenGL support.
- Added Start Menu shortcuts to documentation
on ruby-doc.org.
- Eliminated the installer dialog message that
warned you might need to reboot your system.
This allows for unattended installs using the
command-line arguments:
/S /D=<install dir>
- Changed the layout of the Windows registry
entries.
- Fixed a typo in a windows registry entry
(bug 643).
- Upgraded Expat to version 1.95.7
- Upgraded DBI to 0.23


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.298 / Virus Database: 265.6.7 - Release Date: 12/30/2004



35 Answers

Matt Mower

1/1/2005 10:55:00 AM

0

On Sat, 1 Jan 2005 19:01:05 +0900, Curt Hibbs <curt@hibbs.com> wrote:
> Finally, after what seemed to be an endless series
> of release candidates, I am happy to announce the
> final release of version 182-14. Happy New Year!
>

Great way to start the new year. Many thanks Curt!

M

--
Matt Mower :: http://matt...


Stephan Kämper

1/1/2005 11:23:00 AM

0

Curt Hibbs wrote:
> Finally, after what seemed to be an endless series
> of release candidates, I am happy to announce the
> final release of version 182-14. Happy New Year!

Great work! A happy new year to you too.

> Changes Since 1.8.1-13:
....
> - Updated FXRuby to 1.2.2

One question though:

Can I FXRuby 1.0.29 with 1CI (One-Click-Installer)?

If yes, how would I do it?
The Installer for 1.0.29 is made for Ruby 1.8.1. Would I have to expect
problems because of that?

Happy new year to everyone and happy rubying, too

Stephan

James Britt

1/1/2005 5:42:00 PM

0

Curt Hibbs wrote:
> Finally, after what seemed to be an endless series
> of release candidates, I am happy to announce the
> final release of version 182-14. Happy New Year!
>
> This release of the One-Click Ruby Installer for
> Windows is built from Ruby 1.8.2 final. It includes
> OpenSSL, and upgrades RubyGems and FreeRIDE to their
> latest versions.
>
> You can download this release from:
> http://rubyforge.org/frs/?gr...

Thanks, this is sweet.

>
> Curt
>
> Changes Since 1.8.1-13:
...
> - Added OpenSSL 0.9.7e

with the result that net-ssh works like a charm! Time to rethink my
admin scripts.

Thanks again, and happy new year!


James



Curt Hibbs

1/2/2005 6:26:00 AM

0

Stephan Kämper wrote:
>
>
> Can I FXRuby 1.0.29 with 1CI (One-Click-Installer)?
>
> If yes, how would I do it?
> The Installer for 1.0.29 is made for Ruby 1.8.1. Would I have to expect
> problems because of that?

Sure you can.

The version of FXRuby included in the one-click installer is the 1.2.2
rubygem. Since FXRuby 1.0.29 is a normal windows installer, you'll need to
first uninstall the 1.2.2 rubygem:

gem uninstall FXRuby

and then install FXRuby 1.0.29.

Curt



--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.298 / Virus Database: 265.6.7 - Release Date: 12/30/2004



Lyle Johnson

1/3/2005 3:42:00 AM

0

On Sun, 2 Jan 2005 15:26:16 +0900, Curt Hibbs <curt@hibbs.com> wrote:

> The version of FXRuby included in the one-click installer is the 1.2.2
> rubygem. Since FXRuby 1.0.29 is a normal windows installer, you'll need to
> first uninstall the 1.2.2 rubygem:
>
> gem uninstall FXRuby
>
> and then install FXRuby 1.0.29.

Actually, FXRuby versions 1.0.29 and 1.2.2 should be able to co-exist
on the same installation; that is, he doesn't have to unstall the
1.2.2 gem unless he just wants to reclaim the space disk used by that
gem.

What I have not verified is whether the FXRuby 1.0.29 installer, which
was built against Ruby 1.8.1, will work properly with this Ruby 1.8.2
installer. My gut feeling is that it won't, but I haven't actually
checked this out.


Curt Hibbs

1/3/2005 3:51:00 AM

0

Lyle Johnson wrote:
>
> On Sun, 2 Jan 2005 15:26:16 +0900, Curt Hibbs <curt@hibbs.com> wrote:
>
> > The version of FXRuby included in the one-click installer is the 1.2.2
> > rubygem. Since FXRuby 1.0.29 is a normal windows installer,
> you'll need to
> > first uninstall the 1.2.2 rubygem:
> >
> > gem uninstall FXRuby
> >
> > and then install FXRuby 1.0.29.
>
> Actually, FXRuby versions 1.0.29 and 1.2.2 should be able to co-exist
> on the same installation; that is, he doesn't have to unstall the
> 1.2.2 gem unless he just wants to reclaim the space disk used by that
> gem.
>
> What I have not verified is whether the FXRuby 1.0.29 installer, which
> was built against Ruby 1.8.1, will work properly with this Ruby 1.8.2
> installer. My gut feeling is that it won't, but I haven't actually
> checked this out.

Since late last summer, all release candidates of the one-click installer
for 1.8.2 have included FXRuby 1.0.29, and FreeRIDE (my test vehicle for
making sure tat FXRuby is working) worked just fine. I only recently
switched to FXRuby 1.2.2 (I think in rc9 or rc10).

Curt



--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.298 / Virus Database: 265.6.7 - Release Date: 12/30/2004



Stephan Kämper

1/3/2005 7:35:00 AM

0

Lyle Johnson wrote:
> Actually, FXRuby versions 1.0.29 and 1.2.2 should be able to co-exist
> on the same installation; that is, he doesn't have to unstall the
> 1.2.2 gem unless he just wants to reclaim the space disk used by that
> gem.

I don't mind the extra disk space used by the 1.2.2 gem. In fact,
migrating from 1.0.29 to 1.2.2 is easier with both of them working. :-)


> What I have not verified is whether the FXRuby 1.0.29 installer, which
> was built against Ruby 1.8.1, will work properly with this Ruby 1.8.2
> installer. My gut feeling is that it won't, but I haven't actually

That's the answer to my original question: "The Installer for 1.0.29 is
made for Ruby 1.8.1. Would I have to expect problems because of that?"

Up to now, I didn't run into any problems with the combination Ruby
1.8.2 / FXRuby_1.0.29_for_Ruby_1.8.1. (Apparently the one-click
installer didn't either.)

Thanks for your help and comments!

Stephan

Johan Nilsson

1/3/2005 11:52:00 AM

0


"Curt Hibbs" <curt@hibbs.com> wrote in message
news:EAENKKNOJPMNCDMLDOMLMEJMHEAA.curt@hibbs.com...
> Finally, after what seemed to be an endless series
> of release candidates, I am happy to announce the
> final release of version 182-14. Happy New Year!
>

I don't know if it's only me, but the installer doesn't seem to update the
path properly. After deinstalling 1.8.2-14 RC9 and installing the final
release I'm no longer able to simply execute 'ruby' from the command line.
Starting FreeRIDE also complains about missing rubyw. Simply running a
script by e.g. "sample.rb" seems to work fine.

I installed as a user with administrative rights on two machines, and the
same problem applies to both. What's probably worth noting is that neither
of these accounts is the default adminstrative account.

Platform is WinXP Pro SP1 / SP2 (on the two machines I've tried).

Regards // Johan


Johan Nilsson

1/3/2005 11:52:00 AM

0


"Curt Hibbs" <curt@hibbs.com> wrote in message
news:EAENKKNOJPMNCDMLDOMLMEJMHEAA.curt@hibbs.com...
> Finally, after what seemed to be an endless series
> of release candidates, I am happy to announce the
> final release of version 182-14. Happy New Year!
>

I don't know if it's only me, but the installer doesn't seem to update the
path properly. After deinstalling 1.8.2-14 RC9 and installing the final
release I'm no longer able to simply execute 'ruby' from the command line.
Starting FreeRIDE also complains about missing rubyw. Simply running a
script by e.g. "sample.rb" seems to work fine.

I installed as a user with administrative rights on two machines, and the
same problem applies to both. What's probably worth noting is that neither
of these accounts is the default adminstrative account.

Platform is WinXP Pro SP1 / SP2 (on the two machines I've tried).

Regards // Johan


Johan Nilsson

1/3/2005 11:52:00 AM

0


"Curt Hibbs" <curt@hibbs.com> wrote in message
news:EAENKKNOJPMNCDMLDOMLMEJMHEAA.curt@hibbs.com...
> Finally, after what seemed to be an endless series
> of release candidates, I am happy to announce the
> final release of version 182-14. Happy New Year!
>

I don't know if it's only me, but the installer doesn't seem to update the
path properly. After deinstalling 1.8.2-14 RC9 and installing the final
release I'm no longer able to simply execute 'ruby' from the command line.
Starting FreeRIDE also complains about missing rubyw. Simply running a
script by e.g. "sample.rb" seems to work fine.

I installed as a user with administrative rights on two machines, and the
same problem applies to both. What's probably worth noting is that neither
of these accounts is the default adminstrative account.

Platform is WinXP Pro SP1 / SP2 (on the two machines I've tried).

Regards // Johan