conoha 0.9.4 → 0.9.5

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: 8af00cb372329f8b9a76cf18acb88c06c7f3a6ec
4
- data.tar.gz: e7aa897f0968d9ab701c33bb9dd378dab14d629e
3
+ metadata.gz: 00753443a76f4e2244c5a7ed63f9f2b74c761572
4
+ data.tar.gz: f8f05d80a57b6ae13961bee0711ec0a79b551be7
5
5
  SHA512:
6
- metadata.gz: ffc85413f6ed1201e7d75b9ca7d9c2b64da509a90c5e3174e44fab6416044f6b89440e4a9431274bc48365613d0b60868a4866a81b84acbd352f5141589706bf
7
- data.tar.gz: 3e37657e2eb684c45922fee3aa5d630637a14b41b3b3ec4e8413803a8b0584346f09c04cd0b7938985551fdaf5711ad522155378f5c2f35125b143f6e50e6719
6
+ metadata.gz: d189334c9f13d70c3115bd0c80d60b574249d584b8695320c256604d40f4e154e164a18704e66e4f7574f87974561d4da92a4dc4af9e616bc08965b8e167e3f1
7
+ data.tar.gz: 82171dcba2750cd79b9063e982b0aebc69c27a8748422abfc4db98f95623dfe3809f35f2b048c036076c1f2cc7bf5c5caa27b4c0aa12685e89959576594ecfdb
@@ -1,6 +1,5 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2.3
4
3
  - 2.3.0
5
4
  - 2.3.1
6
5
  before_install: gem install bundler -v 1.12.5
@@ -66,7 +66,9 @@ end
66
66
  # @raise [StandardError] When the OS name isn't included in the dictionary.
67
67
  def image_tag_dictionary(os)
68
68
  dictionary = {
69
- 'ubuntu' => 'vmi-ubuntu-14.04-amd64', # Ubuntu 14.04 amd64
69
+ 'ubuntu' => 'vmi-ubuntu-16.04-amd64', # Ubuntu 16.04 amd64
70
+ 'ubuntu16' => 'vmi-ubuntu-16.04-amd64', # Ubuntu 16.04 amd64
71
+ 'ubuntu14' => 'vmi-ubuntu-14.04-amd64', # Ubuntu 14.04 amd64
70
72
  'debian' => 'vmi-debian-8-amd64', # Debian 8 amd64
71
73
  'fedora23' => 'vmi-fedora-23-amd64', # Fedora 23 amd64
72
74
  'centos67' => 'vmi-centos-6.7-amd64', # CentOS 6.7
@@ -76,6 +78,7 @@ def image_tag_dictionary(os)
76
78
  'openbsd' => 'vmi-openbsd-5.8-amd64', # OpenBSD
77
79
  'netbsd' => 'vmi-netbsd-7.0-amd64', # NetBSD
78
80
  'freebsd' => 'vmi-freebsd-10.1-x86_64', # FreeBSD
81
+ 'docker' => 'vmi-docker-1.12-ubuntu-16.04', # Docker on Ubuntu 16.04
79
82
  }
80
83
 
81
84
  if dictionary.keys.include? os
@@ -1,3 +1,3 @@
1
1
  module ConohaVersion
2
- ITSELF = "0.9.4"
2
+ ITSELF = "0.9.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conoha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - ka
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-08-03 00:00:00.000000000 Z
11
+ date: 2016-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler