ocache 0.1.0 → 0.1.1

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ocache/version.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d9320c81895383fe8d1a98eb68f5247f440bf3d3
4
- data.tar.gz: 9debff6d3ad59d2d16d8a2e3b9b5c1c4829e654d
3
+ metadata.gz: cad3a9a83064e428208560177c458ff12d3fea73
4
+ data.tar.gz: 55e7d436743acebdd4ddface2a20cae2b22ff704
5
5
  SHA512:
6
- metadata.gz: 2a6ac463d49b0b52fb68a285cde7a5f8c715a0da8a46ef199ff6888671f98ddacd1f09b5adb48178faa4f0241a54ca05536229dde8a63b8f09679e5051b33f5b
7
- data.tar.gz: f33fed31038f2e07c347ce7a7a257acbb481fb0bbbefb7b113b4a58f50ac1f89217a71afdc022d8e0eea9b239f35b730e8d08ea7916fa5bf257c1a8ad3751574
6
+ metadata.gz: 750a8b3a11e822d8f1f098bd8de645e1a77a9e240f9b74374a84bf69e95b0c6c888545450f534f86c7cdd82262aef357a6fe363bd5d19bcce489ff15d69bbc68
7
+ data.tar.gz: 749a5243ecab9924c21065e9caab59b7489fb48793da3510efdecab7e1371464b0eecc1457e5771c05ca1461c131a54e0d230d3a1342768e4a12aa869a417fcc
@@ -1,3 +1,3 @@
1
1
  module OCache
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ocache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luke Heuer
@@ -455,7 +455,7 @@ files:
455
455
  - test/dummy/tmp/cache/FE9/3D0/CacheFetchTest%3A%3ASomeClass%2Fsome_method%2F
456
456
  - test/ocache_test.rb
457
457
  - test/test_helper.rb
458
- homepage: https://heuerlabs.com
458
+ homepage: https://github.com/lukeheuer/ocache/issues
459
459
  licenses:
460
460
  - LGPLv3
461
461
  metadata: {}