resque-picky_worker 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/Rakefile +3 -7
  2. data/resque-picky_worker.gemspec +1 -1
  3. metadata +5 -7
data/Rakefile CHANGED
@@ -3,12 +3,6 @@ Bundler::GemHelper.install_tasks
3
3
 
4
4
  begin
5
5
  require "spec"
6
- rescue LoadError => e
7
- require "rubygems"
8
- require "spec"
9
- end
10
-
11
- begin
12
6
  require 'spec/rake/spectask'
13
7
 
14
8
  desc "Run all specs"
@@ -16,5 +10,7 @@ begin
16
10
  t.spec_files = FileList['spec/**/*.rb']
17
11
  end
18
12
  rescue LoadError => e
19
- puts "Warning: RSpec not found. spec task won't work until you `gem install rspec`"
13
+ task "spec" do
14
+ puts "Error: RSpec not found. spec task won't work until you `gem install rspec`"
15
+ end
20
16
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "resque-picky_worker"
5
- s.version = "0.0.2"
5
+ s.version = "0.0.3"
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ["Caius Durling"]
8
8
  s.email = ["caius@pizzapowered.com"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resque-picky_worker
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Caius Durling
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-08-24 00:00:00 +01:00
19
- default_executable:
18
+ date: 2011-08-25 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: resque
@@ -87,7 +86,6 @@ files:
87
86
  - vendor/cache/sinatra-1.2.6.gem
88
87
  - vendor/cache/tilt-1.3.2.gem
89
88
  - vendor/cache/vegas-0.1.8.gem
90
- has_rdoc: true
91
89
  homepage: http://pizzapowered.com/
92
90
  licenses: []
93
91
 
@@ -117,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
115
  requirements: []
118
116
 
119
117
  rubyforge_project:
120
- rubygems_version: 1.6.2
118
+ rubygems_version: 1.8.6
121
119
  signing_key:
122
120
  specification_version: 3
123
121
  summary: Resque worker, but picky about what queues it listens to