porpoise 0.9.0 → 0.9.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 +4 -4
- data/lib/porpoise/version.rb +1 -1
- data/porpoise.gemspec +3 -3
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0fd952488122e505e9d17f771a9e805a0e7d157
|
|
4
|
+
data.tar.gz: 5144a78e32de577c50ebbb1fe41c1243df629f4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa20af5753a6d928cb670497d059eda9df86b1ed7a9e5dd52949dbe9c475ea39697bbb187e2a527cb3d0b8ca789cc7ea9d351ed17a88082559f157293576113b
|
|
7
|
+
data.tar.gz: 1277291bab102cfada2a440557e3464456b26e16eac7354fbc81e7a8f2f304f9dcf1f4ec4694196c72654b275ba2db90a2eb10812e02f7a13f1a0e7af36cd1c3
|
data/lib/porpoise/version.rb
CHANGED
data/porpoise.gemspec
CHANGED
|
@@ -9,13 +9,13 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Wessel van Heerde"]
|
|
10
10
|
spec.email = ["wessel.van.heerde@sentia.com"]
|
|
11
11
|
spec.licenses = ['MIT']
|
|
12
|
-
spec.summary = "MySQL key/value store with a Redis compatible interface. Store and access objects in a Redis like way using MySQL storage
|
|
13
|
-
spec.homepage = "https://
|
|
12
|
+
spec.summary = "Rails caching with a MySQL backend. Also a MySQL key/value store with a Redis compatible interface. Store and access objects in a Redis like way using MySQL as storage backend."
|
|
13
|
+
spec.homepage = "https://github.com/sentialabs/porpoise"
|
|
14
14
|
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
16
16
|
f.match(%r{^(test|spec|features)/})
|
|
17
17
|
end
|
|
18
|
-
spec.bindir = "
|
|
18
|
+
spec.bindir = "bin"
|
|
19
19
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
20
20
|
spec.require_paths = ["lib"]
|
|
21
21
|
|
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: porpoise
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Wessel van Heerde
|
|
8
8
|
autorequire:
|
|
9
|
-
bindir:
|
|
9
|
+
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2017-10-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
@@ -177,7 +177,7 @@ files:
|
|
|
177
177
|
- lib/porpoise/util.rb
|
|
178
178
|
- lib/porpoise/version.rb
|
|
179
179
|
- porpoise.gemspec
|
|
180
|
-
homepage: https://
|
|
180
|
+
homepage: https://github.com/sentialabs/porpoise
|
|
181
181
|
licenses:
|
|
182
182
|
- MIT
|
|
183
183
|
metadata: {}
|
|
@@ -200,7 +200,7 @@ rubyforge_project:
|
|
|
200
200
|
rubygems_version: 2.5.2
|
|
201
201
|
signing_key:
|
|
202
202
|
specification_version: 4
|
|
203
|
-
summary: MySQL key/value store with a Redis
|
|
204
|
-
objects in a Redis like way using MySQL
|
|
205
|
-
|
|
203
|
+
summary: Rails caching with a MySQL backend. Also a MySQL key/value store with a Redis
|
|
204
|
+
compatible interface. Store and access objects in a Redis like way using MySQL as
|
|
205
|
+
storage backend.
|
|
206
206
|
test_files: []
|