systemu 2.6.1 → 2.6.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 +8 -8
- data/lib/systemu.rb +1 -1
- data/systemu.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZTEyZTJiYjU5OTcxYjBjNjg3MWUxMWFhNzJhNzQyYmNlNDVlY2QzNg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZjNmZTViMTMxZjIwNTFhY2YyMmUxM2JiNDYzYWEyOTI3YTQ4N2YzMg==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OTM2ZTFjODk2NTUzZmZjYTZhYjMwYmE4OWM5MjIwYWMxNTNkMmFiM2E5NmIx
|
|
10
|
+
M2FjYmQ3ZGNiZTJjNTRkMzA3YWY3Zjk5MzAzNmZmZDA3OGExNDI1ZjE3NWQy
|
|
11
|
+
NTJlNTI5YTMwNjRmNTBiYWQzM2Y5MDNmNWExM2Q4MmJlYjI3ODk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YzM3NmUzZGI1MGMzMzFlNzc2OWIzMTFmODAyZjVjNWQ2YmMxMGI1OWE2NjNj
|
|
14
|
+
YjEzOWYwNjAzZDAyOGJjZGI3NmFkNDE5OWY5ZGJlNzc4YTNmN2VlZmEyNDc5
|
|
15
|
+
MDRmYjU5ZDNkZDA3YzQ1ODQ2YmYzMTFiZTBkNDFkMzg5MGI1ZDE=
|
data/lib/systemu.rb
CHANGED
|
@@ -14,7 +14,7 @@ class SystemUniversal
|
|
|
14
14
|
#
|
|
15
15
|
# constants
|
|
16
16
|
#
|
|
17
|
-
SystemUniversal::VERSION = '2.6.
|
|
17
|
+
SystemUniversal::VERSION = '2.6.2' unless SystemUniversal.send(:const_defined?, :VERSION)
|
|
18
18
|
def SystemUniversal.version() SystemUniversal::VERSION end
|
|
19
19
|
def version() SystemUniversal::VERSION end
|
|
20
20
|
def SystemUniversal.description
|
data/systemu.gemspec
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification::new do |spec|
|
|
5
5
|
spec.name = "systemu"
|
|
6
|
-
spec.version = "2.6.
|
|
6
|
+
spec.version = "2.6.2"
|
|
7
7
|
spec.platform = Gem::Platform::RUBY
|
|
8
8
|
spec.summary = "systemu"
|
|
9
9
|
spec.description = "universal capture of stdout and stderr and handling of child process pid for windows, *nix, etc."
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: systemu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ara T. Howard
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-02-
|
|
11
|
+
date: 2014-02-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: universal capture of stdout and stderr and handling of child process
|
|
14
14
|
pid for windows, *nix, etc.
|