Commit 0a8e1a418d3e0ff45db1751e02fc72e08e5707b0

Fixing release files

Commit diff

ChangeLog

 
02007-01-21 Tanaka Akira <akr@fsij.org>
1
2 * usb.c: include st.h.
3 fix a compile error on MacOS X reported by Tony Buser.
4
52007-01-10 Tanaka Akira <akr@fsij.org>
6
7 * lib/usb.rb (USB.each_device_by_class): new method.
8
92007-01-10 Tanaka Akira <akr@fsij.org>
10
11 * ruby-usb 0.1 released.
12
toggle raw diff

History.txt

 
99
1010* lib/usb.rb (USB.each_device_by_class): new method. Tanaka Akira <akr@fsij.org>
1111
12=== 0.1 / 2007-01-10
12== 0.1 / 2007-01-10
1313
1414* First release. Tanaka Akira <akr@fsij.org>
1515
toggle raw diff

Manifest.txt

 
11COPYING
2ChangeLog
32History.txt
43Manifest.txt
54README.txt
toggle raw diff

Rakefile

 
33
44Hoe.new('ruby-usb', '0.1.1') do |p|
55 p.summary = "Tanaka Akira's ruby-usb packaged as gems"
6 p.remote_rdoc_dir = ''
67 p.developer('Aslak Hellesøy', 'aslak.hellesoy@gmail.com')
78 p.developer('Tanaka Akira', 'akr@fsij.org')
89 p.clean_globs = ['ext/Makefile', 'ext/mkmf.log', 'ext/usb.bundle', 'ext/usb.o', 'lib/usb.so']
toggle raw diff