devise_challenge_questionable 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 8c6b057912ca9eb2c825c1c9120f870b1fb92010
4
- data.tar.gz: ee581dc163c80b909ddd783e5940526be923e1b3
5
- SHA512:
6
- metadata.gz: baeabfb00a48c8e3b31d89d56aeccac6a2ffc5766f49c7e516573e708a4d144fb2787f7e509d2e085bea34e61cf42eb7bf0c3c211952c941d068b2ab61a350b1
7
- data.tar.gz: 592cf95baa7120b8331342454cc3a67b9f5aee59f4db9082f21d12e332b66d4e56d91f978da3dccdf2fcc1e4bdf3e5d0dd1ad65643be19e7be50c0bf7561c4c0
1
+ ---
2
+ SHA1:
3
+ data.tar.gz: 9381ca409021e64875fe8356dd63aefa0ed6093c
4
+ metadata.gz: 85c7a39b0fa915f7eb7523782de9608b0aa705a0
5
+ SHA512:
6
+ data.tar.gz: d268d8fb3bbea8b6323a273c32de0bb0ef9efccab4e04ab9483028e46015f59a758dcd2e5d15ea15d7f1eb1274f41b1565e41ae195b3f0c420d21dfe2d863e0b
7
+ metadata.gz: 39acc2d160978d7fe9982dc64fa6034c60b4ee539e753f84602c3fe9a9db3dec0faad5236dd86a8fe85378f15c386ebac821a10af80354b888efd66a680ab989
@@ -8,7 +8,7 @@ module Devise
8
8
  @@max_challenge_question_attempts = 3
9
9
 
10
10
  mattr_accessor :challenge_questions
11
- @@challenge_questions = ["What was your high school mascot?","In which city was your first elementary school?","In which city was your mother born?","What is the name of your favorite movie?","Who is your favorite athlete?","What was your most memorable gift as a child?","What is your favorite cartoon character?","What is the name of your favorite novel?","Name of favorite childhood pet?","What is the name of your elementary school?","What is your youngest child's middle name?","Last Name of your kindergarten teacher?","What is the first name of your grandmother (your father's mother)?","What is your spouse's nickname?","Name of the place where your wedding reception was held?","Name of a college you applied to but did not attend?","What is the first name of the youngest of your siblings?","What is the first name of the eldest of your siblings?","What is your favorite television show?","If you needed a new first name, what would it be?","What is the first name of your youngest child?","When is your mother's birthday (MM/DD)?","What is your eldest child's middle name?","What is the last name of the funniest friend you know?","Name the highest mountain you've been to the top of?","What is the first name of your grandmother (your mother's mother)?","What is the first name of your grandfather (your mother's father)?","What was the first name of your best man/maid of honor?","What was the last name of your first grade teacher?","What is the last name of your first boyfriend or girlfriend?","Which high school did you attend?","What was your major during college?","What was the name of your first pet?","What was your favorite place from your childhood?","What is your favorite song?","What is your favorite car?","What is your mothers middle name?","What is the (MM/DD) of your employment?","What is the make/model of first car?","What is the name of the city or town where you were born?","What is the name of your favorite childhood teacher?","What is the name of your favorite childhood friend?","What are your oldest siblings (MM/YYYY) of birth?","What is your oldest siblings middle name?","What school did you attend for sixth grade?","On what street did you live in third grade?"]
11
+ @@challenge_questions = ["What was your high school mascot?","In which city was your first elementary school?","In which city was your mother born?","What is the name of your favorite movie?","Who is your favorite athlete?","What was your most memorable gift as a child?","What is your favorite cartoon character?","What is the name of your favorite novel?","Name of favorite childhood pet?","What is the name of your elementary school?","What is your youngest child's middle name?","Last Name of your kindergarten teacher?","What is the first name of your grandmother (your father's mother)?","What is your spouse's nickname?","Name of the place where your wedding reception was held?","Name of a college you applied to but did not attend?","What is the first name of the youngest of your siblings?","What is the first name of the eldest of your siblings?","What is your favorite television show?","If you needed a new first name, what would it be?","What is the first name of your youngest child?","When is your mother's birthday (MM/DD)?","What is your eldest child's middle name?","What is the last name of the funniest friend you know?","Name the highest mountain you've been to the top of?","What is the first name of your grandmother (your mother's mother)?","What is the first name of your grandfather (your mother's father)?","What was the first name of your best man/maid of honor?","What was the last name of your first grade teacher?","What is the last name of your first boyfriend or girlfriend?","Which high school did you attend?","What was your major during college?","What was the name of your first pet?","What was your favorite place from your childhood?","What is your favorite song?","What is your favorite car?","What is your mother's middle name?","What is the (MM/DD) of your employment?","What is the make/model of first car?","What is the name of the city or town where you were born?","What is the name of your favorite childhood teacher?","What is the name of your favorite childhood friend?","What are your oldest sibling's (MM/YYYY) of birth?","What is your oldest sibling's middle name?","What school did you attend for sixth grade?","On what street did you live in third grade?"]
12
12
 
13
13
  mattr_accessor :number_of_challenge_questions_stored
14
14
  @@number_of_challenge_questions_stored = 3
@@ -1,3 +1,3 @@
1
1
  module DeviseChallengeQuestionable
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,67 +1,57 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: devise_challenge_questionable
3
- version: !ruby/object:Gem::Version
4
- version: 0.2.3
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.4
5
5
  platform: ruby
6
- authors:
6
+ authors:
7
7
  - Andrew Kennedy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-20 00:00:00.000000000 Z
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
11
+
12
+ date: 2014-06-05 00:00:00 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
14
15
  name: rails
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - '='
18
- - !ruby/object:Gem::Version
19
- version: 3.0.20
20
- type: :runtime
21
16
  prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - '='
25
- - !ruby/object:Gem::Version
17
+ requirement: &id001 !ruby/object:Gem::Requirement
18
+ requirements:
19
+ - - "="
20
+ - !ruby/object:Gem::Version
26
21
  version: 3.0.20
27
- - !ruby/object:Gem::Dependency
28
- name: devise
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - '='
32
- - !ruby/object:Gem::Version
33
- version: 1.1.3
34
22
  type: :runtime
23
+ version_requirements: *id001
24
+ - !ruby/object:Gem::Dependency
25
+ name: devise
35
26
  prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - '='
39
- - !ruby/object:Gem::Version
27
+ requirement: &id002 !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - "="
30
+ - !ruby/object:Gem::Version
40
31
  version: 1.1.3
41
- - !ruby/object:Gem::Dependency
32
+ type: :runtime
33
+ version_requirements: *id002
34
+ - !ruby/object:Gem::Dependency
42
35
  name: bundler
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - '>='
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :development
49
36
  prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - '>='
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
- description: |2
56
- ### Features ###
57
- * configure max challenge question attempts
58
- * per user level control if he really need challenge questions
59
- email:
37
+ requirement: &id003 !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - &id004
40
+ - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: "0"
43
+ type: :development
44
+ version_requirements: *id003
45
+ description: " ### Features ###\n * configure max challenge question attempts\n * per user level control if he really need challenge questions\n"
46
+ email:
60
47
  - andrew@akennedy.io
61
48
  executables: []
49
+
62
50
  extensions: []
51
+
63
52
  extra_rdoc_files: []
64
- files:
53
+
54
+ files:
65
55
  - .gitignore
66
56
  - Gemfile
67
57
  - README.md
@@ -92,25 +82,26 @@ files:
92
82
  - lib/generators/devise_challenge_questionable/views_generator.rb
93
83
  homepage: https://github.com/akennedy/devise_challenge_questionable
94
84
  licenses: []
85
+
95
86
  metadata: {}
87
+
96
88
  post_install_message:
97
89
  rdoc_options: []
98
- require_paths:
90
+
91
+ require_paths:
99
92
  - lib
100
- required_ruby_version: !ruby/object:Gem::Requirement
101
- requirements:
102
- - - '>='
103
- - !ruby/object:Gem::Version
104
- version: '0'
105
- required_rubygems_version: !ruby/object:Gem::Requirement
106
- requirements:
107
- - - '>='
108
- - !ruby/object:Gem::Version
109
- version: '0'
93
+ required_ruby_version: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - *id004
96
+ required_rubygems_version: !ruby/object:Gem::Requirement
97
+ requirements:
98
+ - *id004
110
99
  requirements: []
100
+
111
101
  rubyforge_project: devise_challenge_questionable
112
- rubygems_version: 2.1.10
102
+ rubygems_version: 2.0.13
113
103
  signing_key:
114
104
  specification_version: 4
115
105
  summary: Challenge question plugin for devise
116
106
  test_files: []
107
+