mongo_session_store-rails5 7.0.0 → 7.0.0.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 +4 -4
- data/README.md +2 -0
- data/Rakefile +1 -1
- data/lib/mongo_session_store/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b4fb79a7a536176ae7945a7be76fb34171bc024d
|
|
4
|
+
data.tar.gz: 83641207ddebb61c2715f660ff33c26800122045
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e3038219d8120f5c12428432d4642570a51a3870742aa5c92a287d98631e56526a77e0fd5300fede626f1bb488b4c4c96174a340e5fa27d303071825ee09de1
|
|
7
|
+
data.tar.gz: 8a1a166a441f224a72cc656e0b7c0dd67f04c35a59a8588ff0d0e3837411dc1e54a477a842b374f4d3d183cde30992e58803d03e443384ec02d973378e47e71a
|
data/README.md
CHANGED
|
@@ -62,6 +62,8 @@ MongoStore::Session.where('updated_at' => { '$gt' => 2.days.ago })
|
|
|
62
62
|
|
|
63
63
|
## Changelog
|
|
64
64
|
|
|
65
|
+
7.0.0.1 debug code cleared
|
|
66
|
+
|
|
65
67
|
7.0.0 supports Rails 5.0.
|
|
66
68
|
|
|
67
69
|
6.0.0 supports the Mongo Ruby Driver 2.0 for the generic MongoStore. The other stores are unchanged. Tests added for Rails 4.2. Tests against MongoDB 3.0.1 on Travis CI.
|
data/Rakefile
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mongo_session_store-rails5
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.0.0
|
|
4
|
+
version: 7.0.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Kiseliev
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date:
|
|
15
|
+
date: 2017-01-19 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: actionpack
|