[83962] branches/gsoc11-statistics/stats-server
derek at macports.org
derek at macports.org
Tue Sep 13 13:46:05 PDT 2011
Revision: 83962
http://trac.macports.org/changeset/83962
Author: derek at macports.org
Date: 2011-09-13 13:46:02 -0700 (Tue, 13 Sep 2011)
Log Message:
-----------
Added dependencies on
- rspec, autotest, shoulda for testing. Development, test environments
- uuid gem for uuid validation
Modified Paths:
--------------
branches/gsoc11-statistics/stats-server/Gemfile
branches/gsoc11-statistics/stats-server/Gemfile.lock
Modified: branches/gsoc11-statistics/stats-server/Gemfile
===================================================================
--- branches/gsoc11-statistics/stats-server/Gemfile 2011-09-13 20:07:50 UTC (rev 83961)
+++ branches/gsoc11-statistics/stats-server/Gemfile 2011-09-13 20:46:02 UTC (rev 83962)
@@ -7,6 +7,7 @@
gem "rake", "0.8.7"
gem 'sqlite3'
gem 'json'
+gem 'uuid'
gem 'will_paginate', '>= 3.0.pre2'
gem 'gvis', :git => 'git://github.com/jeremyolliver/gvis.git'
@@ -29,6 +30,9 @@
# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
-# group :development, :test do
-# gem 'webrat'
-# end
+group :development, :test do
+ gem 'rspec-rails', '2.6.1'
+ gem 'autotest'
+ gem 'shoulda'
+ #gem 'webrat'
+end
Modified: branches/gsoc11-statistics/stats-server/Gemfile.lock
===================================================================
--- branches/gsoc11-statistics/stats-server/Gemfile.lock 2011-09-13 20:07:50 UTC (rev 83961)
+++ branches/gsoc11-statistics/stats-server/Gemfile.lock 2011-09-13 20:46:02 UTC (rev 83962)
@@ -8,6 +8,7 @@
GEM
remote: http://rubygems.org/
specs:
+ ZenTest (4.6.2)
abstract (1.0.0)
actionmailer (3.0.9)
actionpack (= 3.0.9)
@@ -36,18 +37,23 @@
activesupport (= 3.0.9)
activesupport (3.0.9)
arel (2.0.10)
+ autotest (4.4.6)
+ ZenTest (>= 4.4.1)
builder (2.1.2)
+ diff-lcs (1.1.3)
erubis (2.6.6)
abstract (>= 1.0.0)
i18n (0.5.0)
json (1.5.3)
+ macaddr (1.4.0)
+ systemu (~> 2.2.0)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
- polyglot (0.3.1)
+ polyglot (0.3.2)
rack (1.2.3)
rack-mount (0.6.14)
rack (>= 1.0.0)
@@ -68,21 +74,43 @@
rdoc (~> 3.4)
thor (~> 0.14.4)
rake (0.8.7)
- rdoc (3.6.1)
- sqlite3 (1.3.3)
+ rdoc (3.9.2)
+ rspec (2.6.0)
+ rspec-core (~> 2.6.0)
+ rspec-expectations (~> 2.6.0)
+ rspec-mocks (~> 2.6.0)
+ rspec-core (2.6.4)
+ rspec-expectations (2.6.0)
+ diff-lcs (~> 1.1.2)
+ rspec-mocks (2.6.0)
+ rspec-rails (2.6.1)
+ actionpack (~> 3.0)
+ activesupport (~> 3.0)
+ railties (~> 3.0)
+ rspec (~> 2.6.0)
+ shoulda (2.11.3)
+ sqlite3 (1.3.4)
+ systemu (2.2.0)
thor (0.14.6)
- treetop (1.4.9)
+ treetop (1.4.10)
+ polyglot
polyglot (>= 0.3.1)
- tzinfo (0.3.28)
- will_paginate (3.0.pre2)
+ tzinfo (0.3.29)
+ uuid (2.3.4)
+ macaddr (~> 1.0)
+ will_paginate (3.0.0)
PLATFORMS
ruby
DEPENDENCIES
+ autotest
gvis!
json
rails (= 3.0.9)
rake (= 0.8.7)
+ rspec-rails (= 2.6.1)
+ shoulda
sqlite3
+ uuid
will_paginate (>= 3.0.pre2)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110913/b6f124af/attachment.html>
More information about the macports-changes
mailing list