public
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack.git
Click here to lend your support to: mack and make a donation at www.pledgie.com !
Release 0.4.5
markbates (author)
Mon Apr 14 13:22:13 -0700 2008
commit  05e14add6f3e91adf69fe85861d48118d96a03c7
tree    e468b3936eda323d25612b84d471bfc22d45be5d
parent  0fa126e52b173b147968a9ed137465fa0f3be32b
...
25
26
27
28
 
29
30
31
...
25
26
27
 
28
29
30
31
0
@@ -25,7 +25,7 @@ opts.parse!(ARGV)
0
 include FileUtils
0
 
0
 def mack_version
0
- "0.4.2.1.115"
0
+ "0.4.5"
0
 end
0
 
0
 def create_dir(dir)
...
10
11
12
13
 
14
15
16
...
10
11
12
 
13
14
15
16
0
@@ -10,7 +10,7 @@ class GemHelper # :nodoc:
0
     self.project = "magrathea"
0
     self.package = "mack"
0
     self.gem_name = "mack"
0
- self.version = "0.4.2.1.115"
0
+ self.version = "0.4.5"
0
   end
0
   
0
   def gem_name_with_version

Comments

    No one has commented yet.