[csw-devel] SF.net SVN: gar:[10636] csw/mgar/pkg/rbgems

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Jul 28 15:58:47 CEST 2010


Revision: 10636
          http://gar.svn.sourceforge.net/gar/?rev=10636&view=rev
Author:   dmichelsen
Date:     2010-07-28 13:58:47 +0000 (Wed, 28 Jul 2010)

Log Message:
-----------
rbgems/activeresource: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/rbgems/activeresource/
    csw/mgar/pkg/rbgems/activeresource/branches/
    csw/mgar/pkg/rbgems/activeresource/tags/
    csw/mgar/pkg/rbgems/activeresource/trunk/
    csw/mgar/pkg/rbgems/activeresource/trunk/Makefile
    csw/mgar/pkg/rbgems/activeresource/trunk/checksums
    csw/mgar/pkg/rbgems/activeresource/trunk/files/
    csw/mgar/pkg/rbgems/activeresource/trunk/files/COPYING


Property changes on: csw/mgar/pkg/rbgems/activeresource/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/rbgems/activeresource/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rbgems/activeresource/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/rbgems/activeresource/trunk/Makefile	2010-07-28 13:58:47 UTC (rev 10636)
@@ -0,0 +1,20 @@
+GARNAME = activeresource
+GARVERSION = 2.3.8
+CATEGORIES = rbgems
+
+DESCRIPTION = Wraps web resources in model classes
+define BLURB
+  Wraps web resources in model classes that can be manipulated through XML over REST.
+endef
+
+DISTFILES = COPYING
+
+GEMPKGNAME = activeres
+
+DEP_PKGS = CSWgem-activesupport
+
+LICENSE = COPYING
+
+ARCHALL = 1
+
+include gar/category.mk

Added: csw/mgar/pkg/rbgems/activeresource/trunk/checksums
===================================================================
--- csw/mgar/pkg/rbgems/activeresource/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/rbgems/activeresource/trunk/checksums	2010-07-28 13:58:47 UTC (rev 10636)
@@ -0,0 +1,2 @@
+380ea08e7fe1b215a856331dc546b486  COPYING
+7318e7652bd17433e4fec17fe9a201b7  activeresource-2.3.8.gem

Added: csw/mgar/pkg/rbgems/activeresource/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/rbgems/activeresource/trunk/files/COPYING	                        (rev 0)
+++ csw/mgar/pkg/rbgems/activeresource/trunk/files/COPYING	2010-07-28 13:58:47 UTC (rev 10636)
@@ -0,0 +1,21 @@
+# Copyright (c) 2006 David Heinemeier Hansson
+#
+# Permission is hereby granted, free of charge, to any person obtaining
+# a copy of this software and associated documentation files (the
+# "Software"), to deal in the Software without restriction, including
+# without limitation the rights to use, copy, modify, merge, publish,
+# distribute, sublicense, and/or sell copies of the Software, and to
+# permit persons to whom the Software is furnished to do so, subject to
+# the following conditions:
+#
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list