secret_token_migration 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module SecretTokenMigration
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -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 maintaneance of secret_tokens.}
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.2
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 maintaneance of secret_tokens.
46
+ description: A gem for the maintenance of secret_tokens.
47
47
  email:
48
48
  - tieg.zaharia@gmail.com
49
49
  executables: []