summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorara.t.howard <ara.t.howard@gmail.com>2012-03-12 21:04:07 -0600
committerara.t.howard <ara.t.howard@gmail.com>2012-03-12 21:04:07 -0600
commit9ca4f29edcbd081eddfda0f71cb5468dfcc793d9 (patch)
treeb1b5e27699d1a175a4960d238dc14f4b12352cf9
parent61df6abccb2f66e35814fbb7da50910589b76efa (diff)
downloadsystemu-9ca4f29edcbd081eddfda0f71cb5468dfcc793d9.tar.gz
update gemspec
-rw-r--r--systemu.gemspec7
1 files changed, 5 insertions, 2 deletions
diff --git a/systemu.gemspec b/systemu.gemspec
index 0e725de..36e9a87 100644
--- a/systemu.gemspec
+++ b/systemu.gemspec
@@ -3,7 +3,7 @@
Gem::Specification::new do |spec|
spec.name = "systemu"
- spec.version = "2.4.2"
+ spec.version = "2.5.0"
spec.platform = Gem::Platform::RUBY
spec.summary = "systemu"
spec.description = "description: systemu kicks the ass"
@@ -22,7 +22,10 @@ Gem::Specification::new do |spec|
"samples/d.rb",
"samples/e.rb",
"samples/f.rb",
- "systemu.gemspec"]
+ "systemu.gemspec",
+ "test",
+ "test/systemu_test.rb",
+ "test/testing.rb"]
spec.executables = []