lmc-store 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lmc-store.gemspec +7 -1
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42b265a8f1666dd0e113844fbc85c0d72bd49c55cc2f7ece1692324693e36e65
|
4
|
+
data.tar.gz: 0c78df9dfd94a53b590e01a585c8bffc679494fb4b1d9d63628945a24c0a7e8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c56165084b4ae0666d0859635bee9aabbabaaaad84626575d051325d8a9171ba8f2b8490dc40214601190b47668ead6ccf1efcfc551961f62a3a0c8316c7f86
|
7
|
+
data.tar.gz: e1a6fa04ec3dfcf995358be1d724ca2062ac9835357bdd4040a4d366d609d96a3da4f1ed7e0dfe5afe71adf7f2ee0dbc0b48fb3064d0210068e49be22182a807
|
data/lmc-store.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "lmc-store"
|
3
|
-
s.version = "0.0.
|
3
|
+
s.version = "0.0.2"
|
4
4
|
s.summary = "Rails cache store implementation for LocalMemCache (a modern one)"
|
5
5
|
s.authors = ["Anton Argirov"]
|
6
6
|
s.email = "anton.argirov@gmail.com"
|
@@ -12,4 +12,10 @@ Gem::Specification.new do |s|
|
|
12
12
|
|
13
13
|
s.add_dependency 'activesupport', ['>=0']
|
14
14
|
s.add_dependency 'localmemcache', ['~>0.4.0']
|
15
|
+
|
16
|
+
s.metadata = {
|
17
|
+
"bug_tracker_uri" => "https://github.com/anteo/lmc-store/issues",
|
18
|
+
"homepage_uri" => "https://github.com/anteo/lmc-store",
|
19
|
+
"source_code_uri" => "https://github.com/anteo/lmc-store"
|
20
|
+
}
|
15
21
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lmc-store
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anton Argirov
|
@@ -56,7 +56,10 @@ files:
|
|
56
56
|
homepage: https://github.com/anteo/lmc-store
|
57
57
|
licenses:
|
58
58
|
- MIT
|
59
|
-
metadata:
|
59
|
+
metadata:
|
60
|
+
bug_tracker_uri: https://github.com/anteo/lmc-store/issues
|
61
|
+
homepage_uri: https://github.com/anteo/lmc-store
|
62
|
+
source_code_uri: https://github.com/anteo/lmc-store
|
60
63
|
post_install_message:
|
61
64
|
rdoc_options: []
|
62
65
|
require_paths:
|