qc.rb 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/qc.rb +2 -2
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c73394f5cbe561682a690ba3648e5b28800d133b
4
- data.tar.gz: fad055c3865c6152092171d222607437c9b5b560
3
+ metadata.gz: 87b1629b554e0edd39bab77a34a1e349a3057a26
4
+ data.tar.gz: 35d7e588f67e3c0899587ba9c39d149fb6993188
5
5
  SHA512:
6
- metadata.gz: 519ec0687b5672af197515405e0941e8f9b2db6b0d00913d34c962e2e0e062e72cbdfa6c2d5d9835bd6569324cad74082726338938b805a2a07ad38ee76ad7e2
7
- data.tar.gz: 43baa22d2da219f4d72640edc11edfef3a1e390ff2f706ecade835ab08a0c49e301ba8169aca3e1d71064023f79a6f70da82cde8ca84a5e09ed41cb79504d03a
6
+ metadata.gz: 73c241e9a11282e0b2cfb0ba6cbc3f09943d8bc35ba5a88c5ed0d84c8860ef279575d64cf63d79d994329fd936694e126cae14bee839443a6b17b723e1a031d5
7
+ data.tar.gz: 6eae0e3de630645cac9f69c8b2894c445f37086002a950b1238839123192bd5916e1a353f24aa53de40cb62364e39b91fdf8bba656f8462c0663447ce3a11e5b
data/lib/qc.rb CHANGED
@@ -7,7 +7,7 @@ require 'yaml'
7
7
  require 'fileutils'
8
8
 
9
9
  module QC
10
- VERSION = '0.0.6'
10
+ VERSION = '0.0.7'
11
11
 
12
12
  def QC.load_config key
13
13
  f = File.expand_path('~/.qingcloud/config.yaml')
@@ -93,7 +93,7 @@ module QC
93
93
  end
94
94
 
95
95
  class Instance < DataType
96
- DEFAULT_IMAGE_ID = 'trustysrvx64a'
96
+ DEFAULT_IMAGE_ID = 'trustysrvx64c'
97
97
  @identifier = 'Instance'
98
98
 
99
99
  def Instance.run p = {image_id: DEFAULT_IMAGE_ID, instance_name: nil, count: 1, login_mode: 'keypair',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qc.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Bovensiepen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-18 00:00:00.000000000 Z
11
+ date: 2014-12-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: QingCloud API Library to handle instances, networks, internetconnections,
14
14
  etc. on QingCloud.com
@@ -18,11 +18,11 @@ executables:
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
+ - LICENSE
22
+ - README.md
21
23
  - bin/qc
22
24
  - lib/qc.rb
23
25
  - lib/qingcloud.com.cert.pem
24
- - LICENSE
25
- - README.md
26
26
  homepage: https://github.com/bovi/qc.rb
27
27
  licenses:
28
28
  - MIT
@@ -43,7 +43,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
43
43
  version: '0'
44
44
  requirements: []
45
45
  rubyforge_project:
46
- rubygems_version: 2.0.14
46
+ rubygems_version: 2.4.2
47
47
  signing_key:
48
48
  specification_version: 4
49
49
  summary: QingCloud API Library