rucaptcha 0.2.1 → 0.2.2

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
  SHA1:
3
- metadata.gz: 6d255d1329b24eba6802a3c8910de24332a5d7b2
4
- data.tar.gz: d9a223d05c6e3140a354cfbcfd5542c41473fad9
3
+ metadata.gz: daec552ca6a8ad3890957976cab89fabebf62f22
4
+ data.tar.gz: e2fc53a6d7c896709f65d84e7fd2900874680df6
5
5
  SHA512:
6
- metadata.gz: 4c90241fe30d1831a9178b97cabcae23c70f0fb7ca6fa9412c6fb8c7579aa19b9a420b8105ef9ac7a59d666e019102e6dc728d97c36f0adb84287ff256a38601
7
- data.tar.gz: 61c2542190df11158f57ef9cb5166f4cf37c125f51dea042caf281df8d225102a6136bac1ca9613135492265a24e4e0f0a14bcedc2597dc462373a8373026c93
6
+ metadata.gz: 7b58a42de2db4e30f4648ccf82b35f82d2f6660548a04c4d417761085a6326bbaa29a79f08dff121d2a8a9a6001f4c93c241e652fea00bd927a4ba17dcd131f9
7
+ data.tar.gz: ee4184585e64eda6e961823e1f36b992d1e020bb199d3aebb2bc368019e240a2fdb2837c27ed7a909ff89e4069aa5be720a4e06e2249e7d36a30957e837deddd
@@ -1,3 +1,8 @@
1
+ 0.2.2
2
+ -----
3
+
4
+ - Added locale for pt-BR language; @ramirovjr
5
+
1
6
  0.2.1
2
7
  -----
3
8
 
@@ -0,0 +1,3 @@
1
+ 'pt-BR':
2
+ rucaptcha:
3
+ invalid: "Código inválido!"
@@ -1,3 +1,3 @@
1
1
  module RuCaptcha
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rucaptcha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Lee
@@ -76,6 +76,7 @@ files:
76
76
  - README.md
77
77
  - app/controllers/ru_captcha/captcha_controller.rb
78
78
  - config/locales/rucaptcha.en.yml
79
+ - config/locales/rucaptcha.pt-BR.yml
79
80
  - config/locales/rucaptcha.zh-CN.yml
80
81
  - config/locales/rucaptcha.zh-TW.yml
81
82
  - config/routes.rb