[76479] branches/gsoc10-mpwa/mpwa

jrozner at macports.org jrozner at macports.org
Thu Feb 24 18:05:54 PST 2011


Revision: 76479
          http://trac.macports.org/changeset/76479
Author:   jrozner at macports.org
Date:     2011-02-24 18:05:52 -0800 (Thu, 24 Feb 2011)
Log Message:
-----------
upgraded version of rails and other gems

Modified Paths:
--------------
    branches/gsoc10-mpwa/mpwa/Gemfile
    branches/gsoc10-mpwa/mpwa/Gemfile.lock

Modified: branches/gsoc10-mpwa/mpwa/Gemfile
===================================================================
--- branches/gsoc10-mpwa/mpwa/Gemfile	2011-02-24 21:58:33 UTC (rev 76478)
+++ branches/gsoc10-mpwa/mpwa/Gemfile	2011-02-25 02:05:52 UTC (rev 76479)
@@ -1,11 +1,10 @@
 source 'http://rubygems.org'
 
-gem 'rails', '3.0.0'
+gem 'rails'
 
 gem 'rack-recaptcha', :require => 'rack/recaptcha'
-gem 'will_paginate', '3.0.pre2'
+gem 'will_paginate'
 
 group :development, :test do
-  gem 'thin'
   gem 'sqlite3'
 end

Modified: branches/gsoc10-mpwa/mpwa/Gemfile.lock
===================================================================
--- branches/gsoc10-mpwa/mpwa/Gemfile.lock	2011-02-24 21:58:33 UTC (rev 76478)
+++ branches/gsoc10-mpwa/mpwa/Gemfile.lock	2011-02-25 02:05:52 UTC (rev 76479)
@@ -2,47 +2,43 @@
   remote: http://rubygems.org/
   specs:
     abstract (1.0.0)
-    actionmailer (3.0.0)
-      actionpack (= 3.0.0)
-      mail (~> 2.2.5)
-    actionpack (3.0.0)
-      activemodel (= 3.0.0)
-      activesupport (= 3.0.0)
+    actionmailer (3.0.4)
+      actionpack (= 3.0.4)
+      mail (~> 2.2.15)
+    actionpack (3.0.4)
+      activemodel (= 3.0.4)
+      activesupport (= 3.0.4)
       builder (~> 2.1.2)
       erubis (~> 2.6.6)
-      i18n (~> 0.4.1)
+      i18n (~> 0.4)
       rack (~> 1.2.1)
-      rack-mount (~> 0.6.12)
-      rack-test (~> 0.5.4)
+      rack-mount (~> 0.6.13)
+      rack-test (~> 0.5.7)
       tzinfo (~> 0.3.23)
-    activemodel (3.0.0)
-      activesupport (= 3.0.0)
+    activemodel (3.0.4)
+      activesupport (= 3.0.4)
       builder (~> 2.1.2)
-      i18n (~> 0.4.1)
-    activerecord (3.0.0)
-      activemodel (= 3.0.0)
-      activesupport (= 3.0.0)
-      arel (~> 1.0.0)
+      i18n (~> 0.4)
+    activerecord (3.0.4)
+      activemodel (= 3.0.4)
+      activesupport (= 3.0.4)
+      arel (~> 2.0.2)
       tzinfo (~> 0.3.23)
-    activeresource (3.0.0)
-      activemodel (= 3.0.0)
-      activesupport (= 3.0.0)
-    activesupport (3.0.0)
-    arel (1.0.1)
-      activesupport (~> 3.0.0)
+    activeresource (3.0.4)
+      activemodel (= 3.0.4)
+      activesupport (= 3.0.4)
+    activesupport (3.0.4)
+    arel (2.0.8)
     builder (2.1.2)
-    daemons (1.1.0)
     erubis (2.6.6)
       abstract (>= 1.0.0)
-    eventmachine (0.12.10)
-    ffi (0.6.3)
-      rake (>= 0.8.7)
-    i18n (0.4.1)
-    json (1.4.6)
-    mail (2.2.5)
+    i18n (0.5.0)
+    json (1.5.1)
+    mail (2.2.15)
       activesupport (>= 2.3.6)
-      mime-types
-      treetop (>= 1.4.5)
+      i18n (>= 0.4.0)
+      mime-types (~> 1.16)
+      treetop (~> 1.4.8)
     mime-types (1.16)
     polyglot (0.3.1)
     rack (1.2.1)
@@ -50,40 +46,34 @@
       rack (>= 1.0.0)
     rack-recaptcha (0.2.2)
       json
-    rack-test (0.5.4)
+    rack-test (0.5.7)
       rack (>= 1.0)
-    rails (3.0.0)
-      actionmailer (= 3.0.0)
-      actionpack (= 3.0.0)
-      activerecord (= 3.0.0)
-      activeresource (= 3.0.0)
-      activesupport (= 3.0.0)
-      bundler (~> 1.0.0)
-      railties (= 3.0.0)
-    railties (3.0.0)
-      actionpack (= 3.0.0)
-      activesupport (= 3.0.0)
-      rake (>= 0.8.4)
-      thor (~> 0.14.0)
+    rails (3.0.4)
+      actionmailer (= 3.0.4)
+      actionpack (= 3.0.4)
+      activerecord (= 3.0.4)
+      activeresource (= 3.0.4)
+      activesupport (= 3.0.4)
+      bundler (~> 1.0)
+      railties (= 3.0.4)
+    railties (3.0.4)
+      actionpack (= 3.0.4)
+      activesupport (= 3.0.4)
+      rake (>= 0.8.7)
+      thor (~> 0.14.4)
     rake (0.8.7)
-    sqlite3 (0.1.1)
-      ffi (>= 0.6.3)
-    thin (1.2.7)
-      daemons (>= 1.0.9)
-      eventmachine (>= 0.12.6)
-      rack (>= 1.0.0)
-    thor (0.14.0)
-    treetop (1.4.8)
+    sqlite3 (1.3.3)
+    thor (0.14.6)
+    treetop (1.4.9)
       polyglot (>= 0.3.1)
-    tzinfo (0.3.23)
-    will_paginate (3.0.pre2)
+    tzinfo (0.3.24)
+    will_paginate (2.3.15)
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
   rack-recaptcha
-  rails (= 3.0.0)
+  rails
   sqlite3
-  thin
-  will_paginate (= 3.0.pre2)
+  will_paginate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110224/1ab712ac/attachment.html>


More information about the macports-changes mailing list