README in dm-is-reflective-0.9.0 vs README in dm-is-reflective-1.0.0
- old
+ new
@@ -1,7 +1,7 @@
-= dm-is-reflective 0.9.0
-by Lin Jen-Shin (aka godfat-真常[http://godfat.org])
+= dm-is-reflective
+by Lin Jen-Shin (godfat[http://godfat.org])
godfat (XD) godfat.org
== LINKS:
* {github}[http://github.com/godfat/dm-is-reflective]
@@ -14,11 +14,11 @@
It creates mappings between existing columns and model's properties.
== SYNOPSIS:
require 'dm-is-reflective' # this would require 'dm-core'
- dm = DataMapper.setup :default, 'sqlite3:db/development.sqlite3'
+ dm = DataMapper.setup :default, 'sqlite:db/dev.sqlite3'
class User
include DataMapper::Resource
is :reflective
@@ -94,21 +94,22 @@
dm.auto_genclass! :storages => 'users'
# => [DataMapper::Is::Reflective::User]
== REQUIREMENTS:
-* dm-core 1.0.0 or later
-* at least one dm-*-adapter
+* dm-core 1.1.0 or later
+* at least one dm-*-adapter which is using dm-do-adapter.
+ (relational database, namely sqlite, postgres, and mysql at the moment)
== INSTALL:
> gem install dm-is-reflective
== LICENSE:
Apache License 2.0
- Copyright (c) 2008-2010, Lin Jen-Shin (aka godfat 真常)
+ Copyright (c) 2008-2011, Lin Jen-Shin (godfat)
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