oreno_lxdapi 0.0.1 → 0.0.2

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: 5b4a5211c7f6785c3c5dbb8ceaacf325fd5d8e7a
4
- data.tar.gz: 05b9288e9946d99d70ec98f1dd250357bf2f72da
3
+ metadata.gz: a3710f9cd3880c44e63eef272dcb7358f6d812ee
4
+ data.tar.gz: d323a3419d7e6622778d8fd61683bd99ba4f298b
5
5
  SHA512:
6
- metadata.gz: 26fc8f5e94be979e32f7b295902ed2ed2b942eaeca80673983bfdff2836292eb45eeeb561a758ecb98800adbd6609354edda4a954230f0cde64927e6d49f8916
7
- data.tar.gz: c20cc18f7b1b5ebfd8842dfa300a3c8673765280e1f4a351f6a980b146f3de1f4f2adf564910ed62f138adfa1c4ad9f8d0c063c7cf23e17bdac9665570354cf8
6
+ metadata.gz: c3b4aaad5370be402f4396baad0c4086bc7387279dd2278f4b132fe62a2062725f72a77415710b4ccf9110de2723074d1713353d8575db556d50c4aa37a04300
7
+ data.tar.gz: a1d5d4a3710f555bc0f468f045a2865d8b8ade8f18c7db8530ea77e7040128333280ceddbc14505ac3306aa42bf5d75ad45c5ba02bf70a033f5067fa84b31a6b
@@ -1,4 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.1.2
3
+ - 2.3.0
4
+ - 2.2.4
5
+ - 2.1.8
4
6
  before_install: gem install bundler -v 1.10.6
data/README.md CHANGED
@@ -1,10 +1,17 @@
1
1
  # Oreno LXD API Client for Ruby
2
2
  [![Build Status](https://travis-ci.org/inokappa/oreno_lxdapi.svg)](https://travis-ci.org/inokappa/oreno_lxdapi)
3
3
 
4
+ LXD API Client for Ruby.
5
+
4
6
  ## Reference
5
7
 
6
8
  - [LXD REST API](https://github.com/lxc/lxd/blob/master/specs/rest-api.md)
7
9
 
10
+ ## Requirements
11
+
12
+ - [LXD](https://linuxcontainers.org/)
13
+ - [puppetlabs/net_http_unix](https://github.com/puppetlabs/net_http_unix)
14
+
8
15
  ## Installation
9
16
 
10
17
  Add this line to your application's Gemfile:
@@ -1,3 +1,3 @@
1
1
  module OrenoLxdapi
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["inokappa"]
10
10
  spec.email = ["inokara at gmail.com"]
11
11
 
12
- spec.summary = %q{oreno}
13
- spec.description = %q{lxdapi}
14
- spec.homepage = ""
12
+ spec.summary = %q{LXD API Client for Ruby.}
13
+ spec.description = %q{LXD API Client for Ruby.}
14
+ spec.homepage = "https://github.com/inokappa/oreno_lxdapi"
15
15
 
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oreno_lxdapi
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
  - inokappa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-01-02 00:00:00.000000000 Z
11
+ date: 2016-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net_http_unix
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: lxdapi
83
+ description: LXD API Client for Ruby.
84
84
  email:
85
85
  - inokara at gmail.com
86
86
  executables: []
@@ -96,7 +96,7 @@ files:
96
96
  - lib/oreno_lxdapi.rb
97
97
  - lib/oreno_lxdapi/version.rb
98
98
  - oreno_lxdapi.gemspec
99
- homepage: ''
99
+ homepage: https://github.com/inokappa/oreno_lxdapi
100
100
  licenses: []
101
101
  metadata: {}
102
102
  post_install_message:
@@ -118,5 +118,5 @@ rubyforge_project:
118
118
  rubygems_version: 2.2.2
119
119
  signing_key:
120
120
  specification_version: 4
121
- summary: oreno
121
+ summary: LXD API Client for Ruby.
122
122
  test_files: []