Sha256: f2b7edbcb8f8df9a9d29144d1fc11ea96395824e8f0b59002e5436bb97fd525e
Contents?: true
Size: 649 Bytes
Versions: 2
Compression:
Stored size: 649 Bytes
Contents
# Rhubarb is a simple persistence layer for Ruby objects and SQLite. # For now, see the test cases for example usage. # # Copyright (c) 2009 Red Hat, Inc. # # Author: William Benton (willb@redhat.com) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 require 'rubygems' require 'set' require 'sqlite3' require 'rhubarb/util' require 'rhubarb/persistence' require 'rhubarb/column' require 'rhubarb/reference' require 'rhubarb/classmixins' require 'rhubarb/persisting'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rhubarb-0.2.2 | lib/rhubarb/rhubarb.rb |
rhubarb-0.2.1 | lib/rhubarb/rhubarb.rb |