File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2009 Willem van Bergen
1
+ Copyright (c) 2009-2010 Willem van Bergen and contributors
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining
4
4
a copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change @@ -12,9 +12,11 @@ yet stable and not all SQL constructs are implemented yet.
12
12
13
13
== Installation
14
14
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:
16
16
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>.
18
20
19
21
== Usage
20
22
@@ -33,5 +35,5 @@ This library is written by Willem van Bergen and is MIT licensed (see the
33
35
LICENSE file).
34
36
35
37
* 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
37
39
information about using this library.
You can’t perform that action at this time.
0 commit comments