token_redis_session_store 0.1.2 → 0.1.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 548920c8657d860c135eb37f084c7ed6e2238bbd85b100f31715b54c284cc58d
4
- data.tar.gz: cc3d80d49d57983bcc95bd0d02fae8a80621a28fbdac703668abd743ec4788a6
3
+ metadata.gz: d74d2ba13f4a1a22ced569fdf249987b44b631dd9e76876c500d6552af318761
4
+ data.tar.gz: e50d06e5dae567e4c0e5ba52f74c6a3b51aae2db8fef135fa1513138a4eb5125
5
5
  SHA512:
6
- metadata.gz: 4b663af87b177f59d854ceb1c717480d7f8b4ec7098e9a7e3a42e2ba90f1f0aa2463898074236e269878b9faa61e162125ac676169218cfb9a456eff6a7afc5d
7
- data.tar.gz: 311906f3fbc5387be78d1f8aebb3f9caf66d204b80c1cc57fd96199608e880b3ba935e7eb83ecea276f50d42c6f0c3e5c3e15fb86f5484848505a76301d337b4
6
+ metadata.gz: 1c85de45cea1a87e6df45ff4c11aec78916c7838afa64a80d30c497f7baaa21c57e7c971b506a0197b9149a54cc476377a6c52eedcd5796efd34050829906c5a
7
+ data.tar.gz: 7ddd87e94d14d9e76a00870281b0f5545bddadab57adddad916c88d76ac53172869063fee8ecd2170f8afac7669e4ad856d7af22989bb0b1349e11aed3a15c55
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- token_redis_session_store (0.1.0)
4
+ token_redis_session_store (0.1.1)
5
5
  actionpack (>= 3)
6
6
  redis (>= 4.1)
7
7
 
data/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/token_redis_session_store`. To experiment with that code, run `bin/console` for an interactive prompt.
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
5
  ## Installation
8
6
 
9
7
  Add this line to your application's Gemfile:
@@ -22,8 +20,6 @@ Or install it yourself as:
22
20
 
23
21
  ## Usage
24
22
 
25
- TODO: Write usage instructions here
26
-
27
23
  ## Development
28
24
 
29
25
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
@@ -1,3 +1,3 @@
1
1
  module TokenRedisSessionStore
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: token_redis_session_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - enewbury