tdiary-cache-null 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +12 -2
- data/README.md +3 -5
- data/lib/tdiary/cache/null/version.rb +1 -1
- data/tdiary-cache-null.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e20483837c3a72a066c5116dada58dfd3c04ff14
|
4
|
+
data.tar.gz: 9865464556208e8af5152b6e9fef23d7a4c0bfa5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5303b950eae8bf595c37e602b8a34b13692f580abbc6ada2de43917e7a12ecda6e2d1bfc3a1b799c0173ebec1404b37137f864d39fdfeda0472f12a81c7874de
|
7
|
+
data.tar.gz: 1272aab65fe8eb7cd830583a16541b861c2d2d54199970f4aa5d9d4aac60234b768f531e40eb79c7758e091fda89330fb1e458da493d90791c94d48057ed64e5
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# TDiary::Cache::Null
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/tdiary-cache-null.png)](https://rubygems.org/gems/tdiary-cache-null) [![Build Status](https://secure.travis-ci.org/tdiary/tdiary-cache-null.png)](https://travis-ci.org/tdiary/tdiary-cache-null)
|
4
|
+
|
3
5
|
Null adapter for tDiary cache.
|
4
6
|
|
5
7
|
This gem is useful for the case when:
|
@@ -9,7 +11,7 @@ This gem is useful for the case when:
|
|
9
11
|
|
10
12
|
## Installation
|
11
13
|
|
12
|
-
Add this line to your
|
14
|
+
Add this line to your tDiary's Gemfile.local:
|
13
15
|
|
14
16
|
gem 'tdiary-cache-null'
|
15
17
|
|
@@ -17,10 +19,6 @@ And then execute:
|
|
17
19
|
|
18
20
|
$ bundle
|
19
21
|
|
20
|
-
Or install it yourself as:
|
21
|
-
|
22
|
-
$ gem install tdiary-cache-null
|
23
|
-
|
24
22
|
## Contributing
|
25
23
|
|
26
24
|
1. Fork it
|
data/tdiary-cache-null.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{tDiary null cache adapter}
|
13
13
|
spec.description = %q{tDiary null cache adapter}
|
14
|
-
spec.homepage = "https://github.com/
|
14
|
+
spec.homepage = "https://github.com/tdiary/tdiary-cache-null"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tdiary-cache-null
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- YAMADA Tsuyoshi
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-01-
|
11
|
+
date: 2016-01-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -72,7 +72,7 @@ files:
|
|
72
72
|
- lib/tdiary/cache/null.rb
|
73
73
|
- lib/tdiary/cache/null/version.rb
|
74
74
|
- tdiary-cache-null.gemspec
|
75
|
-
homepage: https://github.com/
|
75
|
+
homepage: https://github.com/tdiary/tdiary-cache-null
|
76
76
|
licenses:
|
77
77
|
- MIT
|
78
78
|
metadata: {}
|