rails-persona 0.2.1 → 0.2.2

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: 504b3d7d32f878f9b512a0d70ce5b5b6870fb311cfdb097d023c564a41716127
4
- data.tar.gz: 5869948b33c80f3f1bf744ba0edc7875c1af22cb392f0fbabc8726aa70359cc9
3
+ metadata.gz: f19b5a47e19440291c8199b47569c2fd0bff13df6cbfe33114e7e14208ed335b
4
+ data.tar.gz: 234cbefc25d0b3c8689b6213fc3cc1e3638503a5cfe4ead99e1f34f67f0a3bad
5
5
  SHA512:
6
- metadata.gz: 96ebda806fbdd89448dea893b5befb3e17c82d5e1be9dd4d63103e93df29a2ef34a46cfbe8b24228b96012b046e7e7f273020df92bf018fb1981fa934b918fa2
7
- data.tar.gz: e12d8d2b32ec67d57a30dfad49cfcd78ac0ac0daf4cf3596a9d1cbf1ca5595f7285bdf629359554ad22caf05d90915f384b010866f931bfec38c2da997f4ffe5
6
+ metadata.gz: a53826b6d93123e7a2bcbfb911226062909e36d72ca31016047865b19cf65535d5707930d63d39e45dab08ca4e9d62bae121cb52aa42859865a043f74183086d
7
+ data.tar.gz: b60ffc71a8378d74eece8731ba00e93cbefdc8011239d4909bdff32778868ac88ddb66df69cd2a1e60f2caf024f06b99fd8ba1a586782dc7f4048b114d53502f
@@ -1,16 +1,16 @@
1
- require "rails"
2
-
3
- module Persona
4
- class Railtie < Rails::Railtie
5
- initializer "persona.append_migrations" do |app|
6
- unless app.root.to_s == File.expand_path("../..", __dir__)
7
- migrations_path = File.expand_path("../../../db/migrate", __dir__)
8
- app.config.paths["db/migrate"] << migrations_path
9
- end
10
- end
11
-
12
- rake_tasks do
13
- load File.expand_path("../../../tasks/persona_tasks.rake", __dir__)
14
- end
15
- end
1
+ require "rails"
2
+
3
+ module Persona
4
+ class Railtie < Rails::Railtie
5
+ initializer "persona.append_migrations" do |app|
6
+ unless app.root.to_s == File.expand_path("../..", __dir__)
7
+ migrations_path = File.expand_path("../../db/migrate", __dir__)
8
+ app.config.paths["db/migrate"] << migrations_path
9
+ end
10
+ end
11
+
12
+ rake_tasks do
13
+ load File.expand_path("../../tasks/persona_tasks.rake", __dir__)
14
+ end
15
+ end
16
16
  end
@@ -1,3 +1,3 @@
1
1
  module Persona
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-persona
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Syed M. Ghani