mssqlclient 0.1.0

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.
Binary file
@@ -0,0 +1,63 @@
1
+ // Microsoft Visual C++ generated resource script.
2
+ //
3
+ #include "resource.h"
4
+
5
+ #define APSTUDIO_READONLY_SYMBOLS
6
+
7
+ /////////////////////////////////////////////////////////////////////////////
8
+ #undef APSTUDIO_READONLY_SYMBOLS
9
+
10
+ /////////////////////////////////////////////////////////////////////////////
11
+ // English (U.S.) resources
12
+
13
+
14
+ /////////////////////////////////////////////////////////////////////////////
15
+ //
16
+ // Icon
17
+ //
18
+
19
+ // Icon placed first or with lowest ID value becomes application icon
20
+
21
+ LANGUAGE 9, 1
22
+ #pragma code_page(1252)
23
+ 1 ICON "app.ico"
24
+
25
+ #ifdef APSTUDIO_INVOKED
26
+ /////////////////////////////////////////////////////////////////////////////
27
+ //
28
+ // TEXTINCLUDE
29
+ //
30
+
31
+ 1 TEXTINCLUDE
32
+ BEGIN
33
+ "resource.h\0"
34
+ "\0"
35
+ END
36
+
37
+ 2 TEXTINCLUDE
38
+ BEGIN
39
+ "#include ""afxres.h""\r\n"
40
+ "\0"
41
+ END
42
+
43
+ 3 TEXTINCLUDE
44
+ BEGIN
45
+ "\0"
46
+ END
47
+
48
+ #endif // APSTUDIO_INVOKED
49
+
50
+ /////////////////////////////////////////////////////////////////////////////
51
+
52
+
53
+
54
+ #ifndef APSTUDIO_INVOKED
55
+ /////////////////////////////////////////////////////////////////////////////
56
+ //
57
+ // Generated from the TEXTINCLUDE 3 resource.
58
+ //
59
+
60
+
61
+ /////////////////////////////////////////////////////////////////////////////
62
+ #endif // not APSTUDIO_INVOKED
63
+
@@ -0,0 +1,3 @@
1
+ //{{NO_DEPENDENCIES}}
2
+ // Microsoft Visual C++ generated include file.
3
+ // Used by app.rc
metadata ADDED
@@ -0,0 +1,83 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.0
3
+ specification_version: 1
4
+ name: mssqlclient
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.1.0
7
+ date: 2006-10-19 00:00:00 -05:00
8
+ summary: A native Win32/ADO.NET ActiveRecord Adapter for Microsoft's SQL Server
9
+ require_paths:
10
+ - lib
11
+ email: ssmoot@gmail.com; bauer.mail@gmail.com
12
+ homepage: http://substantiality.net
13
+ rubyforge_project: mssqlclient
14
+ description: A faster, better way to integrate ActiveRecord with MS SQL Server
15
+ autorequire: mssqlclient_adapter
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Sam Smoot
31
+ - Scott Bauer
32
+ files:
33
+ - README
34
+ - CHANGELOG
35
+ - RAKEFILE
36
+ - lib/column_with_identity_and_ordinal.rb
37
+ - lib/mssqlclient.rb
38
+ - lib/mssqlclient_adapter.rb
39
+ - lib/ms_sql_client.dll
40
+ - src/AssemblyInfo.cpp
41
+ - src/Helpers.cpp
42
+ - src/MsSqlClient.cpp
43
+ - src/Helpers.h
44
+ - src/MsSqlClient.h
45
+ - src/resource.h
46
+ - src/app.ico
47
+ - src/app.rc
48
+ - src/MsSqlClient..express.sln
49
+ - src/MsSqlClient.sln
50
+ - src/MsSqlClient.express.vcproj
51
+ - src/MsSqlClient.vcproj
52
+ test_files: []
53
+
54
+ rdoc_options:
55
+ - --line-numbers
56
+ - --inline-source
57
+ - --main
58
+ - README
59
+ extra_rdoc_files:
60
+ - README
61
+ - CHANGELOG
62
+ - RAKEFILE
63
+ - lib/ms_sql_client.dll
64
+ - src/AssemblyInfo.cpp
65
+ - src/Helpers.cpp
66
+ - src/MsSqlClient.cpp
67
+ - src/Helpers.h
68
+ - src/MsSqlClient.h
69
+ - src/resource.h
70
+ - src/app.ico
71
+ - src/app.rc
72
+ - src/MsSqlClient..express.sln
73
+ - src/MsSqlClient.sln
74
+ - src/MsSqlClient.express.vcproj
75
+ - src/MsSqlClient.vcproj
76
+ executables: []
77
+
78
+ extensions: []
79
+
80
+ requirements:
81
+ - active_record
82
+ dependencies: []
83
+