samvera-persona 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 +4 -4
- data/lib/samvera-persona/engine.rb +1 -1
- data/lib/samvera-persona/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9475d0124b9d969983b62e1f549b5b03b316ead525b25ea994b3f06827027ceb
|
|
4
|
+
data.tar.gz: 8e1196c4b1cd64a3dec5b90ec44baaa538e129021b32ba3cfd7fd09af4331663
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 057540aeb9a29b81f8c2e6dd86384d88f5a6044dbe64f0f315a2eca5f388e85835b91259ee0a2ce6c4a734485b6503bd2c824ddc3b1f480c7ffccd2b041db26b
|
|
7
|
+
data.tar.gz: 1d8ac794b9ef10b14940cc22700a6360f1eb1f0adbfadaae3f6cb1d414a7489dd14fa06c0970e8eae17d310250b33dc30762c3979abd9c0577ee42e1277ccebb
|
|
@@ -12,7 +12,7 @@ module Samvera
|
|
|
12
12
|
# via the rake task. Allows gem to work both with the install:migrations
|
|
13
13
|
# and without it.
|
|
14
14
|
if !app.root.to_s.match(root.to_s) &&
|
|
15
|
-
|
|
15
|
+
app.root.join('db/migrate').glob("*.samvera_persona.rb").blank?
|
|
16
16
|
config.paths["db/migrate"].expanded.each do |expanded_path|
|
|
17
17
|
app.config.paths["db/migrate"] << expanded_path
|
|
18
18
|
end
|