conoha 0.9.9 → 0.9.10

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: e9ee45f48c0216b530b2d82e58ad2483987d7001
4
- data.tar.gz: d27ba99eb448c2f2301d4af5a607addd184d7dcf
3
+ metadata.gz: 51a70a4f75bfc20f547162044b39b044b1f7005c
4
+ data.tar.gz: 4cfeef88a3fc4bb73d2415cd0593f163c1c9d286
5
5
  SHA512:
6
- metadata.gz: e13a9a1ff9caefead2420e51adfd1d01288a19923117c4b366e03ebb60770c18e81a8ed4ff7a9082c8c2a8ae958ac9ba5dab93f98fd4192ed38d13a7b4e7ef95
7
- data.tar.gz: 6b520d94b6a8cd8cc1a6f6f733a1a90603b2c50edd35f0622b109a354c8b6f133aad1e3bc6f44243662f2a7beda1c499af81e19ab7a102de413c2eae9b3fc998
6
+ metadata.gz: 576703680fb3b97d2f74bde4a37c2503e8d54fb2434fd24cda8ed1b8967e6af05ff368b67bc177b072bb30043afdae03aa58b650ea009b4bdf672c7b2dbe5699
7
+ data.tar.gz: a2d34c7cead07d6a793dc5f52e8f27f42b94e5a3b755873c8754461d1101ca4be93d6d2c787b4eae141eb64c1c200b245be425f7b6f901c62dba87d7acf73e88
data/README.md CHANGED
@@ -142,9 +142,11 @@ rake
142
142
  ## Development
143
143
 
144
144
  <del>
145
+
145
146
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake false` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
146
147
 
147
148
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
149
+
148
150
  </del>
149
151
 
150
152
  ## Contributing
@@ -84,7 +84,7 @@ def image_tag_dictionary(os)
84
84
  'openbsd' => 'vmi-openbsd-6.0-amd64', # OpenBSD
85
85
  'netbsd' => 'vmi-netbsd-7.0-amd64', # NetBSD
86
86
  'freebsd' => 'vmi-freebsd-10.3-x86_64', # FreeBSD
87
- 'docker' => 'vmi-docker-17.03-ubuntu-16.04-unified', # Docker on Ubuntu 16.04
87
+ 'docker' => 'vmi-docker-17.06-ubuntu-16.04-unified', # Docker on Ubuntu 16.04
88
88
 
89
89
  # 20GB storage for 512MB RAM
90
90
  'ubuntu-20gb' => 'vmi-ubuntu-16.04-amd64-unified-20gb',
@@ -105,7 +105,7 @@ def image_tag_dictionary(os)
105
105
  'openbsd-20gb' => 'vmi-openbsd-6.0-amd64-20gb',
106
106
  'netbsd-20gb' => 'vmi-netbsd-7.0-amd64-20gb',
107
107
  'freebsd-20gb' => 'vmi-freebsd-10.3-amd64-20gb',
108
- 'docker-20gb' => 'vmi-docker-17.03-ubuntu-16.04-unified-20gb',
108
+ 'docker-20gb' => 'vmi-docker-17.06-ubuntu-16.04-unified-20gb',
109
109
  }
110
110
 
111
111
  if dictionary.keys.include? os
@@ -1,3 +1,3 @@
1
1
  module ConohaVersion
2
- ITSELF = "0.9.9"
2
+ ITSELF = "0.9.10"
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.9
4
+ version: 0.9.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - ka
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-08 00:00:00.000000000 Z
11
+ date: 2017-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  version: '0'
154
154
  requirements: []
155
155
  rubyforge_project:
156
- rubygems_version: 2.6.11
156
+ rubygems_version: 2.6.13
157
157
  signing_key:
158
158
  specification_version: 4
159
159
  summary: ConoHa VPS CLI Tool