aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-08-06 17:18:21 +0200
committerJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-12-02 21:48:39 +0100
commit88f24642bd789ac41a86fe34ffe469cf9f0521a3 (patch)
tree0d3ca69c76c018c64a18acde50445db75d982d83 /Gemfile.lock
parentSend emails as delayed job (diff)
downloadrecruiting-webapp-88f24642bd789ac41a86fe34ffe469cf9f0521a3.tar.gz
recruiting-webapp-88f24642bd789ac41a86fe34ffe469cf9f0521a3.tar.bz2
recruiting-webapp-88f24642bd789ac41a86fe34ffe469cf9f0521a3.zip
Email answers allow checking signatures
Use Mail gem for receiving emails. Changed fixture email question to require a valid signature. Tests for signatures validation.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 0892b21..9a76a46 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -32,6 +32,7 @@ GEM
gherkin (2.2.9)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
+ gpgme (1.0.8)
hobo (1.0.1)
hobofields (= 1.0.1)
hobosupport (= 1.0.1)
@@ -47,8 +48,14 @@ GEM
hobosupport (1.0.1)
json (1.4.6)
linecache (0.43)
+ mail (2.2.1)
+ activesupport (>= 2.3.4)
+ mime-types
+ treetop (>= 1.4.5)
+ mime-types (1.16)
mysql (2.8.1)
nokogiri (1.4.3.1)
+ polyglot (0.3.1)
rack (1.0.1)
rack-test (0.5.6)
rack (>= 1.0)
@@ -71,6 +78,8 @@ GEM
shoulda (2.11.3)
sqlite3-ruby (1.3.2)
term-ansicolor (1.0.5)
+ treetop (1.4.8)
+ polyglot (>= 0.3.1)
webrat (0.7.2)
nokogiri (>= 1.2.0)
rack (>= 1.0)
@@ -87,8 +96,10 @@ DEPENDENCIES
delayed_job
email_spec (= 0.6.2)
factory_girl
+ gpgme
hobo
hobo_openid (>= 0.4.2)
+ mail
mysql
nokogiri
rails (= 2.3.5)