secret_token_migration 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.version = SecretTokenMigration::VERSION
|
9
9
|
gem.authors = ["Tieg Zaharia"]
|
10
10
|
gem.email = ["tieg.zaharia@gmail.com"]
|
11
|
-
gem.description = %q{
|
12
|
-
gem.summary = %q{Easy way to switch to a secret_token while not
|
11
|
+
gem.description = %q{Gracefully swap your RoR secret_token.}
|
12
|
+
gem.summary = %q{Easy way to switch to a new secret_token while not
|
13
13
|
logging out most of your users.}
|
14
14
|
gem.homepage = "https://github.com/tiegz/secret_token_migration"
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: secret_token_migration
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
- - ~>
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: 3.3.2
|
46
|
-
description:
|
46
|
+
description: Gracefully swap your RoR secret_token.
|
47
47
|
email:
|
48
48
|
- tieg.zaharia@gmail.com
|
49
49
|
executables: []
|
@@ -88,7 +88,7 @@ rubyforge_project:
|
|
88
88
|
rubygems_version: 1.8.24
|
89
89
|
signing_key:
|
90
90
|
specification_version: 3
|
91
|
-
summary: Easy way to switch to a secret_token while not logging out most of your
|
91
|
+
summary: Easy way to switch to a new secret_token while not logging out most of your
|
92
92
|
users.
|
93
93
|
test_files:
|
94
94
|
- test/action_dispatch/cookies_test.rb
|