pools 0.1.7 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +13 -5
  2. data/LICENSE +2 -1
  3. data/README.md +4 -4
  4. metadata +14 -12
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 70a334b882b61ca1b32aec8d628d2374caf93c45
4
- data.tar.gz: b857dfbedbeaea85e88eae1199a4a5c586c4bc5f
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZmZiYWY5MDdiZDJkY2Q2NjhhNzdmYjZjNTlhYTVmYjU0ZGQ2NGQzZg==
5
+ data.tar.gz: !binary |-
6
+ Y2Q1MmM0MzVkMDU4OTdiZWE4YTA5ZGU3NjM5OTJkMWU5OTNhYjIzMg==
5
7
  SHA512:
6
- metadata.gz: 1a71428a4b1e7a76d35b02ddd1d4ed951776e6a7d8cc32e92dbe8d6b7d918aff3f543a8358cdc247b78104ebe5be967bbbdc39ad1217b3784b52d612c118b8c9
7
- data.tar.gz: f0a6155dae531c56a789dc36d2719018bf608dc76218d6d4470874c983b43ca81295979608ff6c557095e9383638c4828fd487706fb592d4ff1c00abc4740ffb
8
+ metadata.gz: !binary |-
9
+ MGMzMGE5ZmZkOTVjM2FjMjIwNTBiYmNjNGMwYzEwYmE1NzI2YWU5YzA0NmFm
10
+ N2JhNmNhYmZhZjk5ZmQ5YTY4ODhjNDljY2ZhYjE3MzE4ZGYyMDdjYjRjZjEx
11
+ ZTg1ZjVkOGZlNzhmZjEzZmNmNjRkOWZlMjk5OTRjNGNjMzMxOGI=
12
+ data.tar.gz: !binary |-
13
+ ODIxYmViNzNmZmNhOGVjODkyMWQzOTVlMTUwZTE5NDVmMGJkMmFiM2U3YTcw
14
+ YjA1Y2M0ZDQ3OGY2YjA1MTM5OGZmZGMyMGE4MzE0YjQ5YTVmNTJmOWI5NGI2
15
+ ZTMxYzI4OTExOGFmYWY5NGFjZmYwYzg2NTU5MWE3ODYzNjk0NTc=
data/LICENSE CHANGED
@@ -1,4 +1,5 @@
1
- Copyright (c) Michael Rykov
1
+ The MIT License (MIT)
2
+ Copyright (c) 2016 Michael Rykov
2
3
 
3
4
  Permission is hereby granted, free of charge, to any person obtaining
4
5
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
- pools
2
- -----
1
+ Pools - Reusable Connection Pooling
2
+ -----------------------------------
3
3
 
4
- <a href="http://badge.fury.io/rb/pools"><img src="https://badge.fury.io/rb/pools@2x.png" alt="Gem Version" height="18"></a>
5
- [![Build Status](https://travis-ci.org/rykov/pools.png)](https://travis-ci.org/rykov/pools)
4
+ [![Gem Version](https://badge.fury.io/rb/pools.svg)](https://badge.fury.io/rb/pools)
5
+ [![Build Status](https://travis-ci.org/rykov/pools.svg)](https://travis-ci.org/rykov/pools)
6
6
 
7
7
  Provides connection pooling for multiple services that
8
8
  use persistent connections
metadata CHANGED
@@ -1,37 +1,38 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Rykov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-27 00:00:00.000000000 Z
11
+ date: 2016-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: 3.0.0
20
20
  - - <
21
21
  - !ruby/object:Gem::Version
22
- version: '4.3'
22
+ version: '5.1'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - '>='
27
+ - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: 3.0.0
30
30
  - - <
31
31
  - !ruby/object:Gem::Version
32
- version: '4.3'
33
- description: |
34
- Generalized connection pooling
32
+ version: '5.1'
33
+ description: ! 'Generalized connection pooling
34
+
35
+ '
35
36
  email: mrykov@gmail
36
37
  executables: []
37
38
  extensions: []
@@ -50,7 +51,8 @@ files:
50
51
  - lib/redis/pooled.rb
51
52
  - lib/redis/pooled_store.rb
52
53
  homepage: http://github.com/rykov/pools
53
- licenses: []
54
+ licenses:
55
+ - MIT
54
56
  metadata: {}
55
57
  post_install_message:
56
58
  rdoc_options: []
@@ -58,17 +60,17 @@ require_paths:
58
60
  - lib
59
61
  required_ruby_version: !ruby/object:Gem::Requirement
60
62
  requirements:
61
- - - '>='
63
+ - - ! '>='
62
64
  - !ruby/object:Gem::Version
63
65
  version: '0'
64
66
  required_rubygems_version: !ruby/object:Gem::Requirement
65
67
  requirements:
66
- - - '>='
68
+ - - ! '>='
67
69
  - !ruby/object:Gem::Version
68
70
  version: '0'
69
71
  requirements: []
70
72
  rubyforge_project:
71
- rubygems_version: 2.4.5
73
+ rubygems_version: 2.6.6
72
74
  signing_key:
73
75
  specification_version: 4
74
76
  summary: Generalized connection pooling