aliyun-rails 0.1.5 → 0.1.6

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: a261a60a22930a5b8ae45e32988a943b8e30a21ad652e13dce86347d259d6bd8
4
- data.tar.gz: bfea11ddf01f304462161fb0e053317ea48db5f4d7446e17075a855fb8dd49fb
3
+ metadata.gz: dc9b0f16743600223ebf29bd8ee89a81426ceeed7b3b04b364b07423ecf5dbed
4
+ data.tar.gz: 6aa2dbbaefb12f8da964ca5a9b0d07e41e68272aaf2658521dbce89ee8d5c263
5
5
  SHA512:
6
- metadata.gz: ee2dd23bd61e1d57949038d66994f4d2a376a193869cef35c41bd84afd37b941a5ca3066919c1eb993dcd1ce45d8226a4154866976412cd94894a9a1463128e8
7
- data.tar.gz: 06036bc8bc5b7a3e16bd91c0aa2e6c2931a7c00c11eee1e51528269b5c2c814442a8fa9e22a3d042ebd3293f635e0063831ce9baea14d095d511c78eb4d098f0
6
+ metadata.gz: 2ac70aece2de21d489e26720e8a02bd7aa41fea5fb489c97a2aeeb2afc26e31729487a6a4997ddb41a3543b5e29d34cb26a1d547b919c55ba348ccd9f6ec9d8d
7
+ data.tar.gz: bec5d7f3fb133eb384545d9703ba26fc5d0962f1c0d0d07f63ed4ab6679cffa6aa1b03c570d7b0c4b56205677fbe8f3f8b271d41e38885a4972ef7c5adf32196
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Aliyun
4
4
  module Rails
5
- VERSION = "0.1.5"
5
+ VERSION = "0.1.6"
6
6
  DEFAULT_UA = "AlibabaCloud (#{Gem::Platform.local.os}; " +
7
7
  "#{Gem::Platform.local.cpu}) Ruby/#{RUBY_VERSION} Core/#{VERSION}"
8
8
  end
@@ -1,7 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require_relative "rails//rails/version"
4
-
5
3
  require "aliyun/rails/version"
6
4
  require "aliyun/rails/connector/roa_client"
7
5
  require "aliyun/rails/connector/rpc_client"
@@ -17,6 +15,7 @@ module Aliyun
17
15
  RPCClient.init_params(&block)
18
16
  end
19
17
  end
18
+
20
19
  # Your code goes here...
21
20
  end
22
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aliyun-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - WENWU.YAN
@@ -47,12 +47,12 @@ extra_rdoc_files: []
47
47
  files:
48
48
  - README.md
49
49
  - Rakefile
50
+ - lib/aliyun-rails.rb
50
51
  - lib/aliyun/rails/connector/roa_client.rb
51
52
  - lib/aliyun/rails/connector/rpc_client.rb
52
53
  - lib/aliyun/rails/dysms.rb
53
54
  - lib/aliyun/rails/dyvms.rb
54
55
  - lib/aliyun/rails/version.rb
55
- - lib/zabbix-rails.rb
56
56
  homepage: https://github.com/ciscolive/aliyun-rails
57
57
  licenses:
58
58
  - MIT