blogs_captcha 0.0.2 → 0.0.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a810e9d4890f1b9d03207682d5f1204478bda6910a391b977d6d4483c7f63a16
|
4
|
+
data.tar.gz: 2013e8135a6c19c9f7a725b5eabe29ebeb6b1672888de9bf611c8db13957dee5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c14ca513955ec5b09942b2dfa155f5d86ff5aab94fd9417d24fd2fa31aa108e917305ff2e85aa5257d4b5429e1b28caed27680dbcee7413b4bae864f65fa0bf2
|
7
|
+
data.tar.gz: dff746900dc872a30df55e58631d45875eac12391bc7119fd5fa20de7144bd66771ec28d891078fd88e8293183a4a2f4108b302134a5ede4829cf97c83dbd3b4
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blogs_captcha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ChinaHDJ
|
@@ -51,10 +51,10 @@ files:
|
|
51
51
|
- config/locales/rucaptcha.zh-CN.yml
|
52
52
|
- config/locales/rucaptcha.zh-TW.yml
|
53
53
|
- config/routes.rb
|
54
|
+
- ext/blogs_captcha/blogs_captcha.c
|
54
55
|
- ext/blogs_captcha/colors.h
|
55
56
|
- ext/blogs_captcha/extconf.rb
|
56
57
|
- ext/blogs_captcha/font.h
|
57
|
-
- ext/blogs_captcha/rucaptcha.c
|
58
58
|
- lib/blogs_captcha.rb
|
59
59
|
- lib/blogs_captcha/cache.rb
|
60
60
|
- lib/blogs_captcha/configuration.rb
|