systemu 2.5.0 → 2.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/systemu.rb +1 -1
- data/systemu.gemspec +1 -1
- metadata +3 -3
data/lib/systemu.rb
CHANGED
@@ -14,7 +14,7 @@ class SystemUniversal
|
|
14
14
|
#
|
15
15
|
# constants
|
16
16
|
#
|
17
|
-
SystemUniversal::VERSION = '2.5.
|
17
|
+
SystemUniversal::VERSION = '2.5.1' unless SystemUniversal.send(:const_defined?, :VERSION)
|
18
18
|
def SystemUniversal.version() SystemUniversal::VERSION end
|
19
19
|
def version() SystemUniversal::VERSION end
|
20
20
|
#
|
data/systemu.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: systemu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.5.
|
4
|
+
version: 2.5.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-05-30 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: ! 'description: systemu kicks the ass'
|
15
15
|
email: ara.t.howard@gmail.com
|
@@ -51,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
51
51
|
version: '0'
|
52
52
|
requirements: []
|
53
53
|
rubyforge_project: codeforpeople
|
54
|
-
rubygems_version: 1.8.
|
54
|
+
rubygems_version: 1.8.24
|
55
55
|
signing_key:
|
56
56
|
specification_version: 3
|
57
57
|
summary: systemu
|