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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a0fbd666954eadbdd46a0a0a0f11fcd8ca56d6b93d1b7cfec42171126e964132
4
- data.tar.gz: b78063111bb7cc53ea05793a38a92d0f1661dab479d3b538b70f7a3e243093ad
3
+ metadata.gz: 9475d0124b9d969983b62e1f549b5b03b316ead525b25ea994b3f06827027ceb
4
+ data.tar.gz: 8e1196c4b1cd64a3dec5b90ec44baaa538e129021b32ba3cfd7fd09af4331663
5
5
  SHA512:
6
- metadata.gz: a93ba65801a34931dc20d7cac39f6579b033364e5a75c59af408e05b15bc1b92eb7d8ae44179b14cd3c95a1afe62117bc89dfe13fec10e14db12943e7f3e9059
7
- data.tar.gz: 42d33fd31eacd53fcf8433a0b4d0288c8c6861f6c88f2830ee606dbe60d6d75f01e5a7f1d32ec69be02e40741203943591f1c02e0c3264af113a6fa03517b440
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
- !app.root.join('db/migrate').glob("*.samvera_persona.rb").size > 0
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
@@ -1,5 +1,5 @@
1
1
  module Samvera
2
2
  module Persona
3
- VERSION = '0.1.2'
3
+ VERSION = '0.1.3'
4
4
  end
5
5
  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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Kaufman