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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af21227d6545250af3f1679c35049c42cf8d6f18
4
- data.tar.gz: cf47ab5a240fc7203fe7fbccebf4b805c50a5f80
3
+ metadata.gz: e20483837c3a72a066c5116dada58dfd3c04ff14
4
+ data.tar.gz: 9865464556208e8af5152b6e9fef23d7a4c0bfa5
5
5
  SHA512:
6
- metadata.gz: 625963bd7ca6dc821060145e6ae66f55a228e7c5cb5c96a21fae0b41a6f59c1defd9688a5460af78d4b91ca302b0889ec5fb62713261036b25fb577050ba36a0
7
- data.tar.gz: 9a7d81c01649eb637f90fec3cb181468796e28cf68b982c58bdb640c0b879af1679ac6fb67b91a69288ef5041f788d4e4c582c7ffc04c972f114b978c5762270
6
+ metadata.gz: 5303b950eae8bf595c37e602b8a34b13692f580abbc6ada2de43917e7a12ecda6e2d1bfc3a1b799c0173ebec1404b37137f864d39fdfeda0472f12a81c7874de
7
+ data.tar.gz: 1272aab65fe8eb7cd830583a16541b861c2d2d54199970f4aa5d9d4aac60234b768f531e40eb79c7758e091fda89330fb1e458da493d90791c94d48057ed64e5
@@ -1,4 +1,14 @@
1
1
  language: ruby
2
+ sudo: false
2
3
  rvm:
3
- - 2.2.3
4
- before_install: gem install bundler -v 1.10.6
4
+ - 2.0.0
5
+ - 2.1
6
+ - 2.2
7
+ - 2.3.0
8
+ - ruby-head
9
+
10
+ before_install:
11
+ - gem install bundler -v 1.10.6
12
+
13
+ script:
14
+ - bundle exec rake spec
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 application's Gemfile:
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
@@ -1,7 +1,7 @@
1
1
  module Tdiary
2
2
  module Cache
3
3
  module Null
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
6
6
  end
7
7
  end
@@ -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/minimum2scp/tdiary-cache-null"
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.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-13 00:00:00.000000000 Z
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/minimum2scp/tdiary-cache-null
75
+ homepage: https://github.com/tdiary/tdiary-cache-null
76
76
  licenses:
77
77
  - MIT
78
78
  metadata: {}