summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorahoward <ara.t.howard@gmail.com>2012-07-12 22:00:43 -0600
committerahoward <ara.t.howard@gmail.com>2012-07-12 22:00:43 -0600
commitcb253a8bf213beea69f27418202e936a22d7308f (patch)
tree6d643afb1dc73d4ec6fe51b41ec8d5de5706abdd
parent8dc1f0cfee32e105105675c864b33ab2820d347e (diff)
downloadsystemu-cb253a8bf213beea69f27418202e936a22d7308f.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 9d1a052..4334793 100644
--- a/lib/systemu.rb
+++ b/lib/systemu.rb
@@ -14,7 +14,7 @@ class SystemUniversal
#
# constants
#
- SystemUniversal::VERSION = '2.5.1' unless SystemUniversal.send(:const_defined?, :VERSION)
+ SystemUniversal::VERSION = '2.5.2' 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 2eeec50..6d0b469 100644
--- a/systemu.gemspec
+++ b/systemu.gemspec
@@ -3,7 +3,7 @@
Gem::Specification::new do |spec|
spec.name = "systemu"
- spec.version = "2.5.1"
+ spec.version = "2.5.2"
spec.platform = Gem::Platform::RUBY
spec.summary = "systemu"
spec.description = "description: systemu kicks the ass"