active_worker 0.50.0 → 0.51.0
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.
- data/Rakefile +3 -3
- data/VERSION +1 -1
- data/active_worker.gemspec +4 -4
- metadata +10 -5
data/Rakefile
CHANGED
|
@@ -15,12 +15,12 @@ require 'jeweler'
|
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
17
17
|
gem.name = "active_worker"
|
|
18
|
-
gem.homepage = "
|
|
18
|
+
gem.homepage = "https://github.com/SoftwareWithFriends/ActiveWorker"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{Framework for making class distributable on a queueing system.}
|
|
21
21
|
gem.description = %Q{Uses a Configuration/Controller pattern to allow easy implementation and organziation of multi-tier distributed workloads.}
|
|
22
|
-
gem.email = "
|
|
23
|
-
gem.authors = ["
|
|
22
|
+
gem.email = ["mcgarvey.ryan@gmail.com", "buddhistpirate@chubtoad.com", "liukke@gmail.com"]
|
|
23
|
+
gem.authors = ["Ryan McGarvey", "Tim Johnson", "Eric Liu"]
|
|
24
24
|
# dependencies defined in Gemfile
|
|
25
25
|
end
|
|
26
26
|
Jeweler::RubygemsDotOrgTasks.new
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.51.0
|
data/active_worker.gemspec
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "active_worker"
|
|
8
|
-
s.version = "0.
|
|
8
|
+
s.version = "0.51.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
-
s.authors = ["
|
|
11
|
+
s.authors = ["Ryan McGarvey", "Tim Johnson", "Eric Liu"]
|
|
12
12
|
s.date = "2013-07-01"
|
|
13
13
|
s.description = "Uses a Configuration/Controller pattern to allow easy implementation and organziation of multi-tier distributed workloads."
|
|
14
|
-
s.email = "
|
|
14
|
+
s.email = ["mcgarvey.ryan@gmail.com", "buddhistpirate@chubtoad.com", "liukke@gmail.com"]
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
|
17
17
|
"README.rdoc"
|
|
@@ -72,7 +72,7 @@ Gem::Specification.new do |s|
|
|
|
72
72
|
"test/test_template.rb",
|
|
73
73
|
"test/test_termination_event.rb"
|
|
74
74
|
]
|
|
75
|
-
s.homepage = "
|
|
75
|
+
s.homepage = "https://github.com/SoftwareWithFriends/ActiveWorker"
|
|
76
76
|
s.licenses = ["MIT"]
|
|
77
77
|
s.require_paths = ["lib"]
|
|
78
78
|
s.rubygems_version = "1.8.24"
|
metadata
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_worker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.51.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
-
|
|
8
|
+
- Ryan McGarvey
|
|
9
|
+
- Tim Johnson
|
|
10
|
+
- Eric Liu
|
|
9
11
|
autorequire:
|
|
10
12
|
bindir: bin
|
|
11
13
|
cert_chain: []
|
|
@@ -109,7 +111,10 @@ dependencies:
|
|
|
109
111
|
version: 1.8.3
|
|
110
112
|
description: Uses a Configuration/Controller pattern to allow easy implementation
|
|
111
113
|
and organziation of multi-tier distributed workloads.
|
|
112
|
-
email:
|
|
114
|
+
email:
|
|
115
|
+
- mcgarvey.ryan@gmail.com
|
|
116
|
+
- buddhistpirate@chubtoad.com
|
|
117
|
+
- liukke@gmail.com
|
|
113
118
|
executables: []
|
|
114
119
|
extensions: []
|
|
115
120
|
extra_rdoc_files:
|
|
@@ -170,7 +175,7 @@ files:
|
|
|
170
175
|
- test/test_templatable.rb
|
|
171
176
|
- test/test_template.rb
|
|
172
177
|
- test/test_termination_event.rb
|
|
173
|
-
homepage:
|
|
178
|
+
homepage: https://github.com/SoftwareWithFriends/ActiveWorker
|
|
174
179
|
licenses:
|
|
175
180
|
- MIT
|
|
176
181
|
post_install_message:
|
|
@@ -185,7 +190,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
185
190
|
version: '0'
|
|
186
191
|
segments:
|
|
187
192
|
- 0
|
|
188
|
-
hash:
|
|
193
|
+
hash: 3405465473138976857
|
|
189
194
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
190
195
|
none: false
|
|
191
196
|
requirements:
|