samvera-persona 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/samvera-persona/engine.rb +1 -1
- data/lib/samvera-persona/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 664d31d9692e367401a7f602596231ab818e718008f2431fae2b9ce9d4a1e275
|
4
|
+
data.tar.gz: f2668b63615779e0b3fb5227584ac4af5b1c0d5111e36cc9cafa8f1a317fce11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bade00248a4d57eb40d6e341f17f3c6ba4d14b06834982512cd5f3cb236075058ec5dbb3b47527b3f7ea2b93b81f50ecbf780773549583b564017edcf8351974
|
7
|
+
data.tar.gz: 36d55d2c75324aea793db4a377e7d37b0a1b76499b4564312d7cb6e764bcc385579108a3e0a29a7478e6b6ad733d8df47e945f36375576d20caf349dc16fb300
|
@@ -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
|
-
app.root.join('db/migrate').
|
15
|
+
app.root.join('db/migrate').children.none? {|path| path.fnmatch?("*.samvera_persona.rb")}
|
16
16
|
config.paths["db/migrate"].expanded.each do |expanded_path|
|
17
17
|
app.config.paths["db/migrate"] << expanded_path
|
18
18
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: samvera-persona
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rob Kaufman
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-07-
|
12
|
+
date: 2019-07-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|