conoha 0.2.5 → 0.2.6

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: ac751abfdbf9197a651f6f9570478d976e6b698a
4
- data.tar.gz: 727004f482358fd6b6c3874061310d4b83e75197
3
+ metadata.gz: 03353f492b6da1dd0573dde9aa548e8c1318bbe8
4
+ data.tar.gz: 4210af6f212403a1431b06624c1f899586508f2a
5
5
  SHA512:
6
- metadata.gz: 1eb48d0487e6e223921c74bcffa4eb198c7a6c4e4979660bca8f6de8abea045d3c3f0f080f4caaa846f5eefc56d66d3a853d9901eda834e6ae80a1b26a68d7ed
7
- data.tar.gz: f3b39f5e4ba91ce66e85f22d9d00d8624cd65f504a978f3a4f0f4fe79f680c9624e2ee722d6de638bab38cc555dcc86a6652d2efae6b6e33401700ab0ff72926
6
+ metadata.gz: f73ac1d7c15fe151d02c058446d08330bdf270cecbb6d72989cd317bec17e2e0c6907c5eb2dcdd17564f7b62e1526d81e9508624b008ddf3151120b7f41092d9
7
+ data.tar.gz: cd2e4221a66e70a2b3eb8b3613133cd424c518101ee0ea83ee22e50bcf759abf2fa9200615d2fcb872dcdd36126f6cb1804916bab529d45d9643ed744b74c173
@@ -1,4 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
+ - 2.0.0
4
+ - 2.1.7
3
5
  - 2.2.3
4
6
  before_install: gem install bundler -v 1.10.6
@@ -66,7 +66,7 @@ end
66
66
  # @raise [StandardError] When the OS name isn't be contained.
67
67
  def image_ref_from_os(os)
68
68
  dictionary = {
69
- 'ubuntu' => '4952b4e5-67bb-4f84-991f-9f3f1647d63d', # Ubuntu 14.04 amd64
69
+ 'ubuntu' => 'a87dfe9f-a8a4-4634-9a40-dbeba7ee7013', # Ubuntu 14.04 amd64
70
70
  'centos66' => '14961158-a69c-4af1-b375-b9a72982837d', # CentOS 6.6
71
71
  'centos67' => '91944101-df61-4c41-b7c5-76cebfc48318', # CentOS 6.7
72
72
  'centos71' => 'edc9457e-e4a8-4974-8217-c254d215b460', # CentOS 7.1
@@ -1,3 +1,3 @@
1
1
  module ConohaVersion
2
- ITSELF = "0.2.5"
2
+ ITSELF = "0.2.6"
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.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - ka
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-25 00:00:00.000000000 Z
11
+ date: 2015-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -144,3 +144,4 @@ signing_key:
144
144
  specification_version: 4
145
145
  summary: ConoHa VPS CLI Tool
146
146
  test_files: []
147
+ has_rdoc: