aliyun-api 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
  SHA1:
3
- metadata.gz: e9cfb44728e20c3fe58ce65bf12de100a5b143c1
4
- data.tar.gz: 3f34f591a489d4489eae34a24208d0b3e8d2123a
3
+ metadata.gz: 9690da6bf97ac53230c6955299d311da1318221c
4
+ data.tar.gz: d96ca09e29b962d770c63f75d1212cd1d934e728
5
5
  SHA512:
6
- metadata.gz: a386a76a23308d5b6a42eadca32e1a060f9a7bc565bec476c5d43c3fe9a1596164b10075dd8c97e570bcd880baab3363d3b47e6e3d93b1308076448917dc26ec
7
- data.tar.gz: f72da64be5a24f2d1188e7f8633306bfe34267101d0b52e055d266e98427229b0e2b7d940abed028bb5f1b3cfcc9122da11f8768902c8426a6def760254ad90e
6
+ metadata.gz: c6777691da2d527f1f30c3c42566ff07586b4316e4a76d44a8046342df2486f7f4e645714f5079b534afaedb7360f465ec6a3d2bd569fd076bfd0c22e69452de
7
+ data.tar.gz: 9ef94aecb80e7cc484c678d96b28ed2ebc444d64e8ae14eddde578a2b0344fd118011ade4a29a06d5002926ffb7b36d210da357bf5ecbb66cb6b9105b9e716d0
data/lib/aliyun/ecs.rb CHANGED
@@ -13,7 +13,7 @@ module Aliyun
13
13
  Aliyun[:access_key_id] = options[:access_key_id] || Aliyun[:access_key_id] || ENV['ALIYUN_ACCESS_KEY_ID']
14
14
  Aliyun[:access_key_secret] = options[:access_key_secret] || Aliyun[:access_key_secret] || ENV['ALIYUN_ACCESS_KEY_SECRET']
15
15
  Aliyun[:endpoint_url] = options[:endpoint_url] || Aliyun[:endpoint_url]
16
- Aliyun[:request_parameters][:Version] = options[:version] || Aliyun[:version]
16
+ Aliyun[:request_parameters][:Version] = options[:version] || Aliyun[:request_parameters][:Version]
17
17
 
18
18
  end
19
19
 
@@ -1,3 +1,3 @@
1
1
  module Aliyun
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aliyun-api
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
  - qjpcpu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-22 00:00:00.000000000 Z
11
+ date: 2016-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler