Take the 2008 Git User's Survey and help out! [ hide ]

public
Description: My assistance repo w/ minor tweaks (original @ http://assistance.rubyforge.org/svn/trunk)
Homepage: http://assistance.rubyforge.org
Clone URL: git://github.com/bricooke/assistance.git
Search Repo:
Imported Validation from Sequel. Version 0.1.2.

git-svn-id: http://assistance.rubyforge.org/svn/trunk@22 
76a3b97d-4fa4-4887-8470-eb0d8fc1b0f2
ciconia (author)
Mon Jan 21 07:14:50 -0800 2008
commit  7fff2bd19a0e0017458be99d35f3cd01af07926f
tree    e8130948181ffb8cedd31bc5da78eac2485db290
parent  c9c9ff9500d199460116c0d621a9d4ec05652919
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+=== 0.1.2 (2008-01-21)
0
+
0
+* Imported Validation from Sequel.
0
+
0
 === 0.1.1 (2008-01-18)
0
 
0
 * Added Array#extract_options! method.
...
9
10
11
12
 
13
14
15
...
9
10
11
 
12
13
14
15
0
@@ -9,7 +9,7 @@ include FileUtils
0
 # Configuration
0
 ##############################################################################
0
 NAME = "assistance"
0
-VERS = "0.1.1"
0
+VERS = "0.1.2"
0
 CLEAN.include ["**/.*.sw?", "pkg/*", ".config", "doc/*", "coverage/*"]
0
 RDOC_OPTS = [
0
   "--quiet",
...
6
7
8
 
9
...
6
7
8
9
10
0
@@ -6,4 +6,5 @@ dir = File.join(File.dirname(__FILE__), "assistance")
0
   inflector
0
   blank
0
   extract_options
0
+ validation
0
 ].each {|f| require(File.join(dir, f))}

Comments

    No one has commented yet.