has_cache 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/has_cache/version.rb +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a8867bbfb9f3a5f8e0ff7f89a41366845fdbfcc9
4
- data.tar.gz: 2dee457ae3ff8996e6ca7ea2f40fa9cdf3dfb8b4
3
+ metadata.gz: 1ec96c41ff5a74d6bb7fb4304d418de54d073e63
4
+ data.tar.gz: aef6f888d5baca3d6f18c906be02ef321c481cf7
5
5
  SHA512:
6
- metadata.gz: 336d950b006f184c5d5b5ad698fc5bcb30206b6de4c53dfc6838a3588d35b79ed2139a52ad547b75e84b1b6178097fee1fa0fdc64b1f2fa45e1fa0d95254ba82
7
- data.tar.gz: fb61d9b6a9f4df6e06f4da7acf7ee74d568c744be645de556ad3f0e87252172bc50b13bef5bd9a7690bb102ed936203ce16b6fb34ed7e0e98804d48013699faf
6
+ metadata.gz: 3996dcfa0146c3870f4899bcec834712ae1713c877f11c7ca4277a248d55f8465543d011fede76284ece02107d38c0a50775ebd6f0303c21e3e2bdda79631ab4
7
+ data.tar.gz: 1e17b5ccf6fcfac329ae80048ab4bcd9bd42d443269fe3653c5f43a1e6bfd4e38d0888dffa6484f4d4210a4236cc63927f948828ed07cb7fb0ed0388c38d3b52
@@ -1,4 +1,4 @@
1
1
  # @private
2
2
  module HasCache
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_cache
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
  - Peter Fern
@@ -250,8 +250,8 @@ dependencies:
250
250
  version: '1.0'
251
251
  description: |2
252
252
  Using `has_cache` in your classes provides a `cached` method that allows
253
- automatic caching the result of a method that is normally available on the
254
- class, or an instance of the class.
253
+ automatic caching of the result of a method that is normally available on
254
+ the class, or an instance of the class.
255
255
 
256
256
  It mitigates the hassle of creating and tracking keys as you would with
257
257
  the standard Cache Store interface, by inferring keys from the location
@@ -270,7 +270,7 @@ files:
270
270
  - lib/tasks/has_cache_tasks.rake
271
271
  - MIT-LICENSE
272
272
  - Rakefile
273
- homepage: http://rubygems.org/gems/has_cache
273
+ homepage: https://github.com/pdf/has_cache
274
274
  licenses: []
275
275
  metadata: {}
276
276
  post_install_message: