caches 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
- metadata.gz: dc1818f0238ced3bc043d36e2e5630c7428fbad3
4
- data.tar.gz: 5e7f76557165b0c31e62fc52dbc8515943e983fd
3
+ metadata.gz: 7a1b49f6dedacf8fe673dd362a21bea4b7c58e70
4
+ data.tar.gz: 3d4610b424dba43177a5578335b10d6c8aa05d3a
5
5
  !binary "U0hBNTEy":
6
- metadata.gz: 8a7712863a9cdd2b4fbfc74f8b5898f279857d204677b5ba4ba26be846045fafd8c5932025e218ccd1cae34e5c0c927e95afd3c38de3e3bc5bd0581f075b8a0d
7
- data.tar.gz: 874d0aa83657382395ac5ae9ce1df07447ebf45158456dac1051225106a186c819b150df963eeccb78027b454e7895c5a93a5c681e3e2c6681181703b26eb5ba
6
+ metadata.gz: b379b47737f67aa92c477341b9408ef39e5eb59fed51af6393c11a6e1f66d8901c898fab63101ee01b0055155946e9504a360c3af3d0dc71b7d8f26360d144b0
7
+ data.tar.gz: 1efbb38364ee01c8fef3b5380c3ae34b1afad063575f673efab18bea28e1ec1f08a226b0fd14089efed1b75e656d2628d60cdffdf5d561f724ce319062d25451
data/caches.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Caches::VERSION
9
9
  spec.authors = ["Nathan Long"]
10
10
  spec.email = ["nathanmlong@gmail.com"]
11
- spec.description = %q{A small collection of hashes that cache}
12
- spec.summary = %q{A small collection of hashes that cache}
11
+ spec.description = %q{A small collection of caches with good performance and hash-like access patterns}
12
+ spec.summary = %q{Caches with hash-like access}
13
13
  spec.homepage = "https://github.com/nathanl/caches"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Caches
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caches
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Long
@@ -52,7 +52,8 @@ dependencies:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: '2.14'
55
- description: A small collection of hashes that cache
55
+ description: A small collection of caches with good performance and hash-like access
56
+ patterns
56
57
  email:
57
58
  - nathanmlong@gmail.com
58
59
  executables: []
@@ -101,7 +102,7 @@ rubyforge_project:
101
102
  rubygems_version: 2.0.14
102
103
  signing_key:
103
104
  specification_version: 4
104
- summary: A small collection of hashes that cache
105
+ summary: Caches with hash-like access
105
106
  test_files:
106
107
  - spec/fetch_examples.rb
107
108
  - spec/hash_cache/linked_list_spec.rb