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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b24e7c5e270d8c55573ea5d9224562ec9f30bca
4
- data.tar.gz: 68a6fb51394b3ac03bd84b9d66f49e4350cd7f88
3
+ metadata.gz: f0fd952488122e505e9d17f771a9e805a0e7d157
4
+ data.tar.gz: 5144a78e32de577c50ebbb1fe41c1243df629f4f
5
5
  SHA512:
6
- metadata.gz: 87f66069bfeadce307935f5692a920fe845fcd709a8781b0d992dd1a3960e21b5c25ed59ee33c3c4970d6f2e55c100512193de386604a226bc2f1be5b30198da
7
- data.tar.gz: 896cd60fa409cbda94f9158c69000ae5e11434594a24b35c86ebe6047c5685e389033da7c5d6e5371a08dffb7c7b351edeb69d6683abe29f5194bea70903890e
6
+ metadata.gz: aa20af5753a6d928cb670497d059eda9df86b1ed7a9e5dd52949dbe9c475ea39697bbb187e2a527cb3d0b8ca789cc7ea9d351ed17a88082559f157293576113b
7
+ data.tar.gz: 1277291bab102cfada2a440557e3464456b26e16eac7354fbc81e7a8f2f304f9dcf1f4ec4694196c72654b275ba2db90a2eb10812e02f7a13f1a0e7af36cd1c3
@@ -1,3 +1,3 @@
1
1
  module Porpoise
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
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. Don't use for high performance, use for easy multi master clustering."
13
- spec.homepage = "https://dev-git.sentia.com/rubygems/porpoise"
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 = "exe"
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.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wessel van Heerde
8
8
  autorequire:
9
- bindir: exe
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://dev-git.sentia.com/rubygems/porpoise
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 compatible interface. Store and access
204
- objects in a Redis like way using MySQL storage. Don't use for high performance,
205
- use for easy multi master clustering.
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: []