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.7
markbates (author)
Fri Apr 25 11:14:37 -0700 2008
commit  77ca5f35ea69233d839b6ed9c2df0ac065f3a3bf
tree    4f8f62719f0b8bf63ab25641719f276dd7eb6fbd
parent  7692129952f63cb36e9a4eb486be66736eb7c309
...
4
5
6
7
8
 
 
9
...
4
5
6
 
7
8
9
10
0
@@ -4,4 +4,5 @@ log/**/*
0
 doc
0
 pkg
0
 tmp
0
-*.pid
0
\ No newline at end of file
0
+*.pid
0
+test/fake_application/public/something/logo.gif
0
\ No newline at end of file
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+===0.4.7
0
 * Added Mack::Request::UploadFile class to make dealing with file uploads easy.
0
 * Fixed bug where if a controller didn't exist it wasn't checking the public directory.
0
 * Generated DataMapper models no longer extend DataMapper::Base, but rather 'include DataMapper::Persistence'. This corresponds to the 0.9.0 upcoming release of DataMapper.
...
13
14
15
16
 
17
18
19
...
13
14
15
 
16
17
18
19
0
@@ -13,7 +13,7 @@ raise "You must specify a name for this application!" if app.nil?
0
 
0
 options = OpenStruct.new
0
 options.orm = "data_mapper"
0
-options.version = "0.4.6.102"
0
+options.version = "0.4.7"
0
 
0
 opts = OptionParser.new do |opts|
0
   
...
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.6.102"
0
+ self.version = "0.4.7"
0
   end
0
   
0
   def gem_name_with_version

Comments

    No one has commented yet.