diff --git a/loops.gemspec b/loops.gemspec index c4289ad..0097b67 100644 --- a/loops.gemspec +++ b/loops.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{loops} - s.version = "2.0.1" + s.version = "2.0.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Alexey Kovyrin", "Dmytro Shteflyuk"] - s.date = %q{2010-03-19} + s.date = %q{2010-03-31} s.description = %q{Loops is a small and lightweight framework for Ruby on Rails, Merb and other ruby frameworks created to support simple background loops in your application which are usually used to do some background data processing on your servers (queue workers, batch tasks processors, etc).} s.email = %q{alexey@kovyrin.net} s.executables = ["loops", "loops-memory-stats"] @@ -70,7 +70,7 @@ Gem::Specification.new do |s| s.homepage = %q{http://github.com/kovyrin/loops} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.6} + s.rubygems_version = %q{1.3.5} s.summary = %q{Simple background loops framework for ruby} s.test_files = [ "spec/loop_lock_spec.rb",