From djberg96 at gmail.com Wed Jun 1 22:12:47 2005 From: djberg96 at gmail.com (Daniel Berger) Date: Wed Jun 1 22:05:54 2005 Subject: [Win32utils-devel] win32-pathname in cvs Message-ID: <429E6B1F.9080700@gmail.com> Hi all, Just wanted to let you know that I've got a working implementation of win32-pathname checked into CVS at the moment. There are both C and pure Ruby versions, but at the moment, the pure Ruby version has a richer API. This is a version of the Pathname class specially tailored for Win32 platforms, with a few extra methods, and proper handling of paths on Win32, including UNC paths. Let me know what you think. Unless there is strenuous objection, I'll probably release this next week or so. Regards, Dan From djberg96 at gmail.com Sat Jun 4 12:11:42 2005 From: djberg96 at gmail.com (Daniel Berger) Date: Sat Jun 4 12:04:47 2005 Subject: [Win32utils-devel] Gem problem Message-ID: <42A1D2BE.2010709@gmail.com> 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 puts it in the proper location, but then the $LOAD_PATH is wrong. I mean, as things stand now, you could just do 'require "ipc"' and it would work. However, it should be setup to work if you do 'require "win32/ipc"' - that's what I'm going for. Please toy with this and see if you can make it work. Thanks, Dan spec = Gem::Specification.new do |gem| gem.name = "win32-ipc" gem.version = "0.4.1" gem.author = "Daniel J. Berger" gem.email = "djberg96@gmail.com" gem.homepage = "http://www.rubyforge.org/projects/win32utils" gem.platform = Gem::Platform::WIN32 gem.summary = "A base class for Win32 synchronization objects." gem.require_path = "lib" gem.test_file = "test/tc_ipc.rb" gem.has_rdoc = true gem.extra_rdoc_files = ["CHANGES","README"] gem.extensions = ["extconf.rb"] gem.rubyforge_project = "win32utils" files = Dir["doc/*"] + Dir["examples/*"] + Dir["lib/win32/*"] files += Dir["test/*"] + Dir["[A-Z]*"] files.delete_if{ |item| item.include?("CVS") } gem.files = files end if $0 == __FILE__ Gem.manage_gems Gem::Builder.new(spec).build end From Daniel.Berger at qwest.com Mon Jun 6 15:16:26 2005 From: Daniel.Berger at qwest.com (Berger, Daniel) Date: Mon Jun 6 15:12:11 2005 Subject: [Win32utils-devel] Project idea - GDS Message-ID: <39AA6550E5AA554AB1456707D6E5563D0DCB88@QTOMAE2K3M01.AD.QINTRA.COM> Hi all, I was just reading about "Kongulo" on onlamp.com, and I thought a fun project for someone else might be a Google Desktop Search Ruby package of some sort. GDS: http://desktop.google.com/index.html Kongulo: http://www.onlamp.com/pub/a/python/2005/06/01/kongulo.html Regards, Dan From noreply at rubyforge.org Fri Jun 24 23:48:32 2005 From: noreply at rubyforge.org (noreply@rubyforge.org) Date: Sat Jun 25 02:11:40 2005 Subject: [Win32utils-devel] [ win32utils-Feature Requests-1201 ] add shortcut to installer Message-ID: <200506250348.j5P3mWiZ027515@rubyforge.org> Feature Requests item #1201, was opened at 2004-12-13 13:17 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=414&aid=1201&group_id=85 Category: win32-shortcut Group: None >Status: Closed >Resolution: Accepted Priority: 3 Submitted By: Nobody (None) Assigned to: Shashank Date (shashank) Summary: add shortcut to installer Initial Comment: win32 shortcut is missing from the win32utils installer ---------------------------------------------------------------------- >Comment By: Daniel Berger (djberg96) Date: 2005-06-24 20:48 Message: I believe this was added in 0.0.3. It's definitely in 0.0.4. ---------------------------------------------------------------------- Comment By: Daniel Berger (djberg96) Date: 2004-12-17 20:39 Message: Logged In: YES user_id=109 It will definitely be added, along with a couple of other things. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=414&aid=1201&group_id=85