Skip to content
Snippets Groups Projects
Commit 53440fe9 authored by pjs's avatar pjs
Browse files

updated gemspec for skewheap


Signed-off-by: default avatarpjs <pjs@alum.mit.edu>
parent a8e2699d
No related branches found
No related tags found
No related merge requests found
# -*- ruby -*- # -*- ruby -*-
_VERSION = "0.3.2" _VERSION = "0.4.0"
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "simplekit" s.name = "simplekit"
s.version = _VERSION s.version = _VERSION
s.date = "2012-03-14" s.date = "2013-01-14"
s.summary = "Discrete event simulation engine." s.summary = "Discrete event simulation engine."
s.homepage = "git://or.nps.edu/simplekit-ruby.git" s.homepage = "git://or.nps.edu/simplekit-ruby.git"
s.email = "pjs@alum.mit.edu" s.email = "pjs@alum.mit.edu"
...@@ -16,7 +16,7 @@ Gem::Specification.new do |s| ...@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
lgpl.txt lgpl.txt
lib/simplekit.rb lib/simplekit.rb
] ]
s.add_runtime_dependency 'pqueue', '~> 2.0.2' s.add_runtime_dependency 'skewheap', '~> 0.1.0'
s.required_ruby_version = '>= 1.8.1' s.required_ruby_version = '>= 1.8.1'
s.license = 'LGPL' s.license = 'LGPL'
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment