redisstore 0.1.3 → 1.0.0
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/.travis.yml +9 -9
- data/CHANGELOG.md +4 -0
- data/redisstore.gemspec +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff600416c175ed848765ef58a04886519aad9fca
|
|
4
|
+
data.tar.gz: 446f0c6201151c185fdc07b27b563c4e16caa8f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 771228623b7ca809d5c56767f56a344226b010173ea63d16e16c0a55e78eb88b716341a613b44b1a8c94440b91caa366efa2f96fca46f17827f1bff5c73ec626
|
|
7
|
+
data.tar.gz: 5ea9604db43e9e08fd40d32863b49466428268d9a184ff43a0fa491822f42e7ffe16ce22497cbfaab4be278f33fe0b8db3ffaf94ac38257c369b087ef76e1ab4
|
data/.travis.yml
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
+
services:
|
|
2
|
+
- redis-server
|
|
1
3
|
language: ruby
|
|
2
4
|
cache: bundler
|
|
5
|
+
sudo: false
|
|
3
6
|
rvm:
|
|
4
|
-
- 2.
|
|
5
|
-
- 2.1.
|
|
6
|
-
- 2.
|
|
7
|
-
-
|
|
8
|
-
- 1.9.3
|
|
9
|
-
services:
|
|
10
|
-
- redis-server
|
|
7
|
+
- 2.2.0
|
|
8
|
+
- 2.1.5
|
|
9
|
+
- 2.0.0-p598
|
|
10
|
+
- 1.9.3-p551
|
|
11
11
|
notifications:
|
|
12
12
|
email: false
|
|
13
13
|
irc:
|
|
14
|
-
channels:
|
|
15
|
-
- secure: UIu3fXiOsRxko8FGev7lImR256MZvouRHQqa4qejzuX7kLPGcSIzbZZ29W+r8zK8lvJFxjgoIe+LVZxKLrZGQ39fS6dtTKZBNsOmL+MBu1Xg12KCU2kuUu6t6rqXedWBaQkED6O4dvlDiOBuUdBZLF3uF+9ZRRtC3PguI/fo/VA=
|
|
16
14
|
template:
|
|
17
15
|
- "%{repository}/%{branch}/%{build_number}: %{message} -- %{build_url}"
|
|
16
|
+
channels:
|
|
17
|
+
- irc.oftc.net#akerl
|
data/CHANGELOG.md
ADDED
data/redisstore.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: redisstore
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Les Aker
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: basiccache
|
|
@@ -118,6 +118,7 @@ files:
|
|
|
118
118
|
- ".rspec"
|
|
119
119
|
- ".rubocop.yml"
|
|
120
120
|
- ".travis.yml"
|
|
121
|
+
- CHANGELOG.md
|
|
121
122
|
- Gemfile
|
|
122
123
|
- LICENSE
|
|
123
124
|
- README.md
|
|
@@ -146,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
146
147
|
version: '0'
|
|
147
148
|
requirements: []
|
|
148
149
|
rubyforge_project:
|
|
149
|
-
rubygems_version: 2.
|
|
150
|
+
rubygems_version: 2.4.5
|
|
150
151
|
signing_key:
|
|
151
152
|
specification_version: 4
|
|
152
153
|
summary: Redis Store for BasicCache
|