diff --git a/resque-web_no_act.gemspec b/resque-web_no_act.gemspec index 5e8659b..d14f1af 100644 --- a/resque-web_no_act.gemspec +++ b/resque-web_no_act.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = "resque-web_no_act" - s.version = "0.2.2" + s.version = "0.2.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Rainer Kuhn"] - s.date = "2012-09-03" + s.date = "2012-09-04" s.description = "A stripped version of the Resque web interface that's safe to use by not so trustworthy personnel. You get all the same information as the regular interface, but can't delete or retry anything." s.email = "ticktricktrack@gmail.com" s.extra_rdoc_files = [ @@ -34,7 +34,8 @@ Gem::Specification.new do |s| "lib/resque/server_no_act/public/reset.css", "lib/resque/server_no_act/public/style.css", "lib/resque/server_no_act/public/working.png", - "lib/resque/server_no_act/views/no_act.erb" + "lib/resque/server_no_act/views/no_act.erb", + "resque-web_no_act.gemspec" ] s.homepage = "http://github.com/ticktricktrack/resque-web_no_act" s.licenses = ["MIT"]