fireruby 0.2.1-mswin32 → 0.2.2-mswin32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/doc/CVS/Entries CHANGED
@@ -1,4 +1,4 @@
1
- /README/1.2/Mon Mar 21 09:10:35 2005//
1
+ /README/1.3/Thu Mar 31 08:31:42 2005//
2
2
  /license.txt/1.1/Tue Mar 15 13:40:26 2005//
3
3
  D/classes////
4
4
  D/files////
data/doc/README CHANGED
@@ -1,25 +1,25 @@
1
- == FireRuby Version 0.2.1
2
- This is a bug fix release for version 0.2.0 of the FireRuby library. FireRuby is
3
- an extension to the Ruby language that provides access to the functionality of
4
- the Firebird relational database management system.
1
+ == FireRuby Version 0.2.2
2
+ FireRuby is an extension to the Ruby language that provides access to the C API
3
+ functionality of the Firebird relational database management system.
4
+
5
+ This release is primarily about providing a Linux build of the FireRuby library.
6
+ Thanks go to Ken Kunz for his help in providing the build machine and generating
7
+ the actual build on Linux. Ken noted that the make file generated from the
8
+ extconf.rb script had a CFLAGS entry of 'march=pentium4'. He altered this to
9
+ 'mcpu=i586' which, he informs me, should be compatible across i386
10
+ architectures.
11
+
12
+ Some of the source controlled files and scripts for the library have been
13
+ updated as part of getting the Linux build working. All updates have been
14
+ checked into CVS on Ruby Forge.
5
15
 
6
16
  == Enhancements & Alterations
7
17
 
8
- No new functionality added for this release.
18
+ A gem of the FireRuby library for Linux was added to the release files.
9
19
 
10
20
  == Bug Fixes
11
21
 
12
- - Fixed an intermittent bug that was causing an access violation when the Ruby
13
- interpreter attempted to clean up at exited. The access violation was
14
- occurring in a Firebird function call so I'm not exactly sure why it was
15
- happening. The code has been restructured to bypass the issue.
16
-
17
- - Fixed a bug in the code for the Generator object that was leaving an active
18
- transaction lying around whenever an exception occurred in a call to fetch a
19
- value from the Generator.
20
-
21
- - Fixed a buffer overrun bug were the size of an input string was being used
22
- to determine values written rather than the size of an output field.
22
+ No bugs were fixed for this release.
23
23
 
24
24
  == Issues
25
25
 
@@ -46,13 +46,13 @@ the Ruby Gems package to be installed. Assuming that these installation criteria
46
46
  have been met the library can be installed on Windows by executing a command
47
47
  such as the following...
48
48
 
49
- gem install fireruby-0.2.0-mswin32.gem
49
+ gem install fireruby-0.2.2-mswin32.gem
50
50
 
51
51
  On the Mac OS X platform you may require super user privilege if your Ruby is
52
52
  installed to the default location (i.e. /usr/local/lib). In this case you can
53
53
  use the sudo command to make the installation like this...
54
54
 
55
- sudo gem install fireruby-0.2.0-powerpc-darwin.gem
55
+ sudo gem install fireruby-0.2.2-powerpc-darwin.gem
56
56
 
57
57
  Once the gem installation is complete the FireRuby functionality can be accessed
58
58
  in code with the usual gem style requires...
@@ -68,8 +68,11 @@ OS X the library was built against Firebird installed as a framework, version
68
68
  built against a Ruby installation created using the one-click installer, version
69
69
  1.8.2. The Windows build was created using the freely available Microsoft
70
70
  compilers and SDKs and built against a standard installation of Firebird,
71
- version 1.5.2.
72
-
71
+ version 1.5.2. On Linux the library (I believe) has been linked against the
72
+ Firebird shared object. This being the case then your LD_LIBRARY_PATH
73
+ environment variable will have to be set to include the Firebird lib directory
74
+ if you want to use it.
75
+
73
76
  == So How Do I Use It?
74
77
 
75
78
  This section will provide some examples of usage for the the FireRuby classes.
data/examples/CVS/Entries CHANGED
@@ -1,2 +1,2 @@
1
- /example01.rb/1.1/Mon Mar 21 10:39:41 2005//
1
+ /example01.rb/1.1/Mon Mar 21 10:34:57 2005//
2
2
  D
data/lib/fireruby.so CHANGED
Binary file
data/test/CVS/Entries CHANGED
@@ -1,12 +1,11 @@
1
- /.gdb_history/1.1.1.1/Tue Mar 15 10:36:35 2005//
2
1
  /ConnectionTest.rb/1.2/Mon Mar 21 08:55:55 2005//
3
2
  /DDLTest.rb/1.2/Mon Mar 21 08:55:55 2005//
4
- /DatabaseTest.rb/1.2/Mon Mar 21 08:55:55 2005//
3
+ /DatabaseTest.rb/1.3/Thu Mar 31 08:28:48 2005//
5
4
  /GeneratorTest.rb/1.2/Mon Mar 21 08:55:55 2005//
6
5
  /ResultSetTest.rb/1.2/Mon Mar 21 08:55:55 2005//
7
6
  /RowTest.rb/1.1/Mon Mar 21 09:14:27 2005//
8
7
  /SQLTest.rb/1.2/Mon Mar 21 08:55:55 2005//
9
- /StatementTest.rb/1.2/Mon Mar 21 08:55:55 2005//
8
+ /StatementTest.rb/1.3/Thu Mar 31 08:32:09 2005//
10
9
  /TestSetup.rb/1.1.1.1/Tue Mar 15 10:37:07 2005//
11
10
  /TransactionTest.rb/1.2/Mon Mar 21 08:55:55 2005//
12
11
  /UnitTest.rb/1.2/Mon Mar 21 08:55:55 2005//
metadata CHANGED
@@ -3,15 +3,15 @@ rubygems_version: 0.8.8
3
3
  specification_version: 1
4
4
  name: fireruby
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.1
7
- date: 2005-03-30
6
+ version: 0.2.2
7
+ date: 2005-04-12
8
8
  summary: Ruby interface library for the Firebird database.
9
9
  require_paths:
10
10
  - lib
11
11
  email: paw220470@yahoo.ie
12
12
  homepage: http://rubyforge.org/projects/fireruby/
13
13
  rubyforge_project:
14
- description:
14
+ description: FireRuby is an extension to the Ruby programming language that provides access to the Firebird open source RDBMS. FireRuby is based in the Firebird C API and has no additional dependencies. The FireRuby library wraps the API calls in a Ruby OO interface.
15
15
  autorequire: fireruby
16
16
  default_executable:
17
17
  bindir: bin