Skip to content

Commit

Permalink
Regenerated gemspec for version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kovyrin committed Apr 2, 2010
1 parent 99a067f commit 48c3213
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions loops.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{loops}
s.version = "2.0.2"
s.version = "2.0.3"

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-31}
s.date = %q{2010-04-01}
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"]
Expand Down Expand Up @@ -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.5}
s.rubygems_version = %q{1.3.6}
s.summary = %q{Simple background loops framework for ruby}
s.test_files = [
"spec/loop_lock_spec.rb",
Expand Down

0 comments on commit 48c3213

Please sign in to comment.