public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/council-webapp:master commit in: site/
@ 2011-05-24  9:41 Petteri Räty
  0 siblings, 0 replies; 4+ messages in thread
From: Petteri Räty @ 2011-05-24  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     28794a12eeb0ea94ece6166e5c165d0c4b250bc7
Author:     Joachim Filip Ignacy Bartosik <jbartosik <AT> gmail <DOT> com>
AuthorDate: Fri May 20 14:29:29 2011 +0000
Commit:     Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
CommitDate: Fri May 20 15:05:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/council-webapp.git;a=commit;h=28794a12

Start using factory_girl

---
 site/Gemfile      |    1 +
 site/Gemfile.lock |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/site/Gemfile b/site/Gemfile
index 3898aca..b1548c3 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -14,6 +14,7 @@ group :development, :test do
   gem 'database_cleaner'
   gem 'launchy'
   gem 'show_me_the_cookies'
+  gem 'factory_girl'
 end
 
 gem "hobo", ">= 1.3.0.pre28"

diff --git a/site/Gemfile.lock b/site/Gemfile.lock
index cc828d7..939add4 100644
--- a/site/Gemfile.lock
+++ b/site/Gemfile.lock
@@ -71,6 +71,7 @@ GEM
       hobo_support (= 1.3.0.pre28)
     erubis (2.6.6)
       abstract (>= 1.0.0)
+    factory_girl (1.3.3)
     faraday (0.6.1)
       addressable (~> 2.2.4)
       multipart-post (~> 1.1.0)
@@ -203,6 +204,7 @@ DEPENDENCIES
   cucumber-rails
   database_cleaner
   devise
+  factory_girl
   hobo (>= 1.3.0.pre28)
   hobo_devise (>= 0.0.2)
   launchy



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/council-webapp:master commit in: site/
@ 2011-07-05 15:09 Petteri Räty
  0 siblings, 0 replies; 4+ messages in thread
From: Petteri Räty @ 2011-07-05 15:09 UTC (permalink / raw
  To: gentoo-commits

commit:     522b059c78a91fc93103ac849c1a881be905a660
Author:     Petteri Räty <petsku <AT> petteriraty <DOT> eu>
AuthorDate: Tue Jul  5 15:05:37 2011 +0000
Commit:     Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
CommitDate: Tue Jul  5 15:05:37 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/council-webapp.git;a=commit;h=522b059c

Update selenium-webdriver

We need to update so that it works with Firefox 5.

---
 site/Gemfile.lock |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/site/Gemfile.lock b/site/Gemfile.lock
index 6d5bbb4..8b1a867 100644
--- a/site/Gemfile.lock
+++ b/site/Gemfile.lock
@@ -43,7 +43,7 @@ GEM
       selenium-webdriver (>= 0.0.27)
       xpath (~> 0.1.3)
     celerity (0.8.8)
-    childprocess (0.1.8)
+    childprocess (0.1.9)
       ffi (~> 1.0.6)
     columnize (0.3.2)
     configuration (1.2.0)
@@ -98,8 +98,7 @@ GEM
       rest-client
       typhoeus
       typhoeus
-    ffi (1.0.7)
-      rake (>= 0.8.7)
+    ffi (1.0.9)
     fuubar-cucumber (0.0.9)
       cucumber
       ruby-progressbar (~> 0.0.9)
@@ -123,7 +122,7 @@ GEM
       rails (>= 3.0.0)
     i18n (0.5.0)
     json (1.4.6)
-    json_pure (1.5.1)
+    json_pure (1.5.3)
     launchy (0.4.0)
       configuration (>= 0.0.5)
       rake (>= 0.8.1)
@@ -160,7 +159,7 @@ GEM
       activesupport (= 3.0.3)
       rake (>= 0.8.7)
       thor (~> 0.14.4)
-    rake (0.8.7)
+    rake (0.9.2)
     rest-client (1.6.1)
       mime-types (>= 1.16)
     rspec (2.5.0)
@@ -183,8 +182,8 @@ GEM
       linecache (>= 0.3)
     ruby-progressbar (0.0.10)
     rubyzip (0.9.4)
-    selenium-webdriver (0.1.4)
-      childprocess (>= 0.1.7)
+    selenium-webdriver (0.2.2)
+      childprocess (>= 0.1.9)
       ffi (>= 1.0.7)
       json_pure
       rubyzip



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/council-webapp:master commit in: site/
@ 2011-07-13 16:01 Petteri Räty
  0 siblings, 0 replies; 4+ messages in thread
From: Petteri Räty @ 2011-07-13 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5bdcb0559b75368cef3a84be06db587bf61f41ce
Author:     Joachim Filip Ignacy Bartosik <jbartosik <AT> gmail <DOT> com>
AuthorDate: Wed Jul 13 15:53:22 2011 +0000
Commit:     Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 15:53:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/council-webapp.git;a=commit;h=5bdcb055

Fix warning coming from outdated will_paginate gem

---
 site/Gemfile.lock |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/site/Gemfile.lock b/site/Gemfile.lock
index 29cdf46..5127cbf 100644
--- a/site/Gemfile.lock
+++ b/site/Gemfile.lock
@@ -207,7 +207,7 @@ GEM
     tzinfo (0.3.29)
     warden (1.0.4)
       rack (>= 1.0)
-    will_paginate (3.0.pre)
+    will_paginate (3.0.pre2)
     xpath (0.1.3)
       nokogiri (~> 1.3)
 



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/council-webapp:master commit in: site/
@ 2011-07-13 16:01 Petteri Räty
  0 siblings, 0 replies; 4+ messages in thread
From: Petteri Räty @ 2011-07-13 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     67ae4b52161900dcd9d3e8b07d1d1cb8a7fa169b
Author:     Joachim Filip Ignacy Bartosik <jbartosik <AT> gmail <DOT> com>
AuthorDate: Tue Jul 12 09:39:36 2011 +0000
Commit:     Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 15:39:28 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/council-webapp.git;a=commit;h=67ae4b52

Add mysql gem dependency

---
 site/Gemfile      |    1 +
 site/Gemfile.lock |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/site/Gemfile b/site/Gemfile
index f30b723..bba1887 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -1,6 +1,7 @@
 source 'http://rubygems.org'
 gem 'rails', '3.0.3'
 gem 'sqlite3-ruby', :require => 'sqlite3'
+gem 'mysql'
 gem 'devise'
 gem 'hobo_devise', '>=0.0.2'
 gem 'delayed_job'

diff --git a/site/Gemfile.lock b/site/Gemfile.lock
index 67689be..29cdf46 100644
--- a/site/Gemfile.lock
+++ b/site/Gemfile.lock
@@ -139,6 +139,7 @@ GEM
     mime-types (1.16)
     multi_json (1.0.1)
     multipart-post (1.1.0)
+    mysql (2.8.1)
     nokogiri (1.4.4)
     oauth2 (0.4.1)
       faraday (~> 0.6.1)
@@ -226,6 +227,7 @@ DEPENDENCIES
   hobo (>= 1.3.0.pre28)!
   hobo_devise (>= 0.0.2)
   launchy
+  mysql
   rails (= 3.0.3)
   rspec-rails
   ruby-debug



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-13 16:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-05 15:09 [gentoo-commits] proj/council-webapp:master commit in: site/ Petteri Räty
  -- strict thread matches above, loose matches on Subject: below --
2011-07-13 16:01 Petteri Räty
2011-07-13 16:01 Petteri Räty
2011-05-24  9:41 Petteri Räty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox