Skip to content

Commit

Permalink
Regenerate gemspec for version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ticktricktrack committed Sep 4, 2012
1 parent 91c02cb commit 07e2e8a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions resque-web_no_act.gemspec
Expand Up @@ -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 = [
Expand All @@ -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"]
Expand Down

0 comments on commit 07e2e8a

Please sign in to comment.