throttler 0.2.3 → 0.2.4

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.
Files changed (2) hide show
  1. data/lib/throttler/version.rb +1 -1
  2. metadata +3 -3
@@ -1,4 +1,4 @@
1
1
  module Throttler #:nodoc:
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
4
4
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 3
9
- version: 0.2.3
8
+ - 4
9
+ version: 0.2.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Hakan Ensari
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: 2.1.0
34
34
  type: :development
35
35
  version_requirements: *id001
36
- description: A tired, cranky module that helps you throttle stuff in parallel-running Ruby scripts on a single machine. A tired, cranky module that throttles parallel-running Ruby scripts on a single machine.
36
+ description: A tired, cranky module that helps you throttle stuff in parallel-running Ruby scripts on a single machine.
37
37
  email:
38
38
  - code@papercavalier.com
39
39
  executables: []