similar to: rubygems

Displaying 20 results from an estimated 10000 matches similar to: "rubygems"

2004 Mar 14
3
Re: RubyGems 0.2.0
Hello Chad, I installed and tried out rubygems for one of the win32-utils projects named win32-mmap. This is on Win XP (Home). Here is how I did it but got some errors (see at the end). I must be doing something wrong. Please help ... -- Shashank #------------------------------------------------------------ require ''rubygems'' spec = Gem::Specification.new do |s|
2006 Oct 23
0
Need some help with MMap# and MMap#=
Hi all, At RubyConf this year I talked about win32-mmap with Patrick Hurley and Ara Howard. Ara mentioned that Guy''s version of mmap (for Unix) contains some string-like methods that let you access pieces of the view like a string. Patrick and I came up with this (which requires the latest windows-pr in cvs so that we can use a more flexible version of memcpy, as well as some
2005 Jun 04
0
Gem problem
Hi all, I''m trying to build some gems for the Win32Utils packages, but I''m having a problem. Below is the gemspec. Specifically, the issue seems to be the require_path. If I set it to "lib", it sets the path properly, but installs the .so file in the wrong place - it puts it under lib, instead of lib/win32. However, if I specify ''lib/win32'' it
2005 May 06
0
Ruby code to create junctions on NTFS volumes.
> -----Original Message----- > From: win32utils-devel-bounces@rubyforge.org > [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of > Zach Dennis > Sent: Thursday, May 05, 2005 4:25 PM > To: Development and ideas for win32utils projects > Subject: Re: [Win32utils-devel] Ruby code to create junctions > on NTFS volumes. > > > Timothy Byrd wrote: > >
2007 Feb 17
0
last call for the MountainWest Ruby Conf
If you live in the Mountain West (Colorado, Arizona, Idaho, Nevada, and Utah), or don''t mind a bit of travel, You should look into the 2007 MountainWest RubyConf in Salt Lake City, Utah on March 16th and 17th. We''ve got a great line up of speakers, including the JRuby team, Ara T Howard, and a keynote by Chad Fowler. Registration is just $50, hotels are affordable, and pre/post
2005 Jul 15
1
Win32OLE ?
Dan/Park, What are your thoughts about implemented portion of the win32utils family that are written in ruby utilizing WIN32OLE. I have found myself writing decent amount of ruby code accessing the Windows Scripting Host (WSH) object models. I have a few scripts which could be added. I do not believe the functionality is currently available with win32utils: - map network drives -
2007 Sep 12
2
RubyConf 2007?
Hi all, Is anyone on the list going to RubyConf this year? I don''t know yet if I''m going to go. I''m still thinking about it. Regards, Dan
2005 Dec 01
1
service_cli.rb
Hi, I just got done using win32/service to run a very small/hack-ish "Riki" WEBrick service. Very cool stuff. Thanks. So, in the process, I noticed a lot of the "control" start/install/etc. command line parser stuff looked a bit boilerplate, so I pulled it out into a helper function "service_cli" (for lack of a better name). Its simple, but it allows me to do away
2007 Sep 21
0
win32-service of win32utils
Ah, excellent. Glad you got it figured out! Regards, Dan Yuhong Liu wrote: > Hi Dan, > > I think I have figured out the problem. The issue is because of the > setting of service type. So by default the service type is set as > Service::WIN32_OWN_PROCESS | Service::INTERACTIVE_PROCESS. This means > the service is configured to interact with the desktop, you cannot >
2005 Sep 28
1
[ win32utils-Bugs-2532]Etc::Admin.configure_group problem
> -----Original Message----- > From: win32utils-devel-bounces at rubyforge.org > [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of > Park Heesob > Sent: Wednesday, September 28, 2005 3:05 AM > To: Development and ideas for win32utils projects > Subject: Re: [Win32utils-devel] [ > win32utils-Bugs-2532]Etc::Admin.configure_group problem > > > Hi,
2007 Sep 19
1
Fwd: win32-service of win32utils
Any ideas folks? Thanks, Dan ---------- Forwarded message ---------- From: Kay <serphakay at hotmail.com> Date: Sep 19, 2007 10:52 AM Subject: win32-service of win32utils To: djberg96 at gmail.com I''m writing some scripts to programmatically change the user account of running a windows service. So I downloaded one of the windows utilities, win32-service, and wrote my scripts.
2007 Oct 28
1
Won''t be at RubyConf
Hi all Sorry folks, I won''t be at RubyConf this year. I burned up the travel budget with a trip to Thailand, a makeup trip to Florida, and I''m headed to Florida again this Christmas. At least this gives me more time to work on Wuby. :) Regards, Dan
2006 Oct 13
2
win32-mmap - trying to marshal self
Hi all, I realized the current implmentation has a problem - you can only get the last value set? I realized, after looking at the old C code, that it actually stores values in a hash and marshals the hash, not the values themselves. That seemed clunky to me, though. I thought it would be more interesting if we just marshalled the entire mmap object and passed that back and forth.
2005 May 03
0
Symlinks for Windows
> Zach Dennis wrote: > >> I can see where confusion may play a part. I will second ''junction''. Any >> idea on the time, effort or level of difficulty on putting this in ruby? > ^^^^^^^^^^^^^^^^^^^^^^^^^ > > I mean putting this in a ruby extension. =) Back in mid-March, I''d posted code for creating junctions and getting the target of a
2004 Mar 01
0
RE: win32etc test failure
Excellent! Like I said, I really need to do some code cleanup. I''ll also be adding the config_group and config_user methods :) Dan -----Original Message----- From: Date, Shashank [Non-Employee] [mailto:Shashank.Date@mail.sprint.com] Sent: Monday, March 01, 2004 10:19 AM To: Berger, Daniel Subject: RE: [Win32utils-devel] RE: win32etc test failure That worked ! Now everything is
2006 Aug 21
0
[ win32utils-Bugs-5479 ] Incorrect SetLastErrordeclarations
Fixed in CVS. > -----Original Message----- > From: win32utils-devel-bounces at rubyforge.org > [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of > noreply at rubyforge.org > Sent: Monday, August 21, 2006 5:44 AM > To: noreply at rubyforge.org > Subject: [Win32utils-devel] [ win32utils-Bugs-5479 ] > Incorrect SetLastErrordeclarations > > > Bugs
2004 Mar 01
0
RE: win32etc test failure
For delete_user, try this patch: etc.c, line 639: - lpHost = (LPCWSTR)STR2CSTR(rbHost); +lpHost = AllocWideLString(rbHost); Lemme know how it goes. Dan -----Original Message----- From: win32utils-devel-bounces@rubyforge.org [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of win32utils-devel@rubyforge.org Sent: Monday, March 01, 2004 10:02 AM To: Date, Shashank [Non-Employee] Cc:
2006 May 18
0
Need a little help withthe pureRubywin32-eventlog
Note to anyone paying attention - this was solved off list. Apparently I just goofed the patch. Dan > -----Original Message----- > From: win32utils-devel-bounces at rubyforge.org > [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of > Daniel Berger > Sent: Wednesday, May 17, 2006 10:24 PM > To: Development and ideas for win32utils projects > Subject: Re:
2006 Feb 28
0
Want To Listen To Chad Fowler''s Keynote Presentation?
Chad Fowler gave two keynote presentations at CUSEC 2006 in January. The second one he gave was entitled "Rails is Boring and Ruby is a Toy" and is available through the SOENlive podcast. For those handful who might of not heard of Chad Fowler yet, he is the author of "Rails Recipes" which is presently available as a beta book. (Great book, you should get it out)
2004 Oct 04
2
open3 for windows
Hi all, The topic of creating a unified API for open3 for Windows came up at RubyConf 2004 this year. Park, I was wondering if you would mind if we modified win32_popen so that the API matches the open3 library that ships with Ruby. This also means deciding whether or not to leave in the open2, open4, and posix stuff. I guess it doesn''t hurt to leave this in, although Open3.open4