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

@@ -1,49 +1,50
1 source 'https://rubygems.org'
1 source 'https://rubygems.org'
2
2
3 gem 'rails', '3.2.8'
3 gem 'rails', '3.2.8'
4
4
5 # Bundle edge Rails instead:
5 # Bundle edge Rails instead:
6 # gem 'rails', :git => 'git://github.com/rails/rails.git'
6 # gem 'rails', :git => 'git://github.com/rails/rails.git'
7
7
8 gem 'mysql2'
8 gem 'mysql2'
9
9
10 # Gems used only for assets and not required
10 # Gems used only for assets and not required
11 # in production environments by default.
11 # in production environments by default.
12 group :assets do
12 group :assets do
13 gem 'sass-rails', '~> 3.2.3'
13 gem 'sass-rails', '~> 3.2.3'
14 gem 'coffee-rails', '~> 3.2.1'
14 gem 'coffee-rails', '~> 3.2.1'
15
15
16 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
16 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
17 # gem 'therubyracer', :platforms => :ruby
17 # gem 'therubyracer', :platforms => :ruby
18
18
19 gem 'uglifier', '>= 1.0.3'
19 gem 'uglifier', '>= 1.0.3'
20 end
20 end
21
21
22 gem 'prototype-rails'
22 gem 'prototype-rails'
23
23
24 # To use ActiveModel has_secure_password
24 # To use ActiveModel has_secure_password
25 # gem 'bcrypt-ruby', '~> 3.0.0'
25 # gem 'bcrypt-ruby', '~> 3.0.0'
26
26
27 # To use Jbuilder templates for JSON
27 # To use Jbuilder templates for JSON
28 # gem 'jbuilder'
28 # gem 'jbuilder'
29
29
30 # Use unicorn as the app server
30 # Use unicorn as the app server
31 # gem 'unicorn'
31 # gem 'unicorn'
32
32
33 # Deploy with Capistrano
33 # Deploy with Capistrano
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,48 +1,56
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)
13 rack (~> 1.4.0)
21 rack (~> 1.4.0)
14 rack-cache (~> 1.2)
22 rack-cache (~> 1.2)
15 rack-test (~> 0.6.1)
23 rack-test (~> 0.6.1)
16 sprockets (~> 2.1.3)
24 sprockets (~> 2.1.3)
17 activemodel (3.2.8)
25 activemodel (3.2.8)
18 activesupport (= 3.2.8)
26 activesupport (= 3.2.8)
19 builder (~> 3.0.0)
27 builder (~> 3.0.0)
20 activerecord (3.2.8)
28 activerecord (3.2.8)
21 activemodel (= 3.2.8)
29 activemodel (= 3.2.8)
22 activesupport (= 3.2.8)
30 activesupport (= 3.2.8)
23 arel (~> 3.0.2)
31 arel (~> 3.0.2)
24 tzinfo (~> 0.3.29)
32 tzinfo (~> 0.3.29)
25 activeresource (3.2.8)
33 activeresource (3.2.8)
26 activemodel (= 3.2.8)
34 activemodel (= 3.2.8)
27 activesupport (= 3.2.8)
35 activesupport (= 3.2.8)
28 activesupport (3.2.8)
36 activesupport (3.2.8)
29 i18n (~> 0.6)
37 i18n (~> 0.6)
30 multi_json (~> 1.0)
38 multi_json (~> 1.0)
31 arel (3.0.2)
39 arel (3.0.2)
32 builder (3.0.3)
40 builder (3.0.3)
33 coffee-rails (3.2.2)
41 coffee-rails (3.2.2)
34 coffee-script (>= 2.2.0)
42 coffee-script (>= 2.2.0)
35 railties (~> 3.2.0)
43 railties (~> 3.2.0)
36 coffee-script (2.2.0)
44 coffee-script (2.2.0)
37 coffee-script-source
45 coffee-script-source
38 execjs
46 execjs
39 coffee-script-source (1.3.3)
47 coffee-script-source (1.3.3)
40 diff-lcs (1.1.3)
48 diff-lcs (1.1.3)
41 dynamic_form (1.1.4)
49 dynamic_form (1.1.4)
42 erubis (2.7.0)
50 erubis (2.7.0)
43 execjs (1.4.0)
51 execjs (1.4.0)
44 multi_json (~> 1.0)
52 multi_json (~> 1.0)
45 haml (3.1.7)
53 haml (3.1.7)
46 hike (1.2.1)
54 hike (1.2.1)
47 i18n (0.6.1)
55 i18n (0.6.1)
48 in_place_editing (1.2.0)
56 in_place_editing (1.2.0)
@@ -91,49 +99,50
91 rspec-core (2.11.1)
99 rspec-core (2.11.1)
92 rspec-expectations (2.11.3)
100 rspec-expectations (2.11.3)
93 diff-lcs (~> 1.1.3)
101 diff-lcs (~> 1.1.3)
94 rspec-mocks (2.11.3)
102 rspec-mocks (2.11.3)
95 rspec-rails (2.11.0)
103 rspec-rails (2.11.0)
96 actionpack (>= 3.0)
104 actionpack (>= 3.0)
97 activesupport (>= 3.0)
105 activesupport (>= 3.0)
98 railties (>= 3.0)
106 railties (>= 3.0)
99 rspec (~> 2.11.0)
107 rspec (~> 2.11.0)
100 sass (3.2.1)
108 sass (3.2.1)
101 sass-rails (3.2.5)
109 sass-rails (3.2.5)
102 railties (~> 3.2.0)
110 railties (~> 3.2.0)
103 sass (>= 3.1.10)
111 sass (>= 3.1.10)
104 tilt (~> 1.3)
112 tilt (~> 1.3)
105 sprockets (2.1.3)
113 sprockets (2.1.3)
106 hike (~> 1.2)
114 hike (~> 1.2)
107 rack (~> 1.0)
115 rack (~> 1.0)
108 tilt (~> 1.1, != 1.3.0)
116 tilt (~> 1.1, != 1.3.0)
109 test-unit (2.5.2)
117 test-unit (2.5.2)
110 thor (0.16.0)
118 thor (0.16.0)
111 tilt (1.3.3)
119 tilt (1.3.3)
112 tmail (1.2.7.1)
120 tmail (1.2.7.1)
113 treetop (1.4.10)
121 treetop (1.4.10)
114 polyglot
122 polyglot
115 polyglot (>= 0.3.1)
123 polyglot (>= 0.3.1)
116 tzinfo (0.3.33)
124 tzinfo (0.3.33)
117 uglifier (1.3.0)
125 uglifier (1.3.0)
118 execjs (>= 0.3.0)
126 execjs (>= 0.3.0)
119 multi_json (~> 1.0, >= 1.0.2)
127 multi_json (~> 1.0, >= 1.0.2)
120 will_paginate (3.0.3)
128 will_paginate (3.0.3)
121
129
122 PLATFORMS
130 PLATFORMS
123 ruby
131 ruby
124
132
125 DEPENDENCIES
133 DEPENDENCIES
126 coffee-rails (~> 3.2.1)
134 coffee-rails (~> 3.2.1)
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