systemu 2.4.0 → 2.4.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/Rakefile +1 -1
- data/lib/systemu.rb +1 -1
- data/systemu.gemspec +1 -1
- metadata +18 -27
data/Rakefile
CHANGED
|
@@ -277,7 +277,7 @@ BEGIN {
|
|
|
277
277
|
|
|
278
278
|
# discover full path to this ruby executable
|
|
279
279
|
#
|
|
280
|
-
c = Config::CONFIG
|
|
280
|
+
c = begin; ::RbConfig::CONFIG; rescue NameError; ::Config::CONFIG; end
|
|
281
281
|
bindir = c["bindir"] || c['BINDIR']
|
|
282
282
|
ruby_install_name = c['ruby_install_name'] || c['RUBY_INSTALL_NAME'] || 'ruby'
|
|
283
283
|
ruby_ext = c['EXEEXT'] || ''
|
data/lib/systemu.rb
CHANGED
|
@@ -13,7 +13,7 @@ class SystemUniversal
|
|
|
13
13
|
#
|
|
14
14
|
# constants
|
|
15
15
|
#
|
|
16
|
-
SystemUniversal::VERSION = '2.4.
|
|
16
|
+
SystemUniversal::VERSION = '2.4.1' unless SystemUniversal.send(:const_defined?, :VERSION)
|
|
17
17
|
def SystemUniversal.version() SystemUniversal::VERSION end
|
|
18
18
|
def version() SystemUniversal::VERSION end
|
|
19
19
|
#
|
data/systemu.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,27 +1,22 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: systemu
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 2.4.1
|
|
4
5
|
prerelease:
|
|
5
|
-
version: 2.4.0
|
|
6
6
|
platform: ruby
|
|
7
|
-
authors:
|
|
7
|
+
authors:
|
|
8
8
|
- Ara T. Howard
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
date: 2011-09-14 00:00:00 Z
|
|
12
|
+
date: 2011-11-07 00:00:00.000000000 Z
|
|
14
13
|
dependencies: []
|
|
15
|
-
|
|
16
|
-
description: "description: systemu kicks the ass"
|
|
14
|
+
description: ! 'description: systemu kicks the ass'
|
|
17
15
|
email: ara.t.howard@gmail.com
|
|
18
16
|
executables: []
|
|
19
|
-
|
|
20
17
|
extensions: []
|
|
21
|
-
|
|
22
18
|
extra_rdoc_files: []
|
|
23
|
-
|
|
24
|
-
files:
|
|
19
|
+
files:
|
|
25
20
|
- LICENSE
|
|
26
21
|
- README
|
|
27
22
|
- README.erb
|
|
@@ -36,30 +31,26 @@ files:
|
|
|
36
31
|
- systemu.gemspec
|
|
37
32
|
homepage: https://github.com/ahoward/systemu
|
|
38
33
|
licenses: []
|
|
39
|
-
|
|
40
34
|
post_install_message:
|
|
41
35
|
rdoc_options: []
|
|
42
|
-
|
|
43
|
-
require_paths:
|
|
36
|
+
require_paths:
|
|
44
37
|
- lib
|
|
45
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
38
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
46
39
|
none: false
|
|
47
|
-
requirements:
|
|
48
|
-
- -
|
|
49
|
-
- !ruby/object:Gem::Version
|
|
50
|
-
version:
|
|
51
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
|
+
requirements:
|
|
41
|
+
- - ! '>='
|
|
42
|
+
- !ruby/object:Gem::Version
|
|
43
|
+
version: '0'
|
|
44
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
52
45
|
none: false
|
|
53
|
-
requirements:
|
|
54
|
-
- -
|
|
55
|
-
- !ruby/object:Gem::Version
|
|
56
|
-
version:
|
|
46
|
+
requirements:
|
|
47
|
+
- - ! '>='
|
|
48
|
+
- !ruby/object:Gem::Version
|
|
49
|
+
version: '0'
|
|
57
50
|
requirements: []
|
|
58
|
-
|
|
59
51
|
rubyforge_project: codeforpeople
|
|
60
52
|
rubygems_version: 1.8.10
|
|
61
53
|
signing_key:
|
|
62
54
|
specification_version: 3
|
|
63
55
|
summary: systemu
|
|
64
56
|
test_files: []
|
|
65
|
-
|