saklient 0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -6
  3. data/lib/saklient/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae24ff7a6b88b279ce5929c8f26d4314c497d3f1
4
- data.tar.gz: 6115e9a5b55b89686e8a84c2b92823514af1c836
3
+ metadata.gz: b0126534b4a62bcf833c8479800e27011c71204e
4
+ data.tar.gz: dbac41ad2d602d535e3ae05b43f4fffc1cf158e7
5
5
  SHA512:
6
- metadata.gz: 411f8943577198feb1f30f2a66c3534ab7ed3b34a1bbe047ebb7a6ae890c0a652e886cd40ab62c8ab4e642f77ac34cdf31d6bb4ec6e430392e787cd2bf31b30b
7
- data.tar.gz: 6950f2f696fde82c47711dca57cde7244c1a2cc20c7a7b870ad5ec4572f8bbefbfc9dde6cc2064dde8810dfb7b269e8058f0d89cff6c3809ce1ce13aeb9ab19a
6
+ metadata.gz: ec870815bfb4be70fd55d446c8f408338f8fdfc87b15fb0133fd65e674a6d7de6de307a97eea3a80282f192f7402b143729a06a1d0732eb67439d34ec30220dd
7
+ data.tar.gz: 39e1e7dc632e20389343d65032ac3981c60d5d44a2f66e031732941d51ae078ee2365e127966e9ee030e4a6b874ef590115d450aaa36f765b5c35abe1d2ff425
data/README.md CHANGED
@@ -9,6 +9,7 @@ This library gives you an easy interface to control your resources on
9
9
  <!-- toc -->
10
10
  * [Installation](#installation)
11
11
  * [How to use this library in your project](#how-to-use-this-library-in-your-project)
12
+ * [Examples](#examples)
12
13
  * [Copyright and license](#copyright-and-license)
13
14
 
14
15
  <!-- toc stop -->
@@ -16,8 +17,7 @@ This library gives you an easy interface to control your resources on
16
17
  ## Installation
17
18
 
18
19
  ```bash
19
- gem install specific_install
20
- gem specific_install -l git@github.com:sakura-internet/saklient.rb.git
20
+ gem install saklient
21
21
  ```
22
22
 
23
23
 
@@ -26,15 +26,19 @@ gem specific_install -l git@github.com:sakura-internet/saklient.rb.git
26
26
 
27
27
  ```ruby
28
28
  require 'saklient/cloud/api'
29
- api = Saklient::Cloud::API.authorize(YOUR_API_TOKEN, YOUR_API_SECRET)
30
-
31
- # To access resources in the specified zone
32
- api_is1b = api.in_zone("is1b")
29
+ api = Saklient::Cloud::API.authorize(YOUR_API_TOKEN, YOUR_API_SECRET, ZONE)
30
+ # ZONE: "is1a" (Ishikari 1st zone), "is1b" (Ishikari 2nd zone), "tk1v" (Sandbox)
31
+ # "tk1v" is recommended for tests
33
32
 
34
33
  # ...
35
34
  ```
36
35
 
37
36
 
37
+ ## Examples
38
+
39
+ Code examples are available [here](http://sakura-internet.github.io/saklient.doc/).
40
+
41
+
38
42
  ## Copyright and license
39
43
 
40
44
  Copyright (C) 2014 SAKURA Internet, Inc.
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: UTF-8 -*-
2
2
 
3
3
  module Saklient
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saklient
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - townewgokgok