Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
activerecord-monetdb-adapter
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
simcaq
activerecord-monetdb-adapter
Commits
a496d03d
Unverified
Commit
a496d03d
authored
May 20, 2016
by
João Victor Risso
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix adapter files
parents
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
0 deletions
+42
-0
Makefile.ag
Makefile.ag
+24
-0
activerecord-monetdb-adapter-0.1.gemspec
activerecord-monetdb-adapter-0.1.gemspec
+18
-0
lib/active_record/connection_adapters/monetdb_adapter.rb
lib/active_record/connection_adapters/monetdb_adapter.rb
+0
-0
No files found.
Makefile.ag
0 → 100644
View file @
a496d03d
# The contents of this file are subject to the MonetDB Public License
# Version 1.1 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is the MonetDB Database System.
#
# The Initial Developer of the Original Code is CWI.
# Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
# Copyright August 2008-2011 MonetDB B.V.
# All Rights Reserved.
gem_adapter
=
{
FILES
=
activerecord-monetdb-adapter-0.1.gemspec
DIR
=
$(prefix)
/
$(RUBY_DIR)
}
EXTRA_DIST
=
activerecord-monetdb-adapter-0.1.gemspec
EXTRA_DIST_DIR
=
active_record lib
activerecord-monetdb-adapter-0.1.gemspec
0 → 100644
View file @
a496d03d
Gem
::
Specification
.
new
do
|
s
|
s
.
required_ruby_version
=
'>= 2.1.0'
s
.
name
=
%q{activerecord-monetdb-adapter}
s
.
version
=
"0.2"
s
.
date
=
%q{2009-05-18}
s
.
authors
=
[
"G Modena"
]
s
.
email
=
%q{gm@cwi.nl}
s
.
summary
=
%q{ActiveRecord Connector for MonetDB}
s
.
homepage
=
%q{http://monetdb.cwi.nl/}
s
.
description
=
%q{ActiveRecord Connector for MonetDB built on top of the pure Ruby database driver}
s
.
files
=
[
"lib/active_record/connection_adapters/monetdb_adapter.rb"
]
s
.
has_rdoc
=
true
s
.
require_path
=
'lib'
s
.
add_dependency
(
%q<activerecord>
,
[
">= 2.3.2"
])
s
.
add_dependency
(
%q<ruby-monetdb-sql>
,
[
">= 0.1"
])
# placeholder project to avoid warning about not having a rubyforge_project
s
.
rubyforge_project
=
"nowarning"
end
lib/active_record/connection_adapters/monetdb_adapter.rb
0 → 100644
View file @
a496d03d
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment