resque-enqueue-logging 0.0.1

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 (2) hide show
  1. checksums.yaml +15 -0
  2. metadata +76 -0
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ OWQxYjg5YzVhNzZkNTk0OGQ3NDg4YWMzM2E5Nzc1MjBiZmQ3OTJhOA==
5
+ data.tar.gz: !binary |-
6
+ MmIwN2ZlZTIyN2M0NjZiOGJkMWE2OWI2Mzc2M2QwOWRkZTlhZjI5Ng==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NjQ0NzRlMjhiNDk1MjQyNDAyNTA0MzdiZDk2MzFiNzNhMzhjYzM0NWViNTk3
10
+ ZjM3MDI4Yzc0ZTUzMjBjOWQ5ZDdhNTI4NzFmZTYyNmIxNzI0MDQ1YjNkOGJh
11
+ YmI0M2YwOWVjNzU4YWJjYmU4YWM0ZmM3MjEwYWYxZDFmOGQzM2I=
12
+ data.tar.gz: !binary |-
13
+ OTAyY2E3ZWYxOTcwNGQyYjgyYTg4YzRjNGFiYWM4ZTgwYmNiYjg3M2NmN2Uy
14
+ N2ZmZTYwZjI5MjVjMzczYjJhNDAyOTA3OGE0YTJmOTI0NzRhZGQ3MzU0MjJj
15
+ ZmZmMTAwODdlY2M0YmQxMWIzZWVlNmUyZjA2OTNiNzQ4YzU1NmI=
metadata ADDED
@@ -0,0 +1,76 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: resque-enqueue-logging
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Zach Millman
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-01-27 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: resque
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '1.25'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '1.25'
27
+ - !ruby/object:Gem::Dependency
28
+ name: minitest
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: ! 'Resque plugin to log info whenever a job is enqueued.
42
+
43
+
44
+ Example: Enqueued SortUserJob to "low": user_id=1, options={"force"=>true}
45
+
46
+ '
47
+ email: zach@magoosh.com
48
+ executables: []
49
+ extensions: []
50
+ extra_rdoc_files: []
51
+ files: []
52
+ homepage: https://github.com/magoosh/resque-enqueue-logging
53
+ licenses:
54
+ - MIT
55
+ metadata: {}
56
+ post_install_message:
57
+ rdoc_options: []
58
+ require_paths:
59
+ - lib
60
+ required_ruby_version: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ! '>='
63
+ - !ruby/object:Gem::Version
64
+ version: '0'
65
+ required_rubygems_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ! '>='
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
70
+ requirements: []
71
+ rubyforge_project:
72
+ rubygems_version: 2.1.11
73
+ signing_key:
74
+ specification_version: 4
75
+ summary: Resque plugin for logging info when jobs are enqueued
76
+ test_files: []