public
Rubygem
Description: JSON Web App Framework
Homepage: http://halcyon.rubyforge.org/
Clone URL: git://github.com/mtodd/halcyon.git
Click here to lend your support to: halcyon and make a donation at www.pledgie.com !
Added URI dependency for the Router class erroneously left out. Thanks 
Elliot Cable.

git-svn-id: svn+ssh://rubyforge.org/var/svn/halcyon/trunk@37 
334d6d1c-2662-47f5-9f2d-00d938bdab95
mtodd (author)
Sun Jan 20 11:27:06 -0800 2008
commit  e70541fb1f86ef72eb34d534138199ef5d0d7282
tree    11516635ac1b2be1656f5701428e3fb383239ebf
parent  81401b2c208ac2c5af2902a99b207a510ccc353b
0
...
107
108
109
110
 
 
111
112
113
...
107
108
109
 
110
111
112
113
114
0
@@ -107,7 +107,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0
 
0
 == Thanks To
0
 
0
-* Bill Marquette, typo correction
0
+* Bill Marquette, typo correction, reviewing examples
0
+* Elliot Cable, missing dependency, Thin testing
0
 
0
 == Links
0
 
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@
0
 #++
0
 
0
 begin
0
- %w(rubygems merb/core_ext merb/router).each {|dep|require dep}
0
+ %w(rubygems merb/core_ext merb/router uri).each {|dep|require dep}
0
 rescue LoadError => e
0
   abort "Merb must be installed for Routing to function. Please install Merb."
0
 end

Comments

    No one has commented yet.