captchah 1.0.9 → 1.1.0

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
1
  ---
2
2
  SHA256:
3
- metadata.gz: f96360fff08086076d7c27fb87e15859bccbbda8ae9af2760f94feb0e0959394
4
- data.tar.gz: 2a295f6902dbf9c0555b6e9f9e91606493a507ef74b2b6d669eaa17e3b1093d1
3
+ metadata.gz: e32ca320385d97c027168d4b8d6bb9ef7a7467fa6c904c0a6c6bcf5d291c1ea8
4
+ data.tar.gz: 85d5bc27cb10e3851d321654287732eb9187d4a9f1092366517d7a1f502118b3
5
5
  SHA512:
6
- metadata.gz: c284b0324fab3c6a1fddf79291b02a6f791ab68823cf93e9a1212f4a6cb414d46e1166331625f18e6f4c77882e30cbfd0d6910da04f7d349256646974faf7c5b
7
- data.tar.gz: e25cdb0eb0026dd5ce914f3c9f4aaff206340f018b2e20a8bcf1ebd1b59e282fcd256d2ec9fe8c1a1621dffbd8a148f1158f4751dda7bbfc23663a35364430ef
6
+ metadata.gz: d8fc2e383e99d1b52ca20b737d7c93a1b59ce6bc07ead0e43840b457edc283907a8bd45552cbe5c3fa568c2d63a1d1130a6a58feedc3159ca6aa397ee14bb598
7
+ data.tar.gz: 610f90f9fd59f29ca1e60c1a20e19fac67de9c9adba2e33ee4b71e7ff1865bcf4254fbea236a1b72fe6f254c9e75c8a375823e30a67c4fb454664fd894e708ce
data/README.md CHANGED
@@ -7,7 +7,7 @@ A Rails captcha gem that attempts to determine whether or not a user is human.
7
7
  Add this line to your application's Gemfile:
8
8
 
9
9
  ```
10
- gem 'captchah', '~> 1.0'
10
+ gem 'captchah', '~> 1.1'
11
11
  ```
12
12
 
13
13
  And execute:
@@ -66,8 +66,9 @@ module Captchah
66
66
  background-color: white;
67
67
  border-radius: 2px;
68
68
  border: 1px solid #c1c1c1;
69
- font-size: 13px;
70
- height: 25px;
69
+ font-size: 18px !important;
70
+ height: 45px;
71
+ line-height: 0;
71
72
  margin: 5px 0;
72
73
  max-width: #{width - 12}px;
73
74
  min-width: 0;
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Captchah
4
- VERSION = '1.0.9'
4
+ VERSION = '1.1.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: captchah
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evgeni Radev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-29 00:00:00.000000000 Z
11
+ date: 2020-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mini_magick