unit-hosting 0.1.1 → 0.1.2
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/VERSION +1 -1
- data/lib/unit-hosting/api/base.rb +2 -0
- data/unit-hosting.gemspec +2 -2
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
|
@@ -20,6 +20,8 @@ module UnitHosting
|
|
|
20
20
|
@server.instance_variable_get(:@http).
|
|
21
21
|
instance_variable_get(:@ssl_context).
|
|
22
22
|
instance_variable_set(:@verify_mode, OpenSSL::SSL::VERIFY_NONE)
|
|
23
|
+
yield self if block_given?
|
|
24
|
+
self
|
|
23
25
|
end
|
|
24
26
|
def self.load(instance_id)
|
|
25
27
|
self.new.load(instance_id)
|
data/unit-hosting.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{unit-hosting}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Yoshihiro TAKAHARA"]
|
|
12
|
-
s.date = %q{2011-02-
|
|
12
|
+
s.date = %q{2011-02-17}
|
|
13
13
|
s.default_executable = %q{unit-hosting}
|
|
14
14
|
s.description = %q{This is a command to manage virtual servers on UnitHosting(http://www.unit-hosting.com).}
|
|
15
15
|
s.email = %q{y.takahara@gmail.com}
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unit-hosting
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.1.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Yoshihiro TAKAHARA
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-02-
|
|
18
|
+
date: 2011-02-17 00:00:00 +09:00
|
|
19
19
|
default_executable: unit-hosting
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|