Description:
moved verification from plug-in to gem
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r326:09b78f1a3065 - - 12 files changed: 10 inserted, 550 deleted

@@ -22,28 +22,29
22 22 gem 'prototype-rails'
23 23
24 24 # To use ActiveModel has_secure_password
25 25 # gem 'bcrypt-ruby', '~> 3.0.0'
26 26
27 27 # To use Jbuilder templates for JSON
28 28 # gem 'jbuilder'
29 29
30 30 # Use unicorn as the app server
31 31 # gem 'unicorn'
32 32
33 33 # Deploy with Capistrano
34 34 # gem 'capistrano'
35 35
36 36 # To use debugger
37 37 # gem 'debugger'
38 38
39 39 gem "haml"
40 40 gem "tmail"
41 41 gem "rdiscount"
42 42 gem "test-unit"
43 43 gem 'will_paginate', '~> 3.0.0'
44 44 gem 'dynamic_form'
45 45 gem 'in_place_editing'
46 + gem 'verification', :git => 'git://github.com/sikachu/verification.git'
46 47
47 48 group :test, :development do
48 49 gem "rspec-rails", "~> 2.0"
49 50 end
@@ -1,24 +1,32
1 + GIT
2 + remote: git://github.com/sikachu/verification.git
3 + revision: 344ad2535da3dc9671872628ff9c79d6f59af9da
4 + specs:
5 + verification (1.0.3)
6 + actionpack (>= 3.0.0, < 3.3.0)
7 + activesupport (>= 3.0.0, < 3.3.0)
8 +
1 9 GEM
2 10 remote: https://rubygems.org/
3 11 specs:
4 12 actionmailer (3.2.8)
5 13 actionpack (= 3.2.8)
6 14 mail (~> 2.4.4)
7 15 actionpack (3.2.8)
8 16 activemodel (= 3.2.8)
9 17 activesupport (= 3.2.8)
10 18 builder (~> 3.0.0)
11 19 erubis (~> 2.7.0)
12 20 journey (~> 1.0.4)
13 21 rack (~> 1.4.0)
14 22 rack-cache (~> 1.2)
15 23 rack-test (~> 0.6.1)
16 24 sprockets (~> 2.1.3)
17 25 activemodel (3.2.8)
18 26 activesupport (= 3.2.8)
19 27 builder (~> 3.0.0)
20 28 activerecord (3.2.8)
21 29 activemodel (= 3.2.8)
22 30 activesupport (= 3.2.8)
23 31 arel (~> 3.0.2)
24 32 tzinfo (~> 0.3.29)
@@ -115,25 +123,26
115 123 polyglot (>= 0.3.1)
116 124 tzinfo (0.3.33)
117 125 uglifier (1.3.0)
118 126 execjs (>= 0.3.0)
119 127 multi_json (~> 1.0, >= 1.0.2)
120 128 will_paginate (3.0.3)
121 129
122 130 PLATFORMS
123 131 ruby
124 132
125 133 DEPENDENCIES
126 134 coffee-rails (~> 3.2.1)
127 135 dynamic_form
128 136 haml
129 137 in_place_editing
130 138 mysql2
131 139 prototype-rails
132 140 rails (= 3.2.8)
133 141 rdiscount
134 142 rspec-rails (~> 2.0)
135 143 sass-rails (~> 3.2.3)
136 144 test-unit
137 145 tmail
138 146 uglifier (>= 1.0.3)
147 + verification!
139 148 will_paginate (~> 3.0.0)
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
You need to be logged in to leave comments. Login now