catptcha 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/catptcha/seed.rb +3 -2
  2. data/lib/catptcha.rb +1 -1
  3. 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', # http://www.flickr.com/groups/birdsphotos/
9
- :lovehorses => '44159230@N00' # http://www.flickr.com/groups/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
@@ -1,5 +1,5 @@
1
1
  module Catptcha
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
 
4
4
  class << self
5
5
  # Get a list of 3 kitten photos
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: catptcha
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Zack Hobson