File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- 0.7 .0
1
+ 0.8 .0
Original file line number Diff line number Diff line change 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{stalker}
8
- s . version = "0.7 .0"
8
+ s . version = "0.8 .0"
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Adam Wiggins" ]
12
- s . date = %q{2011-01-20 }
12
+ s . date = %q{2011-03-11 }
13
13
s . default_executable = %q{stalk}
14
14
s . description = %q{A job queueing and background workers system using Beanstalkd. Inspired by the Minion gem.}
15
15
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
27
s . homepage = %q{http://github.com/adamwiggins/stalker}
28
28
s . require_paths = [ "lib" ]
29
29
s . rubyforge_project = %q{stalker}
30
- s . rubygems_version = %q{1.3.7 }
30
+ s . rubygems_version = %q{1.5.0 }
31
31
s . summary = %q{A job queueing and background workers system using Beanstalkd.}
32
32
s . test_files = [
33
33
"examples/enqueue.rb" ,
@@ -36,7 +36,6 @@ Gem::Specification.new do |s|
36
36
]
37
37
38
38
if s . respond_to? :specification_version then
39
- current_version = Gem ::Specification ::CURRENT_SPECIFICATION_VERSION
40
39
s . specification_version = 3
41
40
42
41
if Gem ::Version . new ( Gem ::VERSION ) >= Gem ::Version . new ( '1.2.0' ) then
You can’t perform that action at this time.
0 commit comments