cache_toolbox 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1792b9fe2ea0a4cfd11fccd879204650de5d483
4
- data.tar.gz: 4be53360d4a790462596dda0093a66df7b313049
3
+ metadata.gz: 9a12c59684897ea560af23741dad332a9089ecf1
4
+ data.tar.gz: 4bd3b1081e156efd8e9d9df1162ff78daa764df4
5
5
  SHA512:
6
- metadata.gz: bba8ad019a774b3b31d3c0b6e70e58ddc4ad16298de8227bd2704e7541edd065cccdc8fa71e654eb4c58289966363a1cecb2f32a4e152fe9fb190c563a3daa96
7
- data.tar.gz: 8fa6cfd99e01e4e7a4fb6eccce75ca796bfff15b24db9e5cc20a7713ed07e6c21ddafaa8b1bb6f8e038344e90eab5eb0b42e3ba90e5709f9fb1d332fbfd4b02a
6
+ metadata.gz: fa2ed18170489ed2aa34fb8221b0f543d42a7550fa79aa004d69edba6e9fc59775751421df5ca5ac95c70a6ea76ca40ca20f485ef3a2a31ded13631e28071cb5
7
+ data.tar.gz: 28c51c074a2a26df3ce47e63e1c73c723f4a723124bc0d1e740a36430becaaa65695cac0ba3a3ca991cc6d4320d3005a437bcd6a17536b64d472ef11bd2dfb3d
@@ -6,15 +6,16 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
6
6
  require 'cache_toolbox/version'
7
7
 
8
8
  Gem::Specification.new do |spec|
9
- spec.name = 'cache_toolbox'
10
- spec.version = CacheToolbox::VERSION
9
+ spec.name = 'cache_toolbox'
10
+ spec.version = CacheToolbox::VERSION
11
11
  spec.authors = ['Tadas Sasnauskas']
12
12
  spec.email = ['tadas@yoyo.lt']
13
-
14
- spec.summary = <<~SUMMARY
15
- Rails cache utility store writing to parent cache with a key prefix.
13
+ spec.summary = <<~SUMMARY
14
+ Utility cache store classes for Rails applications.
16
15
  SUMMARY
17
- spec.description = ''
16
+ spec.description = <<~DESCRIPTION
17
+ Utility cache store classes for Rails applications.
18
+ DESCRIPTION
18
19
  spec.homepage = 'https://github.com/tadas-s/cache_toolbox'
19
20
  spec.license = 'MIT'
20
21
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CacheToolbox
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cache_toolbox
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
  - Tadas Sasnauskas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-09 00:00:00.000000000 Z
11
+ date: 2017-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -150,7 +150,9 @@ dependencies:
150
150
  - - "~>"
151
151
  - !ruby/object:Gem::Version
152
152
  version: '2.0'
153
- description: ''
153
+ description: 'Utility cache store classes for Rails applications.
154
+
155
+ '
154
156
  email:
155
157
  - tadas@yoyo.lt
156
158
  executables: []
@@ -198,5 +200,5 @@ rubyforge_project:
198
200
  rubygems_version: 2.6.12
199
201
  signing_key:
200
202
  specification_version: 4
201
- summary: Rails cache utility store writing to parent cache with a key prefix.
203
+ summary: Utility cache store classes for Rails applications.
202
204
  test_files: []