ruby-lxc 1.2.1 → 1.2.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.
- checksums.yaml +4 -4
- data/ext/lxc/lxc.c +1 -2
- data/lib/lxc/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: e0fbd87587ed7c6d08e2a0c48738800524105b5d
|
|
4
|
+
data.tar.gz: 108464a777d1f460920729c3b2ac8acae637b395
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb88f64f0d62189fb26e0cbc7737a7b4e5af133b7dd5e5f0bd2d6bec72a024d616c63fd995b3d8be142dbf873f17133f193dcb140eb6bbfe30e641d095b1e32e
|
|
7
|
+
data.tar.gz: 0866829e6b192cbe57da051957fa9e181ba29037bb01ed8fd2dab2d20d9dd1832dd688684bfea41b996118a8c84ccafc13e3f057190856392244a67c91a36cfd
|
data/ext/lxc/lxc.c
CHANGED
|
@@ -42,7 +42,6 @@ extern void *rb_thread_call_without_gvl(void *(*func)(void *), void *data1,
|
|
|
42
42
|
|
|
43
43
|
extern int lxc_wait_for_pid_status(pid_t pid);
|
|
44
44
|
extern long lxc_config_parse_arch(const char *arch);
|
|
45
|
-
extern const char *lxc_strerror(int error);
|
|
46
45
|
|
|
47
46
|
static VALUE Container;
|
|
48
47
|
static VALUE Error;
|
|
@@ -2069,7 +2068,7 @@ container_unfreeze(VALUE self)
|
|
|
2069
2068
|
|
|
2070
2069
|
ret = RELEASING_GVL(unfreeze_without_gvl, data);
|
|
2071
2070
|
if (!ret)
|
|
2072
|
-
rb_raise(Error, "unable to unfreeze container
|
|
2071
|
+
rb_raise(Error, "unable to unfreeze container");
|
|
2073
2072
|
|
|
2074
2073
|
return self;
|
|
2075
2074
|
}
|
data/lib/lxc/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-lxc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andre Nathan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-10-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rdoc
|
|
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
84
84
|
version: '0'
|
|
85
85
|
requirements: []
|
|
86
86
|
rubyforge_project:
|
|
87
|
-
rubygems_version: 2.
|
|
87
|
+
rubygems_version: 2.5.1
|
|
88
88
|
signing_key:
|
|
89
89
|
specification_version: 4
|
|
90
90
|
summary: Ruby bindings for liblxc
|