public
Rubygem
Description: A RESTful CouchDB client based on Heroku's RestClient and Couch.js
Homepage: http://jchris.lighthouseapp.com/projects/17807-couchrest/overview
Clone URL: git://github.com/jchris/couchrest.git
added apache license
jchris (author)
Thu Sep 11 21:31:59 -0700 2008
commit  0f8baf85ba8ff2353f5b04c6dfead81ca990b450
tree    4c0ca5689289f985177b5d773fdf30697d67af52
parent  711fdc1ca6e165b242c10895d43d8a298fcd198f
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
0
@@ -1,3 +1,18 @@
0
+# Licensed to the Apache Software Foundation (ASF) under one or more
0
+# contributor license agreements. See the NOTICE file distributed with this
0
+# work for additional information regarding copyright ownership. The ASF
0
+# licenses this file to you under the Apache License, Version 2.0 (the
0
+# "License"); you may not use this file except in compliance with the License.
0
+# You may obtain a copy of the License at
0
+#
0
+# http://www.apache.org/licenses/LICENSE-2.0
0
+#
0
+# Unless required by applicable law or agreed to in writing, software
0
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
0
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
0
+# License for the specific language governing permissions and limitations under
0
+# the License.
0
+
0
 require "rubygems"
0
 require 'json'
0
 require 'rest_client'

Comments

    No one has commented yet.