saklient 0.0.9 → 0.0.10

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: 5c8d94e9f3de0cbb81a439c7ec8635499bd6847a
4
- data.tar.gz: 01f810508d8cc60a666ebb3615876a087ed5a484
3
+ metadata.gz: b9d40a9cffc5bc89ea0929f90d86d29bcdddaed2
4
+ data.tar.gz: 18f7844d14ddf8fea502fdf3b27b75f457ab185a
5
5
  SHA512:
6
- metadata.gz: 5506de61e5462b1677ff9bd122240501511fe247575008a8f7e523b7d301b12ee9682af102f6ca271c72020b91ceaa5fdba03a41e76c654ced1eddd0fae5e4fd
7
- data.tar.gz: 6e7dd71ce64c6c2900d8cc6ea4b837d4be5c5b61143c13aed8f58da7e9027ceb9e2947ff7212b8aee2b06be1a3d2a83a1ce72dcccd7eba93257af116e3f52c4a
6
+ metadata.gz: b0a4a128c1a1bd9dd12569852c44157ff5b150b50f822fc54bc42716a79be97d7fb1d23d0eaf269a14f859b1eb6936a0c40fa4f62ca46f2c8896183984b77319
7
+ data.tar.gz: e903cb356be9b60ad7f6094d9ee152001652091ebfd582df11d144709f4c8f4e932f082c0beb915cb3d87e9740a4b34a9a39e329c9bf30663be86b2cd252d1ac
@@ -472,7 +472,7 @@ module Saklient
472
472
  Saklient::Util::validate_type(name, 'String')
473
473
  ret = Saklient::Cloud::API.new(@_client.clone_instance)
474
474
  suffix = ''
475
- suffix = '-test' if name == 'is1x' || name == 'is1y'
475
+ suffix = '-test' if name == 'is1x' || name == 'is1y' || name == 'is1z' || name == 'tk1s'
476
476
  ret._client.set_api_root('https://secure.sakura.ad.jp/cloud' + suffix + '/')
477
477
  ret._client.set_api_root_suffix('zone/' + name)
478
478
  return ret
@@ -2,6 +2,7 @@
2
2
 
3
3
  require_relative 'errors/saklient_exception'
4
4
  require 'uri'
5
+ require 'date'
5
6
 
6
7
  module Saklient
7
8
 
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: UTF-8 -*-
2
2
 
3
3
  module Saklient
4
- VERSION = "0.0.9"
4
+ VERSION = "0.0.10"
5
5
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saklient
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - townewgokgok
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-02 00:00:00.000000000 Z
11
+ date: 2019-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  description: An easy interface to control your resources on SAKURA Cloud.
@@ -31,7 +31,7 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
- - .gitignore
34
+ - ".gitignore"
35
35
  - Gemfile
36
36
  - LICENSE.txt
37
37
  - README.md
@@ -290,17 +290,17 @@ require_paths:
290
290
  - lib
291
291
  required_ruby_version: !ruby/object:Gem::Requirement
292
292
  requirements:
293
- - - '>='
293
+ - - ">="
294
294
  - !ruby/object:Gem::Version
295
295
  version: '0'
296
296
  required_rubygems_version: !ruby/object:Gem::Requirement
297
297
  requirements:
298
- - - '>='
298
+ - - ">="
299
299
  - !ruby/object:Gem::Version
300
300
  version: '0'
301
301
  requirements: []
302
302
  rubyforge_project:
303
- rubygems_version: 2.0.14
303
+ rubygems_version: 2.5.2.3
304
304
  signing_key:
305
305
  specification_version: 4
306
306
  summary: SAKURA Internet API Client Library for Ruby