public
Description: [DEAD PROJECT] - see mack-more
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack-orm.git
Added email and homepage to gems.
markbates (author)
Mon Jun 02 07:29:36 -0700 2008
commit  fbb3d1577a58c4c293b2e8b408e9b69ef82102a3
tree    3bb6428c51be06f9a9e3d975346a92ae5f4222a1
parent  008361eedbc066925e4548287c6508bd7fa4d8c3
...
10
11
12
13
 
14
15
16
17
18
 
 
19
20
21
...
10
11
12
 
13
14
15
16
 
 
17
18
19
20
21
0
@@ -10,12 +10,12 @@ require 'rubygems/gem_runner'
0
 
0
 spec = Gem::Specification.new do |s|
0
   s.name = "mack-active_record"
0
- s.version = "0.5.5"
0
+ s.version = "0.5.5.100"
0
   s.summary = "ActiveRecord ORM support for Mack"
0
   s.description = "mack-active_record was developed by: markbates"
0
   s.author = "markbates"
0
- #s.email = ""
0
- #s.homepage = ""
0
+ s.email = "mark@mackframework.com"
0
+ s.homepage = "http://www.mackframework.com"
0
 
0
   s.test_files = FileList['test/**/*']
0
 
...
10
11
12
13
 
14
15
16
17
18
 
 
19
20
21
...
10
11
12
 
13
14
15
16
 
 
17
18
19
20
21
0
@@ -10,12 +10,12 @@ require 'rubygems/gem_runner'
0
 
0
 spec = Gem::Specification.new do |s|
0
   s.name = "mack-data_mapper"
0
- s.version = "0.5.5"
0
+ s.version = "0.5.5.100"
0
   s.summary = "DataMapper ORM support for Mack"
0
   s.description = "mack-data_mapper was developed by: markbates"
0
   s.author = "markbates"
0
- #s.email = ""
0
- #s.homepage = ""
0
+ s.email = "mark@mackframework.com"
0
+ s.homepage = "http://www.mackframework.com"
0
 
0
   s.test_files = FileList['test/**/*']
0
 
...
10
11
12
13
 
14
15
16
17
18
 
 
19
20
21
...
10
11
12
 
13
14
15
16
 
 
17
18
19
20
21
0
@@ -10,12 +10,12 @@ require 'rubygems/gem_runner'
0
 
0
 spec = Gem::Specification.new do |s|
0
   s.name = "mack-orm_common"
0
- s.version = "0.5.5"
0
+ s.version = "0.5.5.100"
0
   s.summary = "Common files shared with all Mack ORM gems."
0
   s.description = "mack-orm_common was developed by: markbates"
0
   s.author = "markbates"
0
- #s.email = ""
0
- #s.homepage = ""
0
+ s.email = "mark@mackframework.com"
0
+ s.homepage = "http://www.mackframework.com"
0
 
0
   s.test_files = FileList['test/**/*']
0
 

Comments

    No one has commented yet.