karousel 0.9.10 → 0.9.11
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 +1 -1
- data/VERSION +1 -1
- data/karousel.gemspec +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -15,7 +15,7 @@ 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 = "karousel"
|
|
18
|
-
gem.homepage = "http://github.com/
|
|
18
|
+
gem.homepage = "http://github.com/GlobalNamesArchitecture/karousel"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{Job dispenser for parallel workers}
|
|
21
21
|
gem.description = %Q{Use it if you have waaay to many items in your workers' queue}
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.11
|
data/karousel.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "karousel"
|
|
8
|
-
s.version = "0.9.
|
|
8
|
+
s.version = "0.9.11"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Dmitry Mozzherin", "David Shorthouse"]
|
|
@@ -41,7 +41,7 @@ Gem::Specification.new do |s|
|
|
|
41
41
|
"spec/support/client_job_dummy.rb",
|
|
42
42
|
"spec/support/dummy_server.rb"
|
|
43
43
|
]
|
|
44
|
-
s.homepage = "http://github.com/
|
|
44
|
+
s.homepage = "http://github.com/GlobalNamesArchitecture/karousel"
|
|
45
45
|
s.licenses = ["MIT"]
|
|
46
46
|
s.require_paths = ["lib"]
|
|
47
47
|
s.rubygems_version = "1.8.24"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: karousel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.11
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -107,7 +107,7 @@ files:
|
|
|
107
107
|
- spec/spec_helper.rb
|
|
108
108
|
- spec/support/client_job_dummy.rb
|
|
109
109
|
- spec/support/dummy_server.rb
|
|
110
|
-
homepage: http://github.com/
|
|
110
|
+
homepage: http://github.com/GlobalNamesArchitecture/karousel
|
|
111
111
|
licenses:
|
|
112
112
|
- MIT
|
|
113
113
|
post_install_message:
|
|
@@ -122,7 +122,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
122
122
|
version: '0'
|
|
123
123
|
segments:
|
|
124
124
|
- 0
|
|
125
|
-
hash:
|
|
125
|
+
hash: 688669861578826096
|
|
126
126
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
127
127
|
none: false
|
|
128
128
|
requirements:
|