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 !
Fixed a typo that Bill Marquette spotted.
Added a Thanks To section in the README for contributors.

git-svn-id: svn+ssh://rubyforge.org/var/svn/halcyon/trunk@35 
334d6d1c-2662-47f5-9f2d-00d938bdab95
mtodd (author)
Sat Jan 19 17:07:45 -0800 2008
commit  15f60e6a00834cb774b1da3d1203ac7a0e47ab86
tree    1765f5fad7cdf54c40162fb2f7a0d7b46e5f6af4
parent  d8cb4036755a5a6fe32c068fab2c4cb9bb834332
0
...
59
60
61
62
 
63
64
65
...
105
106
107
 
 
 
 
108
109
110
...
59
60
61
 
62
63
64
65
...
105
106
107
108
109
110
111
112
113
114
0
@@ -59,7 +59,7 @@ Now, pull up IRB and +require+ RubyGems and Halcyon (as halcon/client). Now
0
 run the following:
0
 
0
   >> require 'example/simple.client'
0
- >> s = Simple.new('http:localhost:3800')
0
+ >> s = Simple.new('http://localhost:3800')
0
   >> s.greet("Matt")
0
   >> s.get("/hello/Matt")
0
   >> s.url_for('greet', :name => 'John')
0
@@ -105,6 +105,10 @@ THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
0
 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
0
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0
 
0
+== Thanks To
0
+
0
+* Bill Marquette, typo correction
0
+
0
 == Links
0
 
0
 Halcyon:: <http://halcyon.rubyforge.org/>

Comments

    No one has commented yet.