mirror of
https://github.com/mistergibson/gxg-framework.git
synced 2026-08-15 03:46:00 -07:00
Stubs
This commit is contained in:
parent
783cf0abbc
commit
9dce93a455
4 changed files with 26 additions and 23 deletions
|
|
@ -38,31 +38,31 @@ Gem::Specification.new do |s|
|
||||||
s.add_runtime_dependency 'state_machines'
|
s.add_runtime_dependency 'state_machines'
|
||||||
s.add_runtime_dependency 'net-ldap'
|
s.add_runtime_dependency 'net-ldap'
|
||||||
# ### Database Adapters:
|
# ### Database Adapters:
|
||||||
if ::RUBY_ENGINE == "jruby"
|
# if ::RUBY_ENGINE == "jruby"
|
||||||
s.add_runtime_dependency 'jdbc-sqlite3'
|
# s.add_runtime_dependency 'jdbc-sqlite3'
|
||||||
s.add_runtime_dependency 'jdbc-mysql'
|
# s.add_runtime_dependency 'jdbc-mysql'
|
||||||
s.add_runtime_dependency 'jdbc-postgresql'
|
# s.add_runtime_dependency 'jdbc-postgresql'
|
||||||
s.add_runtime_dependency 'jdbc-as400'
|
# s.add_runtime_dependency 'jdbc-as400'
|
||||||
s.add_runtime_dependency 'jdbc-cassandra'
|
# s.add_runtime_dependency 'jdbc-cassandra'
|
||||||
s.add_runtime_dependency 'jdbc-crate'
|
# s.add_runtime_dependency 'jdbc-crate'
|
||||||
s.add_runtime_dependency 'jdbc-derby'
|
# s.add_runtime_dependency 'jdbc-derby'
|
||||||
s.add_runtime_dependency 'jdbc-filemaker'
|
# s.add_runtime_dependency 'jdbc-filemaker'
|
||||||
s.add_runtime_dependency 'jdbc-firebird'
|
# s.add_runtime_dependency 'jdbc-firebird'
|
||||||
s.add_runtime_dependency 'jdbc-h2'
|
# s.add_runtime_dependency 'jdbc-h2'
|
||||||
s.add_runtime_dependency 'jdbc-hive2'
|
# s.add_runtime_dependency 'jdbc-hive2'
|
||||||
s.add_runtime_dependency 'jdbc-hsqldb'
|
# s.add_runtime_dependency 'jdbc-hsqldb'
|
||||||
s.add_runtime_dependency 'jdbc-jt400'
|
# s.add_runtime_dependency 'jdbc-jt400'
|
||||||
s.add_runtime_dependency 'jdbc-jtds'
|
# s.add_runtime_dependency 'jdbc-jtds'
|
||||||
s.add_runtime_dependency 'jdbc-luciddb'
|
# s.add_runtime_dependency 'jdbc-luciddb'
|
||||||
s.add_runtime_dependency 'jdbc-mssql'
|
# s.add_runtime_dependency 'jdbc-mssql'
|
||||||
s.add_runtime_dependency 'jdbc-nuodb'
|
# s.add_runtime_dependency 'jdbc-nuodb'
|
||||||
# ### FIX : openedge requires external .jars in classpath -- exclude for now.
|
# ### FIX : openedge requires external .jars in classpath -- exclude for now.
|
||||||
# s.add_runtime_dependency 'jdbc-openedge'
|
# s.add_runtime_dependency 'jdbc-openedge'
|
||||||
s.add_runtime_dependency 'jdbc-orientdb'
|
# s.add_runtime_dependency 'jdbc-orientdb'
|
||||||
s.add_runtime_dependency 'jdbc-phoenix'
|
# s.add_runtime_dependency 'jdbc-phoenix'
|
||||||
# ### FIX : redshift is missing the RedshiftJDBC4.jar file -- exclude for now.
|
# ### FIX : redshift is missing the RedshiftJDBC4.jar file -- exclude for now.
|
||||||
# s.add_runtime_dependency 'jdbc-redshift'
|
# s.add_runtime_dependency 'jdbc-redshift'
|
||||||
s.add_runtime_dependency 'jdbc-splice'
|
# s.add_runtime_dependency 'jdbc-splice'
|
||||||
s.add_runtime_dependency 'jdbc-vertica'
|
# s.add_runtime_dependency 'jdbc-vertica'
|
||||||
end
|
# end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
1
lib/gxg/gxg_mysql.rb
Normal file
1
lib/gxg/gxg_mysql.rb
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
#
|
||||||
1
lib/gxg/gxg_postgres.rb
Normal file
1
lib/gxg/gxg_postgres.rb
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
#
|
||||||
1
lib/gxg/gxg_sqlite.rb
Normal file
1
lib/gxg/gxg_sqlite.rb
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
#
|
||||||
Loading…
Reference in a new issue