public
Description: MySQL diff library
Homepage:
Clone URL: git://github.com/koke/mydiff.git
mydiff /
name age message
file .gitignore Mon May 12 09:39:30 -0700 2008 Added ignore file [koke]
file History.txt Tue May 13 01:26:06 -0700 2008 Manage project with hoe and prepare for public ... [koke]
file LICENSE Sat May 10 17:25:27 -0700 2008 Initial import [koke]
file Manifest.txt Tue May 13 01:26:06 -0700 2008 Manage project with hoe and prepare for public ... [koke]
file README.txt Tue May 13 02:43:51 -0700 2008 Added author to license [koke]
file Rakefile Tue May 13 01:26:06 -0700 2008 Manage project with hoe and prepare for public ... [koke]
directory bin/ Tue May 13 02:41:59 -0700 2008 Fix Usage banner [koke]
directory lib/ Mon May 26 03:00:54 -0700 2008 Bump version to 0.0.2 [koke]
file mydiff.gemspec Mon May 26 03:02:29 -0700 2008 Bump version to 0.0.2 [koke]
directory test/ Mon May 12 09:38:59 -0700 2008 Add base test dir [koke]
README.txt
= MyDiff MySQL diff library

http://github.com/koke/mydiff

== DESCRIPTION:

MySQL diff library

*WARNING* Although this code is public, it's not complete yet.

== FEATURES/PROBLEMS:

* FIXME

== SYNOPSIS:

  mydiff -o mydiff -n mydiff_new

== REQUIREMENTS:

* mysql
* highline

== INSTALL:

* sudo gem install mydiff

== LICENSE:

(The MIT License)

Copyright (c) 2008 Jorge Bernal <jbernal@warp.es>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.