resque_ui.gemspec in resque_ui-3.1.2 vs resque_ui.gemspec in resque_ui-3.1.3

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{resque_ui} - s.version = "3.1.2" + s.version = "3.1.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Kevin Tyll"] - s.date = %q{2011-10-13} + s.date = %q{2011-10-24} s.description = %q{A Rails UI for Resque for managing workers, failures and schedules.} s.email = %q{kevintyll@gmail.com} s.extra_rdoc_files = [ "README.markdown" ] @@ -68,12 +68,10 @@ "lib/tasks/failure.rake", "lib/tasks/scheduler.rake", "lib/tasks/worker.rake", "rdoc/Resque.html", "rdoc/Resque/ChainedJobWithStatus.html", - "rdoc/Resque/Failure.html", - "rdoc/Resque/Failure/Base.html", "rdoc/Resque/Job.html", "rdoc/Resque/JobWithStatus.html", "rdoc/Resque/Status.html", "rdoc/Resque/Worker.html", "rdoc/ResqueScheduler.html", @@ -104,25 +102,18 @@ "rdoc/index.html", "rdoc/js/darkfish.js", "rdoc/js/jquery.js", "rdoc/js/quicksearch.js", "rdoc/js/thickbox-compressed.js", - "rdoc/lib/resque_overrides_rb.html", - "rdoc/lib/resque_scheduler_overrides_rb.html", - "rdoc/lib/resque_status_overrides_rb.html", "rdoc/lib/resque_ui/cap_rb.html", "rdoc/lib/resque_ui/cap_recipes_rb.html", - "rdoc/lib/resque_ui/engine_rb.html", - "rdoc/lib/resque_ui/overrides/resque/failure/failure_rb.html", "rdoc/lib/resque_ui/overrides/resque/job_rb.html", "rdoc/lib/resque_ui/overrides/resque/resque_rb.html", "rdoc/lib/resque_ui/overrides/resque/worker_rb.html", "rdoc/lib/resque_ui/overrides/resque_scheduler/resque_scheduler_rb.html", "rdoc/lib/resque_ui/overrides/resque_status/chained_job_with_status_rb.html", "rdoc/lib/resque_ui/overrides/resque_status/job_with_status_rb.html", "rdoc/lib/resque_ui/overrides/resque_status/status_rb.html", - "rdoc/lib/resque_ui/resque_ui_rb.html", - "rdoc/lib/resque_ui/tasks_rb.html", "rdoc/lib/resque_ui_rb.html", "rdoc/rdoc.css", "resque_ui.gemspec", "test/resque_ui_test.rb", "test/test_helper.rb"