catptcha 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/catptcha/seed.rb +3 -2
- data/lib/catptcha.rb +1 -1
- metadata +3 -3
data/lib/catptcha/seed.rb
CHANGED
@@ -5,8 +5,9 @@ module Catptcha::Seed
|
|
5
5
|
:cutekittens => '99442622@N00' # http://www.flickr.com/groups/cutekittens/
|
6
6
|
}
|
7
7
|
SEED_GROUP_NOTKITTENS = {
|
8
|
-
:birdsphotos => '670107@N23',
|
9
|
-
:lovehorses
|
8
|
+
:birdsphotos => '670107@N23', # http://www.flickr.com/groups/birdsphotos/
|
9
|
+
:lovehorses => '44159230@N00', # http://www.flickr.com/groups/lovehorses/
|
10
|
+
:puppylove => '26602919@N00' # http://www.flickr.com/groups/puppylove/
|
10
11
|
}
|
11
12
|
|
12
13
|
class << self
|
data/lib/catptcha.rb
CHANGED
metadata
CHANGED