vamboo 1.0.3.1 → 1.1.1

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.
data/README.md CHANGED
@@ -31,8 +31,8 @@
31
31
  require "vamboo/domainlist"
32
32
 
33
33
  DomainList.define do
34
- #add("仮想マシンのドメイン名", "仮想ハードディスクのパス")
35
- add("my_domay", "/path/to/domain/hd")
34
+ #add("仮想マシンのドメイン名")
35
+ add("my_domay")
36
36
  end
37
37
  ```
38
38
  ### バックアップ実行
@@ -1,3 +1,3 @@
1
1
  module Vamboo
2
- VERSION = "1.0.3.1"
2
+ VERSION = "1.1.1"
3
3
  end
data/vamboo.gemspec CHANGED
@@ -6,8 +6,8 @@ require 'vamboo/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "vamboo"
8
8
  spec.version = Vamboo::VERSION
9
- spec.authors = ["funabiki.t"]
10
- spec.email = ["funabiki.t@isoroot.jp"]
9
+ spec.authors = ["numa08", "funabiki.t"]
10
+ spec.email = ["n511287@gmail.com", "funabiki.t@isoroot.jp"]
11
11
  spec.description = "virtual machine backup util"
12
12
  spec.summary = ""
13
13
  spec.homepage = ""
metadata CHANGED
@@ -1,15 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vamboo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3.1
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
+ - numa08
8
9
  - funabiki.t
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2014-01-06 00:00:00.000000000 Z
13
+ date: 2014-01-07 00:00:00.000000000 Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: bundler
@@ -61,6 +62,7 @@ dependencies:
61
62
  version: '0'
62
63
  description: virtual machine backup util
63
64
  email:
65
+ - n511287@gmail.com
64
66
  - funabiki.t@isoroot.jp
65
67
  executables:
66
68
  - vamboo