hyrax 2.3.1 → 2.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77aab9ff04dd457969eb0262e7da89891fbd112d
4
- data.tar.gz: 7f8c954f813b3195d68cbe5e4ef917dbda19bc60
3
+ metadata.gz: 1bef1333510c86fec6876a71414985ed6399a843
4
+ data.tar.gz: d66046ef87c8df66d5782402d6d120fef4cd34b4
5
5
  SHA512:
6
- metadata.gz: '0968813adc8ee7ad3fd0048d271090b46fd0a5cf87cc8c4341d8ee0c446347f7b8c542011ebde50c82b64b4d400c7ca7e318c993be2599d1d2715d962d9fab02'
7
- data.tar.gz: 7677d6c7657b5517e392d1df9fc6d2cfcf42d7b24b80fc312f1d41bfc9add536eb7307a990a9457fcc8d4c55a39f1d030d2ae87e79a3045b3b80d1e203b74b68
6
+ metadata.gz: 2e76e14f651acd982cf02dead613385756d76149e66c90c2806a4186056bb1a06e98e75f60f08411a451418f30ddb44c5af6512d73eb70d0fa8daef2b958a03c
7
+ data.tar.gz: adb987c7f8bccf8125c84c1e002913b4a74f85b158d7098d84bab6d5cdf12595e5d52eee960dd338adaa792a7e3b9be75f49d95eba37a216d334f134ef846dc2
data/README.md CHANGED
@@ -64,7 +64,7 @@ The Samvera community is here to help. Please see our [support guide](./.github/
64
64
  # Getting started
65
65
 
66
66
  This document contains instructions specific to setting up an app with __Hyrax
67
- v2.3.1__. If you are looking for instructions on installing a different
67
+ v2.3.2__. If you are looking for instructions on installing a different
68
68
  version, be sure to select the appropriate branch or tag from the drop-down
69
69
  menu above.
70
70
 
@@ -163,7 +163,7 @@ NOTE: The steps need to be done in order to create a new Hyrax based app.
163
163
  Generate a new Rails application using the template.
164
164
 
165
165
  ```
166
- rails _5.1.6_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.3.1/template.rb
166
+ rails _5.1.6_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.3.2/template.rb
167
167
  ```
168
168
 
169
169
  Generating a new Rails application using Hyrax's template above takes cares of a number of steps for you, including:
@@ -860,16 +860,16 @@ de:
860
860
  versions: Versionen
861
861
  form:
862
862
  attach_to: An %{parent} anhängen
863
- cancel: Stornieren
864
- save: sparen
863
+ cancel: Abbrechen
864
+ save: Speichern
865
865
  title: Titel
866
866
  groups_description:
867
867
  description_html: Die Liste der Gruppen in der Auswahlliste mit der Bezeichnung „ Wählen Sie eine Gruppe aus „ zeigt ihnen jene Benutzer administrierten Gruppen an, bei denen Sie Mitglied sind. Sie können eine bestimmte Gruppe auswählen und eine Zugriffsebene für eine Datei innerhalb von %{application_name} zuweisen, ähnlich wie das Hinzufügen von Benutzerzugriffsebenen.
868
868
  permission:
869
- save: sparen
869
+ save: Speichern
870
870
  permission_form:
871
871
  applied_to: "(gilt für alle gerade hochgeladenen Dateien)"
872
- depositor: Einzahler
872
+ depositor: Deponent
873
873
  enter: Geben Sie %{account_label} ein (einzeln)
874
874
  header: Berechtigungen
875
875
  optional: "(wahlweise)"
@@ -884,7 +884,7 @@ de:
884
884
  header: Versionen
885
885
  restore: Vorherige Version wiederherstellen
886
886
  restore_from: Wiederherstellen von
887
- save: Revision speichern
887
+ save: Überarbeitete Version speichern
888
888
  upload: Neue Version hochladen
889
889
  help:
890
890
  header: Benutzer-Support
@@ -1,3 +1,3 @@
1
1
  module Hyrax
2
- VERSION = '2.3.1'.freeze
2
+ VERSION = '2.3.2'.freeze
3
3
  end
@@ -1,4 +1,4 @@
1
- gem 'hyrax', '2.3.1'
1
+ gem 'hyrax', '2.3.2'
2
2
  run 'bundle install'
3
3
  generate 'hyrax:install', '-f'
4
4
  rails_command 'db:migrate'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyrax
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2018-09-25 00:00:00.000000000 Z
17
+ date: 2018-09-27 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: rails