public
Description: GET, POST, PUT, DELETE, with something around (ruby)
Homepage: http://rufus.rubyforge.org/rufus-verbs
Clone URL: git://github.com/jmettraux/rufus-verbs.git
Search Repo:
preparing next release
jmettraux (author)
Mon May 26 06:56:21 -0700 2008
commit  1fab42700380485db2cea4259fa85304f869a4a6
tree    604aeb8ff81a4f35ac1eeffee253f404b4166c5e
parent  a8e7dc8b79e15249ff75890ba373c6214dbad5ea
...
29
30
31
32
 
33
34
35
36
37
38
39
40
 
 
41
42
43
...
94
95
96
97
98
99
100
 
 
 
 
101
102
103
...
29
30
31
 
32
33
34
35
36
37
38
 
 
39
40
41
42
43
...
94
95
96
 
 
 
 
97
98
99
100
101
102
103
0
@@ -29,15 +29,15 @@ spec = Gem::Specification.new do |s|
0
     s.test_file = "test/test.rb"
0
     s.has_rdoc = true
0
     s.extra_rdoc_files = [ 'README.txt' ]
0
-
0
+
0
     [ 'rufus-lru' ].each do |d|
0
         s.requirements << d
0
         s.add_dependency d
0
     end
0
 
0
     files = FileList[ "{bin,docs,lib,test}/**/*" ]
0
- files.exclude "rdoc"
0
- files.exclude "extras"
0
+ files.exclude "rdoc"
0
+ files.exclude "extras"
0
     s.files = files.to_a
0
 end
0
 
0
@@ -94,10 +94,10 @@ Rake::RDocTask.new do |rd|
0
     rd.rdoc_dir = "html/rufus-verbs"
0
 
0
     rd.rdoc_files.include(
0
- "README.txt",
0
- "CHANGELOG.txt",
0
- "LICENSE.txt",
0
- "CREDITS.txt",
0
+ "README.txt",
0
+ "CHANGELOG.txt",
0
+ "LICENSE.txt",
0
+ "CREDITS.txt",
0
         "lib/**/*.rb")
0
 
0
     rd.title = "rufus-verbs rdoc"
...
8
9
10
11
 
12
13
14
 
15
16
17
...
39
40
41
42
 
43
44
45
...
8
9
10
 
11
12
13
 
14
15
16
17
...
39
40
41
 
42
43
44
45
0
@@ -8,10 +8,10 @@
0
 # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
0
 # copies of the Software, and to permit persons to whom the Software is
0
 # furnished to do so, subject to the following conditions:
0
-#
0
+#
0
 # The above copyright notice and this permission notice shall be included in
0
 # all copies or substantial portions of the Software.
0
-#
0
+#
0
 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0
 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0
 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
0
@@ -39,7 +39,7 @@ module Verbs
0
     #
0
     # The version of this rufus-verbs [gem]
0
     #
0
- VERSION = '0.9'
0
+ VERSION = '0.10'
0
 end
0
 end
0
 

Comments

    No one has commented yet.