ucloud_api 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3052176cb9deeaa227f4deb2cb608aa82890def0
4
- data.tar.gz: 6ee4bbd11c7e5558af5d55e89f6b2e961581a20f
3
+ metadata.gz: bcceac9eb6455d43f29ab912eef2efa3a28cd9ee
4
+ data.tar.gz: 5c2c687db4e29ad54097a84ac1194a5709effc30
5
5
  SHA512:
6
- metadata.gz: 2e8258d1ed52c369effcde4b166a45389d75da860907a1399fe019b9188038020e22dd6bd44a708047c49b979245282d85b46f1034a88540bee4c7a6bf140ffb
7
- data.tar.gz: 5a32a8dad199bb591601df6d31e38c08e48ac83b91ce5ba3ca9bb57076dc9e30e657658368fdb3292329df19ebc7d0b0d31840ac2bedcd4a92a6ea7696a6ecd9
6
+ metadata.gz: 7d25116b2dbe7cef1ff7db66767a8497c8cb1e98543ea33c742b59c84607e966790d3ede39a342d9b4b1209e048eb60dd832bd509b9e5c5feba957c69636c254
7
+ data.tar.gz: 37324c8b51756d4294aa29d7fe1346deb9db24e87a33ffdebd95aef7a6c2f525fbcdb4c7c46eaccba63a57aaf742054229761ec0592f77979d2857fd752477a2
data/README.md CHANGED
@@ -1,4 +1,29 @@
1
- ucloud-api
2
- ==========
1
+ # UcloudApi
3
2
 
4
- KT ucloud biz api ruby gem
3
+ KT ucloud biz api
4
+
5
+
6
+ ## Installation
7
+
8
+ Add this line to your application's Gemfile:
9
+
10
+ gem 'ucloud_api'
11
+
12
+ And then execute:
13
+
14
+ $ bundle
15
+
16
+ Or install it yourself as:
17
+
18
+ $ gem install ucloud_api
19
+
20
+ ## Usage
21
+
22
+
23
+ ## Contributing
24
+
25
+ 1. Fork it ( http://github.com/burnssun/ucloud_api/fork )
26
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
27
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
28
+ 4. Push to the branch (`git push origin my-new-feature`)
29
+ 5. Create new Pull Request
@@ -1,3 +1,3 @@
1
1
  module UcloudApi
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/ucloud_api.rb CHANGED
@@ -1,4 +1,7 @@
1
+
1
2
  require "ucloud_api/version"
3
+ require 'base64'
4
+ require 'openssl'
2
5
  require 'addressable/uri'
3
6
  require 'httparty'
4
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ucloud_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Beom Jae Kim