summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorara.t.howard <ara.t.howard@gmail.com>2012-05-29 17:24:07 -0600
committerara.t.howard <ara.t.howard@gmail.com>2012-05-29 17:24:07 -0600
commitdbc2c118732ce5fdbf896907cb3bc2fbdeec0492 (patch)
treebd2281152236c272b68b96dce2e413a008e413d9
parent9ca4f29edcbd081eddfda0f71cb5468dfcc793d9 (diff)
downloadsystemu-dbc2c118732ce5fdbf896907cb3bc2fbdeec0492.tar.gz
bump version
-rw-r--r--lib/systemu.rb2
-rw-r--r--systemu.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/systemu.rb b/lib/systemu.rb
index 0f73e49..d9f796f 100644
--- a/lib/systemu.rb
+++ b/lib/systemu.rb
@@ -14,7 +14,7 @@ class SystemUniversal
#
# constants
#
- SystemUniversal::VERSION = '2.5.0' unless SystemUniversal.send(:const_defined?, :VERSION)
+ SystemUniversal::VERSION = '2.5.1' unless SystemUniversal.send(:const_defined?, :VERSION)
def SystemUniversal.version() SystemUniversal::VERSION end
def version() SystemUniversal::VERSION end
#
diff --git a/systemu.gemspec b/systemu.gemspec
index 36e9a87..2eeec50 100644
--- a/systemu.gemspec
+++ b/systemu.gemspec
@@ -3,7 +3,7 @@
Gem::Specification::new do |spec|
spec.name = "systemu"
- spec.version = "2.5.0"
+ spec.version = "2.5.1"
spec.platform = Gem::Platform::RUBY
spec.summary = "systemu"
spec.description = "description: systemu kicks the ass"