Skip to content

Commit 1fab89a

Browse files
committed
Updated README.rdoc and LICENSE to be current.
1 parent 6d26cf3 commit 1fab89a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2009 Willem van Bergen
1+
Copyright (c) 2009-2010 Willem van Bergen and contributors
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.rdoc

+5-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ yet stable and not all SQL constructs are implemented yet.
1212

1313
== Installation
1414

15-
The SQLTree library is distributed as a gem on Gemcutter.org. To install:
15+
The SQLTree library is distributed as a gem. To install:
1616

17-
gem install sql_tree --source http://gemcutter.org
17+
gem install sql_tree
18+
19+
Or, add <tt>gem 'sql_tree'</tt> to your project's Gemfile and run <tt>bundle install</tt>.
1820

1921
== Usage
2022

@@ -33,5 +35,5 @@ This library is written by Willem van Bergen and is MIT licensed (see the
3335
LICENSE file).
3436

3537
* Full RDoc API documentation can be found at http://rdoc.info/projects/wvanbergen/sql_tree
36-
* See the project wiki at http://wiki.github.com/wvanbergen/sql_tree for more
38+
* See the project wiki at http://github.com/wvanbergen/sql_tree/wiki for more
3739
information about using this library.

0 commit comments

Comments
 (0)