active-fedora 13.1.3 → 13.2.0

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: f2f10a69dd7c764198e8474d031e7909d17854de579de6cc7b7311433f1cffc7
4
- data.tar.gz: 866343ded3ef17c83cbc6843976e23a570a72240f24373753f894e79d2a78a66
3
+ metadata.gz: 00a0ee2d4db27136d4c181eb008490eecab14d91894881bf7d2d8c730ea4820a
4
+ data.tar.gz: edcf4cf277ccaa6d284e8aad6c8a3cb4c418e88010caa35959316bb0659c77cf
5
5
  SHA512:
6
- metadata.gz: 74146ec2d0ee6e9aed478c94dc5efc9e17f2ab5d1e19e8637a091bf6618dc9ce142b81c35117c028a33b1ba20c46da44998a9eaae0293c79c52288a558a5fc04
7
- data.tar.gz: dc13e844210bf396ff9ce8aef6db737db48a7f32050c21211542f216d1a5aa8981c1833ee31e8bb38b0b7e10d9df076a96f9d372beec392fee49305113a04064
6
+ metadata.gz: 18a144b467bd18f7ca1d9cccce519d32402580986f8d7b917306f029f25048d245226b7c25dfb36625428f197942eca236cbc82702848695447b90c2a44dda73
7
+ data.tar.gz: '089c1166e138e0e861f341862cdd4967f048356c55de015e96b1f611113d64b85c0df4900be47e79b8c1db8f45585ee9e5deb2739b86aae8a2800737d380bbb2'
@@ -1,14 +1,14 @@
1
1
  development:
2
2
  user: fedoraAdmin
3
3
  password: fedoraAdmin
4
- url: http://127.0.0.1:<%= ENV['FCREPO_DEVELOPMENT_PORT'] || 8984 %>/rest
5
- base_path: /dev
4
+ url: http://<%= ENV['FCREPO_HOST'] || 'localhost' %>:<%= ENV['FCREPO_DEVELOPMENT_PORT'] || ENV['FCREPO_PORT'] || 8984 %>/rest
5
+ base_path: <%= ENV['FCREPO_BASE_PATH'] || '/dev' %>
6
6
  test:
7
7
  user: fedoraAdmin
8
8
  password: fedoraAdmin
9
- url: http://localhost:<%= ENV['FCREPO_TEST_PORT'] || 8986 %>/rest
10
- base_path: /test
9
+ url: http://<%= ENV['FCREPO_HOST'] || 'localhost' %>:<%= ENV['FCREPO_TEST_PORT'] || ENV['FCREPO_PORT'] || 8986 %>/rest
10
+ base_path: <%= ENV['FCREPO_BASE_PATH'] || '/test' %>
11
11
  production:
12
12
  user: fedoraAdmin
13
13
  password: fedoraAdmin
14
- url: http://127.0.0.1:8983/fedora/rest
14
+ url: http://<%= ENV['FCREPO_HOST'] || 'localhost' %>:<%= ENV['FCREPO_PORT'] || 8983 %>/rest
@@ -1,3 +1,3 @@
1
1
  module ActiveFedora
2
- VERSION = '13.1.3'.freeze
2
+ VERSION = '13.2.0'.freeze
3
3
  end
@@ -1,15 +1,15 @@
1
1
  development:
2
2
  user: fedoraAdmin
3
3
  password: fedoraAdmin
4
- url: http://127.0.0.1:<%= ENV['FCREPO_DEVELOPMENT_PORT'] || 8984 %>/rest
5
- base_path: /dev
4
+ url: http://<%= ENV['FCREPO_HOST'] || 'localhost' %>:<%= ENV['FCREPO_DEVELOPMENT_PORT'] || ENV['FCREPO_PORT'] || 8984 %>/rest
5
+ base_path: <%= ENV['FCREPO_BASE_PATH'] || '/dev' %>
6
6
  test:
7
7
  user: fedoraAdmin
8
8
  password: fedoraAdmin
9
- url: http://127.0.0.1:<%= ENV['FCREPO_TEST_PORT'] || 8986 %>/rest
10
- base_path: /test
9
+ url: http://<%= ENV['FCREPO_HOST'] || 'localhost' %>:<%= ENV['FCREPO_TEST_PORT'] || ENV['FCREPO_PORT'] || 8986 %>/rest
10
+ base_path: <%= ENV['FCREPO_BASE_PATH'] || '/test' %>
11
11
  production:
12
12
  user: fedoraAdmin
13
13
  password: fedoraAdmin
14
- url: http://127.0.0.1:8983/fedora/rest
15
- base_path: /prod
14
+ url: http://<%= ENV['FCREPO_HOST'] || 'localhost' %>:<%= ENV['FCREPO_PORT'] || 8983 %>/rest
15
+ base_path: <%= ENV['FCREPO_BASE_PATH'] || '/prod' %>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active-fedora
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.1.3
4
+ version: 13.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Zumwalt
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2020-06-29 00:00:00.000000000 Z
13
+ date: 2020-07-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activemodel