Description:
moved verification from plug-in to gem
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r326:09b78f1a3065 - - 12 files changed: 10 inserted, 550 deleted
@@ -34,16 +34,17 | |||||
|
34 | # gem 'capistrano' |
|
34 | # gem 'capistrano' |
|
35 |
|
35 | ||
|
36 | # To use debugger |
|
36 | # To use debugger |
|
37 | # gem 'debugger' |
|
37 | # gem 'debugger' |
|
38 |
|
38 | ||
|
39 | gem "haml" |
|
39 | gem "haml" |
|
40 | gem "tmail" |
|
40 | gem "tmail" |
|
41 | gem "rdiscount" |
|
41 | gem "rdiscount" |
|
42 | gem "test-unit" |
|
42 | gem "test-unit" |
|
43 | gem 'will_paginate', '~> 3.0.0' |
|
43 | gem 'will_paginate', '~> 3.0.0' |
|
44 | gem 'dynamic_form' |
|
44 | gem 'dynamic_form' |
|
45 | gem 'in_place_editing' |
|
45 | gem 'in_place_editing' |
|
|
46 | + gem 'verification', :git => 'git://github.com/sikachu/verification.git' | ||
|
46 |
|
47 | ||
|
47 | group :test, :development do |
|
48 | group :test, :development do |
|
48 | gem "rspec-rails", "~> 2.0" |
|
49 | gem "rspec-rails", "~> 2.0" |
|
49 | end |
|
50 | end |
@@ -1,12 +1,20 | |||||
|
|
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 | GEM |
|
9 | GEM |
|
2 | remote: https://rubygems.org/ |
|
10 | remote: https://rubygems.org/ |
|
3 | specs: |
|
11 | specs: |
|
4 | actionmailer (3.2.8) |
|
12 | actionmailer (3.2.8) |
|
5 | actionpack (= 3.2.8) |
|
13 | actionpack (= 3.2.8) |
|
6 | mail (~> 2.4.4) |
|
14 | mail (~> 2.4.4) |
|
7 | actionpack (3.2.8) |
|
15 | actionpack (3.2.8) |
|
8 | activemodel (= 3.2.8) |
|
16 | activemodel (= 3.2.8) |
|
9 | activesupport (= 3.2.8) |
|
17 | activesupport (= 3.2.8) |
|
10 | builder (~> 3.0.0) |
|
18 | builder (~> 3.0.0) |
|
11 | erubis (~> 2.7.0) |
|
19 | erubis (~> 2.7.0) |
|
12 | journey (~> 1.0.4) |
|
20 | journey (~> 1.0.4) |
@@ -127,13 +135,14 | |||||
|
127 | dynamic_form |
|
135 | dynamic_form |
|
128 | haml |
|
136 | haml |
|
129 | in_place_editing |
|
137 | in_place_editing |
|
130 | mysql2 |
|
138 | mysql2 |
|
131 | prototype-rails |
|
139 | prototype-rails |
|
132 | rails (= 3.2.8) |
|
140 | rails (= 3.2.8) |
|
133 | rdiscount |
|
141 | rdiscount |
|
134 | rspec-rails (~> 2.0) |
|
142 | rspec-rails (~> 2.0) |
|
135 | sass-rails (~> 3.2.3) |
|
143 | sass-rails (~> 3.2.3) |
|
136 | test-unit |
|
144 | test-unit |
|
137 | tmail |
|
145 | tmail |
|
138 | uglifier (>= 1.0.3) |
|
146 | uglifier (>= 1.0.3) |
|
|
147 | + verification! | ||
|
139 | will_paginate (~> 3.0.0) |
|
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