secret_token_migration 0.0.2 → 0.0.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.
@@ -8,7 +8,7 @@ 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{A gem for the
|
11
|
+
gem.description = %q{A gem for the maintenance of secret_tokens.}
|
12
12
|
gem.summary = %q{Easy way to switch to a secret_token while not
|
13
13
|
logging out most of your users.}
|
14
14
|
gem.homepage = "https://github.com/tiegz/secret_token_migration"
|
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.3
|
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: A gem for the
|
46
|
+
description: A gem for the maintenance of secret_tokens.
|
47
47
|
email:
|
48
48
|
- tieg.zaharia@gmail.com
|
49
49
|
executables: []
|