public
Description: RubiGen - generator framework for your framework
Homepage: http://rubigen.rubyforge.org
Clone URL: git://github.com/drnic/rubigen.git
Search Repo:
Added Jeremy Kemper to license/copyright/gem author list.

git-svn-id: svn+ssh://rubyforge.org/var/svn/rubigen/trunk@15 
bdf7f5a1-e071-427e-899e-064d0b0c9aa4
nicwilliams (author)
Sun Oct 07 14:22:27 -0700 2007
commit  ee45a4b44c448cf645d00e5a684b480e61aaa8b4
tree    940950888c0497a2d996dd370382864bbd61288a
parent  b39900e5d662653089d42bb664b3ceac815ee5f1
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+== TRUNK 2007-10-08
0
+
0
+* Added Jeremy Kemper to license/copyright/gem author list.
0
+
0
 == 1.0.4 2007-09-07
0
 
0
 * New manifest actions:
...
1
 
 
2
3
4
...
 
1
2
3
4
5
0
@@ -1,4 +1,5 @@
0
-Copyright (c) 2007 Dr Nic Williams
0
+Copyright (c) 2005-7 Jeremy Kemper (original code from Ruby on Rails)
0
+Copyright (c) 2007 Dr Nic Williams (extraction into RubiGen)
0
 Permission is hereby granted, free of charge, to any person obtaining
0
 a copy of this software and associated documentation files (the
0
 "Software"), to deal in the Software without restriction, including
...
26
27
28
29
 
30
31
32
...
26
27
28
 
29
30
31
32
0
@@ -26,7 +26,7 @@ end
0
 include FileUtils
0
 require File.join(File.dirname(__FILE__), 'lib', 'rubigen', 'version')
0
 
0
-AUTHOR = 'Dr Nic Williams' # can also be an array of Authors
0
+AUTHOR = ['Dr Nic Williams', 'Jeremy Kemper'] # can also be an array of Authors
0
 EMAIL = "drnicwilliams@gmail.com"
0
 DESCRIPTION = <<-EOS
0
 A framework to allow Ruby applications to generate file/folder stubs (like the rails command does for Ruby on Rails, and the ‘script/generate’ command within a Rails application during development).

Comments

    No one has commented yet.