concise_rucaptcha 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,92 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: concise_rucaptcha
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Jason Lee, Rina Liu
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-12-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: railties
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '3.2'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '3.2'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake-compiler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1'
41
+ description:
42
+ email: huacnlee@gmail.com, rina.liuzhen@gmail.com
43
+ executables: []
44
+ extensions:
45
+ - ext/concise_rucaptcha/extconf.rb
46
+ extra_rdoc_files: []
47
+ files:
48
+ - CHANGELOG.md
49
+ - README.md
50
+ - app/controllers/concise_ru_captcha/concise_captcha_controller.rb
51
+ - config/locales/concise_rucaptcha.en.yml
52
+ - config/locales/concise_rucaptcha.pt-BR.yml
53
+ - config/locales/concise_rucaptcha.zh-CN.yml
54
+ - config/locales/concise_rucaptcha.zh-TW.yml
55
+ - config/routes.rb
56
+ - ext/concise_rucaptcha/colors.h
57
+ - ext/concise_rucaptcha/concise_rucaptcha.c
58
+ - ext/concise_rucaptcha/extconf.rb
59
+ - ext/concise_rucaptcha/font.h
60
+ - lib/concise_rucaptcha.rb
61
+ - lib/concise_rucaptcha/cache.rb
62
+ - lib/concise_rucaptcha/configuration.rb
63
+ - lib/concise_rucaptcha/controller_helpers.rb
64
+ - lib/concise_rucaptcha/engine.rb
65
+ - lib/concise_rucaptcha/version.rb
66
+ - lib/concise_rucaptcha/view_helpers.rb
67
+ homepage: https://github.com/liuzhenangel/concise_rucaptcha
68
+ licenses:
69
+ - MIT
70
+ metadata: {}
71
+ post_install_message:
72
+ rdoc_options: []
73
+ require_paths:
74
+ - lib
75
+ required_ruby_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: 2.0.0
80
+ required_rubygems_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: '0'
85
+ requirements: []
86
+ rubyforge_project:
87
+ rubygems_version: 2.5.1
88
+ signing_key:
89
+ specification_version: 4
90
+ summary: This is a Captcha gem for Rails Applications. It drawing captcha image with
91
+ C code so it no dependencies.
92
+ test_files: []