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 +4 -4
- data/README.md +2 -0
- data/lib/conoha/util.rb +2 -2
- data/lib/conoha/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51a70a4f75bfc20f547162044b39b044b1f7005c
|
4
|
+
data.tar.gz: 4cfeef88a3fc4bb73d2415cd0593f163c1c9d286
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
data/lib/conoha/util.rb
CHANGED
@@ -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.
|
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.
|
108
|
+
'docker-20gb' => 'vmi-docker-17.06-ubuntu-16.04-unified-20gb',
|
109
109
|
}
|
110
110
|
|
111
111
|
if dictionary.keys.include? os
|
data/lib/conoha/version.rb
CHANGED
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
|
+
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-
|
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.
|
156
|
+
rubygems_version: 2.6.13
|
157
157
|
signing_key:
|
158
158
|
specification_version: 4
|
159
159
|
summary: ConoHa VPS CLI Tool
|