public
Description: A simple and easy to use generator system for Ruby
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/genosaurus.git
Search Repo:
Oops. I forgot an end.
markbates (author)
Wed May 14 20:58:36 -0700 2008
commit  75fa6bd1f3e4fbae3973864c7b613bc05c2bd774
tree    3e7ce71aa57bbe7f56a850de12540703c96fb094
parent  0f9a54ed2df1cd55885435feaec83cc5827a3b9b
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@
0
 require 'rubygems'
0
 require 'rubygems/gem_runner'
0
 
0
-GEM_VERSION = "1.1.5"
0
+GEM_VERSION = "1.1.6"
0
 GEM_NAME = "genosaurus"
0
 GEM_RUBYFORGE_PROJECT = "magrathea"
0
 
...
35
36
37
 
 
38
39
40
41
42
43
...
35
36
37
38
39
40
 
 
41
42
43
0
@@ -35,9 +35,9 @@
0
       if f.match(/#{@generator_name_underscore}\.rb$/)
0
         @templates_directory_path = File.join(File.dirname(f), "templates")
0
         @manifest_path = File.join(File.dirname(f), "manifest.yml")
0
+ else
0
+ raise "Unable to dynamically figure out your templates_directory_path and manifest_path! Please implement these methods and let Genosaurus know where to find these things. Thanks."
0
       end
0
- else
0
- raise "Unable to dynamically figure out your templates_directory_path and manifest_path! Please implement these methods and let Genosaurus know where to find these things. Thanks."
0
     end
0
     setup
0
   end

Comments

    No one has commented yet.