vscale-api 0.2.39 → 0.2.45

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: 2dfadb7d39583a108dc9fc2cc440d3ba7621966e
4
- data.tar.gz: b3d1852be9e3b2b5c14ef4b5b3f3530f4bf42d08
3
+ metadata.gz: 89fa87eeb45f99da9ffea89b99520c150f994af0
4
+ data.tar.gz: cd66725465b9d5b4231952a32b70a84862d790b2
5
5
  SHA512:
6
- metadata.gz: 9f68eb88d89dc22a9c7888b224d419515c48d79ed880ab0c78c912d0b12900e5526dbaaf6364ceb97fb860bbf76423d16ec44e8e74fa644bc8f4663be0f0a1c4
7
- data.tar.gz: 5cad1e995606f912f8ce43a2856fb91e871ec182050a882213e02cdfba7354b945d748d80ef4754e666ff93b4df07572ac46a6eb0a3e8e86eb9cd6aa5cdb086b
6
+ metadata.gz: 935bafcefa0562a89052e5934a5a16b079240305cdf1c35eb5cefb433a6c942a4f4dd8c1da4cb5c7b955778f4d2c7a9557e8131e5569cb47005a58be6708d45c
7
+ data.tar.gz: 0411e31f4454df3e518f4120ff31570a21d05bd5b7bba5384fdb8e42706e25285c2bd62e65ca97054df323e67c9126867b38c28ca281b3f599da674f60d1ac0d
data/README.md CHANGED
@@ -1,4 +1,33 @@
1
- ### WIP
1
+ ### VScale API v1 (WIP)
2
2
 
3
3
  [![Coverage Status](https://coveralls.io/repos/Smolget/vscale-api/badge.svg?branch=master&service=github)](https://coveralls.io/github/Smolget/vscale-api?branch=master)
4
- [![Build Status](https://travis-ci.org/Smolget/vscale-api.svg?branch=master)](https://travis-ci.org/Smolget/vscale-api)
4
+ [![Build Status](https://travis-ci.org/Smolget/vscale-api.svg?branch=master)](https://travis-ci.org/Smolget/vscale-api)
5
+ [![Gem Version](https://badge.fury.io/rb/vscale-api.svg)](https://badge.fury.io/rb/vscale-api)
6
+
7
+ ## Vscale API v1
8
+
9
+ ## Installation
10
+ ```ruby
11
+ gem install vscale-api
12
+ ```
13
+
14
+ ## Basic Usage
15
+
16
+ ```ruby
17
+
18
+ require 'vscale/api'
19
+
20
+ api = Vscale::Api::Client.new(ENV['VSCALE_TOPSECRET_TOKEN'])
21
+
22
+ # Images
23
+ api.images
24
+
25
+ ```
26
+
27
+ ## Contribution
28
+
29
+ 01. Fork
30
+ 02. Change
31
+ 03. PR
32
+
33
+ *WIP*
@@ -6,6 +6,7 @@ module Vscale
6
6
  get: Net::HTTP::Get,
7
7
  put: Net::HTTP::Put,
8
8
  post: Net::HTTP::Post,
9
+ patch: Net::HTTP::Patch,
9
10
  delete: Net::HTTP::Delete
10
11
  }
11
12
 
@@ -1,5 +1,5 @@
1
1
  module Vscale
2
2
  module Api
3
- VERSION = '0.2.39' # TODO: {APIversion}.10
3
+ VERSION = '0.2.45' # TODO: {APIversion}.10
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vscale-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.39
4
+ version: 0.2.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilya V
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-10-20 00:00:00.000000000 Z
11
+ date: 2016-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler