aliyun_intelligent_captcha 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: 62f0463a50dc9c3494408cb48a92a72bc52ca8d4a4b85377170f705cd0163b6f
4
- data.tar.gz: d6be4f996f9a11b5458003aec5a42f5a8c52e5469790623ac571d6285a407c93
3
+ metadata.gz: 439870b8fbbf4efa1096f018d4a6da7c16e94c37ad69d9004ac1184343ac5723
4
+ data.tar.gz: 9c3ff9d33936d52d0fc8a1146a6b33f183e9f664db6dbcaf51312955a5413831
5
5
  SHA512:
6
- metadata.gz: b552f81e4d2c44024e43c6b1567e077ca743ae1fc6d2bb9c664c02a2046e259ad37e52a8b430532a66e834b86b0c6b8c143e91c6e75a12fbbb1613177656b5f4
7
- data.tar.gz: b887aa0e96dac79476f505d40327c6c220fd70fed4b729ff0c54828a599f152d7e6b36fa5bae7ac944e84e51d5f874a90a42ade38179aca321288798aa64967e
6
+ metadata.gz: e8c947510d890025ac956b903b12bfc80f7446418aa869a9a2751c0b756e418ae88e696dbf73daf24a0e2825c8712351f01d9262cc7ea1e1e2f6164e698eee8d
7
+ data.tar.gz: af45e038d8cc9a4f278fb6436000ac3b06e2a5b0c41034fed5f91e335370629bc4192a9ed2d76d88b7954f6e57fb4d7f436ad600c2cdcd4b6bf90458aa91c01c
@@ -6,7 +6,7 @@ require_relative "configuration"
6
6
  require_relative "rails/controller_helpers"
7
7
 
8
8
  module AliyunIntelligentCaptcha
9
- class Railtie < Rails::Railtie
9
+ class Railtie < ::Rails::Railtie
10
10
  config.aliyun_intelligent_captcha = Configuration.new
11
11
 
12
12
  initializer "aliyun_intelligent_captcha.configure" do |app|
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AliyunIntelligentCaptcha
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aliyun_intelligent_captcha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ming