wadl 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/COPYING +67 -80
- data/README +14 -13
- data/bin/wadl +8 -8
- data/lib/wadl.rb +8 -8
- data/lib/wadl/address.rb +8 -8
- data/lib/wadl/application.rb +8 -8
- data/lib/wadl/cheap_schema.rb +8 -8
- data/lib/wadl/cli.rb +7 -7
- data/lib/wadl/documentation.rb +8 -8
- data/lib/wadl/fault.rb +8 -8
- data/lib/wadl/fault_format.rb +8 -8
- data/lib/wadl/has_docs.rb +8 -8
- data/lib/wadl/http_method.rb +8 -8
- data/lib/wadl/link.rb +8 -8
- data/lib/wadl/option.rb +8 -8
- data/lib/wadl/param.rb +8 -8
- data/lib/wadl/representation_container.rb +8 -8
- data/lib/wadl/representation_format.rb +8 -8
- data/lib/wadl/request_format.rb +8 -8
- data/lib/wadl/resource.rb +8 -8
- data/lib/wadl/resource_and_address.rb +8 -8
- data/lib/wadl/resource_container.rb +8 -8
- data/lib/wadl/resource_type.rb +8 -8
- data/lib/wadl/resources.rb +8 -8
- data/lib/wadl/response.rb +8 -8
- data/lib/wadl/response_format.rb +8 -8
- data/lib/wadl/uri_parts.rb +8 -8
- data/lib/wadl/version.rb +1 -1
- data/lib/wadl/xml_representation.rb +8 -8
- metadata +5 -5
data/lib/wadl/documentation.rb
CHANGED
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
# A component of wadl, the super cheap Ruby WADL client. #
|
|
5
5
|
# #
|
|
6
6
|
# Copyright (C) 2006-2008 Leonard Richardson #
|
|
7
|
-
# Copyright (C) 2010 Jens Wille
|
|
7
|
+
# Copyright (C) 2010-2011 Jens Wille #
|
|
8
8
|
# #
|
|
9
9
|
# Authors: #
|
|
10
10
|
# Leonard Richardson <leonardr@segfault.org> (Original author) #
|
|
11
11
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
|
12
12
|
# #
|
|
13
13
|
# wadl is free software; you can redistribute it and/or modify it under the #
|
|
14
|
-
# terms of the GNU General Public License as published by the Free
|
|
15
|
-
# Foundation; either version 3 of the License, or (at your option)
|
|
16
|
-
# version.
|
|
14
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
|
15
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
|
16
|
+
# any later version. #
|
|
17
17
|
# #
|
|
18
18
|
# wadl is distributed in the hope that it will be useful, but WITHOUT ANY #
|
|
19
19
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
|
20
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
21
|
-
# details.
|
|
20
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
|
21
|
+
# more details. #
|
|
22
22
|
# #
|
|
23
|
-
# You should have received a copy of the GNU General Public License
|
|
24
|
-
# with wadl. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
# You should have received a copy of the GNU Affero General Public License #
|
|
24
|
+
# along with wadl. If not, see <http://www.gnu.org/licenses/>. #
|
|
25
25
|
# #
|
|
26
26
|
###############################################################################
|
|
27
27
|
#++
|
data/lib/wadl/fault.rb
CHANGED
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
# A component of wadl, the super cheap Ruby WADL client. #
|
|
5
5
|
# #
|
|
6
6
|
# Copyright (C) 2006-2008 Leonard Richardson #
|
|
7
|
-
# Copyright (C) 2010 Jens Wille
|
|
7
|
+
# Copyright (C) 2010-2011 Jens Wille #
|
|
8
8
|
# #
|
|
9
9
|
# Authors: #
|
|
10
10
|
# Leonard Richardson <leonardr@segfault.org> (Original author) #
|
|
11
11
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
|
12
12
|
# #
|
|
13
13
|
# wadl is free software; you can redistribute it and/or modify it under the #
|
|
14
|
-
# terms of the GNU General Public License as published by the Free
|
|
15
|
-
# Foundation; either version 3 of the License, or (at your option)
|
|
16
|
-
# version.
|
|
14
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
|
15
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
|
16
|
+
# any later version. #
|
|
17
17
|
# #
|
|
18
18
|
# wadl is distributed in the hope that it will be useful, but WITHOUT ANY #
|
|
19
19
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
|
20
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
21
|
-
# details.
|
|
20
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
|
21
|
+
# more details. #
|
|
22
22
|
# #
|
|
23
|
-
# You should have received a copy of the GNU General Public License
|
|
24
|
-
# with wadl. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
# You should have received a copy of the GNU Affero General Public License #
|
|
24
|
+
# along with wadl. If not, see <http://www.gnu.org/licenses/>. #
|
|
25
25
|
# #
|
|
26
26
|
###############################################################################
|
|
27
27
|
#++
|
data/lib/wadl/fault_format.rb
CHANGED
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
# A component of wadl, the super cheap Ruby WADL client. #
|
|
5
5
|
# #
|
|
6
6
|
# Copyright (C) 2006-2008 Leonard Richardson #
|
|
7
|
-
# Copyright (C) 2010 Jens Wille
|
|
7
|
+
# Copyright (C) 2010-2011 Jens Wille #
|
|
8
8
|
# #
|
|
9
9
|
# Authors: #
|
|
10
10
|
# Leonard Richardson <leonardr@segfault.org> (Original author) #
|
|
11
11
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
|
12
12
|
# #
|
|
13
13
|
# wadl is free software; you can redistribute it and/or modify it under the #
|
|
14
|
-
# terms of the GNU General Public License as published by the Free
|
|
15
|
-
# Foundation; either version 3 of the License, or (at your option)
|
|
16
|
-
# version.
|
|
14
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
|
15
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
|
16
|
+
# any later version. #
|
|
17
17
|
# #
|
|
18
18
|
# wadl is distributed in the hope that it will be useful, but WITHOUT ANY #
|
|
19
19
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
|
20
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
21
|
-
# details.
|
|
20
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
|
21
|
+
# more details. #
|
|
22
22
|
# #
|
|
23
|
-
# You should have received a copy of the GNU General Public License
|
|
24
|
-
# with wadl. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
# You should have received a copy of the GNU Affero General Public License #
|
|
24
|
+
# along with wadl. If not, see <http://www.gnu.org/licenses/>. #
|
|
25
25
|
# #
|
|
26
26
|
###############################################################################
|
|
27
27
|
#++
|
data/lib/wadl/has_docs.rb
CHANGED
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
# A component of wadl, the super cheap Ruby WADL client. #
|
|
5
5
|
# #
|
|
6
6
|
# Copyright (C) 2006-2008 Leonard Richardson #
|
|
7
|
-
# Copyright (C) 2010 Jens Wille
|
|
7
|
+
# Copyright (C) 2010-2011 Jens Wille #
|
|
8
8
|
# #
|
|
9
9
|
# Authors: #
|
|
10
10
|
# Leonard Richardson <leonardr@segfault.org> (Original author) #
|
|
11
11
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
|
12
12
|
# #
|
|
13
13
|
# wadl is free software; you can redistribute it and/or modify it under the #
|
|
14
|
-
# terms of the GNU General Public License as published by the Free
|
|
15
|
-
# Foundation; either version 3 of the License, or (at your option)
|
|
16
|
-
# version.
|
|
14
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
|
15
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
|
16
|
+
# any later version. #
|
|
17
17
|
# #
|
|
18
18
|
# wadl is distributed in the hope that it will be useful, but WITHOUT ANY #
|
|
19
19
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
|
20
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
21
|
-
# details.
|
|
20
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
|
21
|
+
# more details. #
|
|
22
22
|
# #
|
|
23
|
-
# You should have received a copy of the GNU General Public License
|
|
24
|
-
# with wadl. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
# You should have received a copy of the GNU Affero General Public License #
|
|
24
|
+
# along with wadl. If not, see <http://www.gnu.org/licenses/>. #
|
|
25
25
|
# #
|
|
26
26
|
###############################################################################
|
|
27
27
|
#++
|
data/lib/wadl/http_method.rb
CHANGED
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
# A component of wadl, the super cheap Ruby WADL client. #
|
|
5
5
|
# #
|
|
6
6
|
# Copyright (C) 2006-2008 Leonard Richardson #
|
|
7
|
-
# Copyright (C) 2010 Jens Wille
|
|
7
|
+
# Copyright (C) 2010-2011 Jens Wille #
|
|
8
8
|
# #
|
|
9
9
|
# Authors: #
|
|
10
10
|
# Leonard Richardson <leonardr@segfault.org> (Original author) #
|
|
11
11
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
|
12
12
|
# #
|
|
13
13
|
# wadl is free software; you can redistribute it and/or modify it under the #
|
|
14
|
-
# terms of the GNU General Public License as published by the Free
|
|
15
|
-
# Foundation; either version 3 of the License, or (at your option)
|
|
16
|
-
# version.
|
|
14
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
|
15
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
|
16
|
+
# any later version. #
|
|
17
17
|
# #
|
|
18
18
|
# wadl is distributed in the hope that it will be useful, but WITHOUT ANY #
|
|
19
19
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
|
20
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
21
|
-
# details.
|
|
20
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
|
21
|
+
# more details. #
|
|
22
22
|
# #
|
|
23
|
-
# You should have received a copy of the GNU General Public License
|
|
24
|
-
# with wadl. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
# You should have received a copy of the GNU Affero General Public License #
|
|
24
|
+
# along with wadl. If not, see <http://www.gnu.org/licenses/>. #
|
|
25
25
|
# #
|
|
26
26
|
###############################################################################
|
|
27
27
|
#++
|
data/lib/wadl/link.rb
CHANGED
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
# A component of wadl, the super cheap Ruby WADL client. #
|
|
5
5
|
# #
|
|
6
6
|
# Copyright (C) 2006-2008 Leonard Richardson #
|
|
7
|
-
# Copyright (C) 2010 Jens Wille
|
|
7
|
+
# Copyright (C) 2010-2011 Jens Wille #
|
|
8
8
|
# #
|
|
9
9
|
# Authors: #
|
|
10
10
|
# Leonard Richardson <leonardr@segfault.org> (Original author) #
|
|
11
11
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
|
12
12
|
# #
|
|
13
13
|
# wadl is free software; you can redistribute it and/or modify it under the #
|
|
14
|
-
# terms of the GNU General Public License as published by the Free
|
|
15
|
-
# Foundation; either version 3 of the License, or (at your option)
|
|
16
|
-
# version.
|
|
14
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
|
15
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
|
16
|
+
# any later version. #
|
|
17
17
|
# #
|
|
18
18
|
# wadl is distributed in the hope that it will be useful, but WITHOUT ANY #
|
|
19
19
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
|
20
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
21
|
-
# details.
|
|
20
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
|
21
|
+
# more details. #
|
|
22
22
|
# #
|
|
23
|
-
# You should have received a copy of the GNU General Public License
|
|
24
|
-
# with wadl. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
# You should have received a copy of the GNU Affero General Public License #
|
|
24
|
+
# along with wadl. If not, see <http://www.gnu.org/licenses/>. #
|
|
25
25
|
# #
|
|
26
26
|
###############################################################################
|
|
27
27
|
#++
|
data/lib/wadl/option.rb
CHANGED
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
# A component of wadl, the super cheap Ruby WADL client. #
|
|
5
5
|
# #
|
|
6
6
|
# Copyright (C) 2006-2008 Leonard Richardson #
|
|
7
|
-
# Copyright (C) 2010 Jens Wille
|
|
7
|
+
# Copyright (C) 2010-2011 Jens Wille #
|
|
8
8
|
# #
|
|
9
9
|
# Authors: #
|
|
10
10
|
# Leonard Richardson <leonardr@segfault.org> (Original author) #
|
|
11
11
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
|
12
12
|
# #
|
|
13
13
|
# wadl is free software; you can redistribute it and/or modify it under the #
|
|
14
|
-
# terms of the GNU General Public License as published by the Free
|
|
15
|
-
# Foundation; either version 3 of the License, or (at your option)
|
|
16
|
-
# version.
|
|
14
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
|
15
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
|
16
|
+
# any later version. #
|
|
17
17
|
# #
|
|
18
18
|
# wadl is distributed in the hope that it will be useful, but WITHOUT ANY #
|
|
19
19
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
|
20
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
21
|
-
# details.
|
|
20
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
|
21
|
+
# more details. #
|
|
22
22
|
# #
|
|
23
|
-
# You should have received a copy of the GNU General Public License
|
|
24
|
-
# with wadl. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
# You should have received a copy of the GNU Affero General Public License #
|
|
24
|
+
# along with wadl. If not, see <http://www.gnu.org/licenses/>. #
|
|
25
25
|
# #
|
|
26
26
|
###############################################################################
|
|
27
27
|
#++
|
data/lib/wadl/param.rb
CHANGED
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
# A component of wadl, the super cheap Ruby WADL client. #
|
|
5
5
|
# #
|
|
6
6
|
# Copyright (C) 2006-2008 Leonard Richardson #
|
|
7
|
-
# Copyright (C) 2010 Jens Wille
|
|
7
|
+
# Copyright (C) 2010-2011 Jens Wille #
|
|
8
8
|
# #
|
|
9
9
|
# Authors: #
|
|
10
10
|
# Leonard Richardson <leonardr@segfault.org> (Original author) #
|
|
11
11
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
|
12
12
|
# #
|
|
13
13
|
# wadl is free software; you can redistribute it and/or modify it under the #
|
|
14
|
-
# terms of the GNU General Public License as published by the Free
|
|
15
|
-
# Foundation; either version 3 of the License, or (at your option)
|
|
16
|
-
# version.
|
|
14
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
|
15
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
|
16
|
+
# any later version. #
|
|
17
17
|
# #
|
|
18
18
|
# wadl is distributed in the hope that it will be useful, but WITHOUT ANY #
|
|
19
19
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
|
20
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
21
|
-
# details.
|
|
20
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
|
21
|
+
# more details. #
|
|
22
22
|
# #
|
|
23
|
-
# You should have received a copy of the GNU General Public License
|
|
24
|
-
# with wadl. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
# You should have received a copy of the GNU Affero General Public License #
|
|
24
|
+
# along with wadl. If not, see <http://www.gnu.org/licenses/>. #
|
|
25
25
|
# #
|
|
26
26
|
###############################################################################
|
|
27
27
|
#++
|
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
# A component of wadl, the super cheap Ruby WADL client. #
|
|
5
5
|
# #
|
|
6
6
|
# Copyright (C) 2006-2008 Leonard Richardson #
|
|
7
|
-
# Copyright (C) 2010 Jens Wille
|
|
7
|
+
# Copyright (C) 2010-2011 Jens Wille #
|
|
8
8
|
# #
|
|
9
9
|
# Authors: #
|
|
10
10
|
# Leonard Richardson <leonardr@segfault.org> (Original author) #
|
|
11
11
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
|
12
12
|
# #
|
|
13
13
|
# wadl is free software; you can redistribute it and/or modify it under the #
|
|
14
|
-
# terms of the GNU General Public License as published by the Free
|
|
15
|
-
# Foundation; either version 3 of the License, or (at your option)
|
|
16
|
-
# version.
|
|
14
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
|
15
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
|
16
|
+
# any later version. #
|
|
17
17
|
# #
|
|
18
18
|
# wadl is distributed in the hope that it will be useful, but WITHOUT ANY #
|
|
19
19
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
|
20
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
21
|
-
# details.
|
|
20
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
|
21
|
+
# more details. #
|
|
22
22
|
# #
|
|
23
|
-
# You should have received a copy of the GNU General Public License
|
|
24
|
-
# with wadl. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
# You should have received a copy of the GNU Affero General Public License #
|
|
24
|
+
# along with wadl. If not, see <http://www.gnu.org/licenses/>. #
|
|
25
25
|
# #
|
|
26
26
|
###############################################################################
|
|
27
27
|
#++
|
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
# A component of wadl, the super cheap Ruby WADL client. #
|
|
5
5
|
# #
|
|
6
6
|
# Copyright (C) 2006-2008 Leonard Richardson #
|
|
7
|
-
# Copyright (C) 2010 Jens Wille
|
|
7
|
+
# Copyright (C) 2010-2011 Jens Wille #
|
|
8
8
|
# #
|
|
9
9
|
# Authors: #
|
|
10
10
|
# Leonard Richardson <leonardr@segfault.org> (Original author) #
|
|
11
11
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
|
12
12
|
# #
|
|
13
13
|
# wadl is free software; you can redistribute it and/or modify it under the #
|
|
14
|
-
# terms of the GNU General Public License as published by the Free
|
|
15
|
-
# Foundation; either version 3 of the License, or (at your option)
|
|
16
|
-
# version.
|
|
14
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
|
15
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
|
16
|
+
# any later version. #
|
|
17
17
|
# #
|
|
18
18
|
# wadl is distributed in the hope that it will be useful, but WITHOUT ANY #
|
|
19
19
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
|
20
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
21
|
-
# details.
|
|
20
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
|
21
|
+
# more details. #
|
|
22
22
|
# #
|
|
23
|
-
# You should have received a copy of the GNU General Public License
|
|
24
|
-
# with wadl. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
# You should have received a copy of the GNU Affero General Public License #
|
|
24
|
+
# along with wadl. If not, see <http://www.gnu.org/licenses/>. #
|
|
25
25
|
# #
|
|
26
26
|
###############################################################################
|
|
27
27
|
#++
|
data/lib/wadl/request_format.rb
CHANGED
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
# A component of wadl, the super cheap Ruby WADL client. #
|
|
5
5
|
# #
|
|
6
6
|
# Copyright (C) 2006-2008 Leonard Richardson #
|
|
7
|
-
# Copyright (C) 2010 Jens Wille
|
|
7
|
+
# Copyright (C) 2010-2011 Jens Wille #
|
|
8
8
|
# #
|
|
9
9
|
# Authors: #
|
|
10
10
|
# Leonard Richardson <leonardr@segfault.org> (Original author) #
|
|
11
11
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
|
12
12
|
# #
|
|
13
13
|
# wadl is free software; you can redistribute it and/or modify it under the #
|
|
14
|
-
# terms of the GNU General Public License as published by the Free
|
|
15
|
-
# Foundation; either version 3 of the License, or (at your option)
|
|
16
|
-
# version.
|
|
14
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
|
15
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
|
16
|
+
# any later version. #
|
|
17
17
|
# #
|
|
18
18
|
# wadl is distributed in the hope that it will be useful, but WITHOUT ANY #
|
|
19
19
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
|
20
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
21
|
-
# details.
|
|
20
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
|
21
|
+
# more details. #
|
|
22
22
|
# #
|
|
23
|
-
# You should have received a copy of the GNU General Public License
|
|
24
|
-
# with wadl. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
# You should have received a copy of the GNU Affero General Public License #
|
|
24
|
+
# along with wadl. If not, see <http://www.gnu.org/licenses/>. #
|
|
25
25
|
# #
|
|
26
26
|
###############################################################################
|
|
27
27
|
#++
|
data/lib/wadl/resource.rb
CHANGED
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
# A component of wadl, the super cheap Ruby WADL client. #
|
|
5
5
|
# #
|
|
6
6
|
# Copyright (C) 2006-2008 Leonard Richardson #
|
|
7
|
-
# Copyright (C) 2010 Jens Wille
|
|
7
|
+
# Copyright (C) 2010-2011 Jens Wille #
|
|
8
8
|
# #
|
|
9
9
|
# Authors: #
|
|
10
10
|
# Leonard Richardson <leonardr@segfault.org> (Original author) #
|
|
11
11
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
|
12
12
|
# #
|
|
13
13
|
# wadl is free software; you can redistribute it and/or modify it under the #
|
|
14
|
-
# terms of the GNU General Public License as published by the Free
|
|
15
|
-
# Foundation; either version 3 of the License, or (at your option)
|
|
16
|
-
# version.
|
|
14
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
|
15
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
|
16
|
+
# any later version. #
|
|
17
17
|
# #
|
|
18
18
|
# wadl is distributed in the hope that it will be useful, but WITHOUT ANY #
|
|
19
19
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
|
20
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
21
|
-
# details.
|
|
20
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
|
21
|
+
# more details. #
|
|
22
22
|
# #
|
|
23
|
-
# You should have received a copy of the GNU General Public License
|
|
24
|
-
# with wadl. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
# You should have received a copy of the GNU Affero General Public License #
|
|
24
|
+
# along with wadl. If not, see <http://www.gnu.org/licenses/>. #
|
|
25
25
|
# #
|
|
26
26
|
###############################################################################
|
|
27
27
|
#++
|
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
# A component of wadl, the super cheap Ruby WADL client. #
|
|
5
5
|
# #
|
|
6
6
|
# Copyright (C) 2006-2008 Leonard Richardson #
|
|
7
|
-
# Copyright (C) 2010 Jens Wille
|
|
7
|
+
# Copyright (C) 2010-2011 Jens Wille #
|
|
8
8
|
# #
|
|
9
9
|
# Authors: #
|
|
10
10
|
# Leonard Richardson <leonardr@segfault.org> (Original author) #
|
|
11
11
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
|
12
12
|
# #
|
|
13
13
|
# wadl is free software; you can redistribute it and/or modify it under the #
|
|
14
|
-
# terms of the GNU General Public License as published by the Free
|
|
15
|
-
# Foundation; either version 3 of the License, or (at your option)
|
|
16
|
-
# version.
|
|
14
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
|
15
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
|
16
|
+
# any later version. #
|
|
17
17
|
# #
|
|
18
18
|
# wadl is distributed in the hope that it will be useful, but WITHOUT ANY #
|
|
19
19
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
|
20
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
21
|
-
# details.
|
|
20
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
|
21
|
+
# more details. #
|
|
22
22
|
# #
|
|
23
|
-
# You should have received a copy of the GNU General Public License
|
|
24
|
-
# with wadl. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
# You should have received a copy of the GNU Affero General Public License #
|
|
24
|
+
# along with wadl. If not, see <http://www.gnu.org/licenses/>. #
|
|
25
25
|
# #
|
|
26
26
|
###############################################################################
|
|
27
27
|
#++
|
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
# A component of wadl, the super cheap Ruby WADL client. #
|
|
5
5
|
# #
|
|
6
6
|
# Copyright (C) 2006-2008 Leonard Richardson #
|
|
7
|
-
# Copyright (C) 2010 Jens Wille
|
|
7
|
+
# Copyright (C) 2010-2011 Jens Wille #
|
|
8
8
|
# #
|
|
9
9
|
# Authors: #
|
|
10
10
|
# Leonard Richardson <leonardr@segfault.org> (Original author) #
|
|
11
11
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
|
12
12
|
# #
|
|
13
13
|
# wadl is free software; you can redistribute it and/or modify it under the #
|
|
14
|
-
# terms of the GNU General Public License as published by the Free
|
|
15
|
-
# Foundation; either version 3 of the License, or (at your option)
|
|
16
|
-
# version.
|
|
14
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
|
15
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
|
16
|
+
# any later version. #
|
|
17
17
|
# #
|
|
18
18
|
# wadl is distributed in the hope that it will be useful, but WITHOUT ANY #
|
|
19
19
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
|
20
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
21
|
-
# details.
|
|
20
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
|
21
|
+
# more details. #
|
|
22
22
|
# #
|
|
23
|
-
# You should have received a copy of the GNU General Public License
|
|
24
|
-
# with wadl. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
# You should have received a copy of the GNU Affero General Public License #
|
|
24
|
+
# along with wadl. If not, see <http://www.gnu.org/licenses/>. #
|
|
25
25
|
# #
|
|
26
26
|
###############################################################################
|
|
27
27
|
#++
|