resque-enqueue-logger 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/resque-enqueue-logger.gemspec +3 -3
- metadata +5 -5
data/README.md
CHANGED
data/Rakefile
CHANGED
@@ -17,8 +17,8 @@ Jeweler::Tasks.new do |gem|
|
|
17
17
|
gem.name = "resque-enqueue-logger"
|
18
18
|
gem.homepage = "http://github.com/bray/resque-enqueue-logger"
|
19
19
|
gem.license = "MIT"
|
20
|
-
gem.summary = %Q{Resque plugin that adds simple logging
|
21
|
-
gem.description = %Q{Resque plugin that adds simple logging
|
20
|
+
gem.summary = %Q{Resque plugin that adds simple logging after enqueueing a job.}
|
21
|
+
gem.description = %Q{Resque plugin that adds simple logging after enqueueing a job.}
|
22
22
|
gem.email = "brian.ray1@gmail.com"
|
23
23
|
gem.authors = ["bray"]
|
24
24
|
# dependencies defined in Gemfile
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.5
|
@@ -5,12 +5,12 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{resque-enqueue-logger}
|
8
|
-
s.version = "0.0.
|
8
|
+
s.version = "0.0.5"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["bray"]
|
12
12
|
s.date = %q{2012-04-13}
|
13
|
-
s.description = %q{Resque plugin that adds simple logging
|
13
|
+
s.description = %q{Resque plugin that adds simple logging after enqueueing a job.}
|
14
14
|
s.email = %q{brian.ray1@gmail.com}
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE.txt",
|
@@ -34,7 +34,7 @@ Gem::Specification.new do |s|
|
|
34
34
|
s.licenses = ["MIT"]
|
35
35
|
s.require_paths = ["lib"]
|
36
36
|
s.rubygems_version = %q{1.3.7}
|
37
|
-
s.summary = %q{Resque plugin that adds simple logging
|
37
|
+
s.summary = %q{Resque plugin that adds simple logging after enqueueing a job.}
|
38
38
|
|
39
39
|
if s.respond_to? :specification_version then
|
40
40
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 5
|
9
|
+
version: 0.0.5
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- bray
|
@@ -87,7 +87,7 @@ dependencies:
|
|
87
87
|
type: :development
|
88
88
|
prerelease: false
|
89
89
|
version_requirements: *id005
|
90
|
-
description: Resque plugin that adds simple logging
|
90
|
+
description: Resque plugin that adds simple logging after enqueueing a job.
|
91
91
|
email: brian.ray1@gmail.com
|
92
92
|
executables: []
|
93
93
|
|
@@ -123,7 +123,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
123
123
|
requirements:
|
124
124
|
- - ">="
|
125
125
|
- !ruby/object:Gem::Version
|
126
|
-
hash:
|
126
|
+
hash: 549322735
|
127
127
|
segments:
|
128
128
|
- 0
|
129
129
|
version: "0"
|
@@ -141,6 +141,6 @@ rubyforge_project:
|
|
141
141
|
rubygems_version: 1.3.7
|
142
142
|
signing_key:
|
143
143
|
specification_version: 3
|
144
|
-
summary: Resque plugin that adds simple logging
|
144
|
+
summary: Resque plugin that adds simple logging after enqueueing a job.
|
145
145
|
test_files: []
|
146
146
|
|