conoha 0.0.1 → 0.0.2

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: 66cb1ab851cd778664afc2a1e5e6c62c3641f4b1
4
- data.tar.gz: 81fb81e31e3434071b6906fbb9b0e9255bbbe47e
3
+ metadata.gz: 27a7dfee5ab7c1192962f460a2abbfcc063771d8
4
+ data.tar.gz: c0b5093ec4e7c988ed284abc84f95b9ee4b9316f
5
5
  SHA512:
6
- metadata.gz: ee719e3df484973d370924ae0096a9981da91403b2b395375fd9c90f32408bd44e52283d6543508f373d77fe2fbb421c376dd4949d0e3e8b717f60c5061a0df3
7
- data.tar.gz: 0b806a6eb95b9323c2e7f056d3b78ae2ab7d2654d0c3a07af6801c4d89ad73878e3c4fd3aa30c6cb007cd3370eeeec1099f3fafd6f4ccea8e09790827d7bfd5d
6
+ metadata.gz: 66889247f91d6c20baed89bf93c1c07f724042ae44fb1ad91515766de87a361772bfe77b65b8e049831272e77b933e258f5dfad6b9d2692e125e49278837079c
7
+ data.tar.gz: b5ca13d69a99fa954a2252e08e2bc3b62064bf84366ab98112e2eb3a2353721cf40b2930cd290135bec152c08c7718b630038c99165b923d1789ceddc40ffe0a
File without changes
@@ -1,3 +1,3 @@
1
1
  module ConohaVersion
2
- ITSELF = "0.0.1"
2
+ ITSELF = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conoha
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
  - ka
@@ -41,7 +41,8 @@ dependencies:
41
41
  description: ConoHa VPS CLI Tool
42
42
  email:
43
43
  - ka.kaosf@gmail.com
44
- executables: []
44
+ executables:
45
+ - conoha
45
46
  extensions: []
46
47
  extra_rdoc_files: []
47
48
  files:
@@ -51,10 +52,10 @@ files:
51
52
  - LICENSE.txt
52
53
  - README.md
53
54
  - Rakefile
54
- - bin/conoha
55
55
  - bin/console
56
56
  - bin/setup
57
57
  - conoha.gemspec
58
+ - exe/conoha
58
59
  - lib/conoha.rb
59
60
  - lib/conoha/version.rb
60
61
  homepage: https://github.com/kaosf/conoha