visual_captcha_cn 0.0.2 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4d074adf1861ce51e360724a571e4a550857c3f5
4
- data.tar.gz: c1e5d9f6e2af3f5c1e7d1ef4ee0fc13417f21c46
3
+ metadata.gz: 89f421e3abcc3c7743189357a5a84078db7546f3
4
+ data.tar.gz: adb09d72b9338b4034ee464ee6b376852919cf26
5
5
  SHA512:
6
- metadata.gz: 829281a24aac9a29d3e60cda22ef7cc4d8301604debd9f104430cb693ef33ad6d4706835afc5bb0ae613589a74756325a8d7619e28d2944ddd1719fd550a1bff
7
- data.tar.gz: 3dcc5e92741e484fe131278dcf7213fc01e9e3fde1df2a184dce07b8cd34fc9a14431ea3f7b06c697a969fdf01379ba3666b3a2e57dd5ae4602f9420eea788f1
6
+ metadata.gz: 339edb588226ec6021c2e785227e310b763d69b61da45251a78940bfe48d3d8f00db414481b9ef63852778c5cae20996b683da6db088e9567546e9669b0268e1
7
+ data.tar.gz: 0ca34adcf2c1da1525b380bab97e63489af3f6387f80088db6af6fc58abe335375805c2d526619c06af5c023f86bd1e82481e54d4c2f89bc9c9dea4bb11a1f4b
@@ -1,3 +1,3 @@
1
1
  module VisualCaptchaCN
2
- VERSION = "0.0.2"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -8,8 +8,14 @@ Gem::Specification.new do |spec|
8
8
  spec.version = VisualCaptchaCN::VERSION
9
9
  spec.authors = ["straightdave"]
10
10
  spec.email = "eyaswoo@163.com"
11
- spec.description = "Repackaged visualCaptcha's backend service for CN users"
12
- spec.summary = "visualCaptchaCn RubyGem Package"
11
+ spec.description = """
12
+ Repackaged visualCaptcha's backend service,
13
+ including translation and minor modification.
14
+ Mainly for private use.
15
+ Everything still belongs to original author:
16
+ emotionLoop.
17
+ """
18
+ spec.summary = "visualCaptcha RubyGem Package in CN"
13
19
  spec.homepage = "http://straightdave.github.io"
14
20
  spec.license = "MIT"
15
21
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: visual_captcha_cn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - straightdave
@@ -66,7 +66,10 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: Repackaged visualCaptcha's backend service for CN users
69
+ description: "\n Repackaged visualCaptcha's backend service,\n
70
+ \ including translation and minor modification.\n Mainly
71
+ for private use.\n Everything still belongs to original author:\n
72
+ \ emotionLoop.\n "
70
73
  email: eyaswoo@163.com
71
74
  executables: []
72
75
  extensions: []
@@ -224,7 +227,7 @@ rubyforge_project:
224
227
  rubygems_version: 2.5.1
225
228
  signing_key:
226
229
  specification_version: 4
227
- summary: visualCaptchaCn RubyGem Package
230
+ summary: visualCaptcha RubyGem Package in CN
228
231
  test_files:
229
232
  - spec/lib/visual_captcha_cn/captcha_spec.rb
230
233
  - spec/lib/visual_captcha_cn_spec.rb