hydra-editor 5.0.2 → 5.0.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/README.md +1 -1
- data/lib/hydra_editor/version.rb +1 -1
- metadata +6 -20
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28189bd481c411f2b5793c5331577f90dbd1caa9f00a6bc856f42cab0e36853f
|
|
4
|
+
data.tar.gz: 9d691176c86a8366afecbe0e09675e8fd936d5376ea1610c240af0f3dc7e0865
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e7df3b2a7524af8fb74a108ef460daa42fca19505a669b08f42b6caaa890a8fae8396844c46516c951f2c68229af55bc9c6ae52eefab3963a09a91d80dedff7
|
|
7
|
+
data.tar.gz: 7e7ea72cf88838300e72d8b7675852427367cee00175bc88c695e481fd53cf05d3fabcd00b11a80f4f68dceeff82c884e3659e0c0a3a7ed819309b6fad3973c4
|
data/README.md
CHANGED
|
@@ -159,7 +159,7 @@ If you are not mounting the engine or using its default routes, you can include
|
|
|
159
159
|
## Releasing
|
|
160
160
|
|
|
161
161
|
1. `bundle install`
|
|
162
|
-
2. Increase the version number in `lib/
|
|
162
|
+
2. Increase the version number in `lib/hydra_editor/version.rb`
|
|
163
163
|
3. Increase the same version number in `.github_changelog_generator`
|
|
164
164
|
4. Update `CHANGELOG.md` by running this command:
|
|
165
165
|
|
data/lib/hydra_editor/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hydra-editor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Coyne
|
|
8
8
|
- David Chandek-Stark
|
|
9
9
|
- Thomas Johnson
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2020-
|
|
13
|
+
date: 2020-08-05 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activerecord
|
|
@@ -136,20 +136,6 @@ dependencies:
|
|
|
136
136
|
- - ">="
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '0'
|
|
139
|
-
- !ruby/object:Gem::Dependency
|
|
140
|
-
name: thor
|
|
141
|
-
requirement: !ruby/object:Gem::Requirement
|
|
142
|
-
requirements:
|
|
143
|
-
- - "~>"
|
|
144
|
-
- !ruby/object:Gem::Version
|
|
145
|
-
version: '0.19'
|
|
146
|
-
type: :runtime
|
|
147
|
-
prerelease: false
|
|
148
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
149
|
-
requirements:
|
|
150
|
-
- - "~>"
|
|
151
|
-
- !ruby/object:Gem::Version
|
|
152
|
-
version: '0.19'
|
|
153
139
|
- !ruby/object:Gem::Dependency
|
|
154
140
|
name: bixby
|
|
155
141
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -416,7 +402,7 @@ files:
|
|
|
416
402
|
homepage: http://github.com/samvera/hydra-editor
|
|
417
403
|
licenses: []
|
|
418
404
|
metadata: {}
|
|
419
|
-
post_install_message:
|
|
405
|
+
post_install_message:
|
|
420
406
|
rdoc_options: []
|
|
421
407
|
require_paths:
|
|
422
408
|
- lib
|
|
@@ -431,8 +417,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
431
417
|
- !ruby/object:Gem::Version
|
|
432
418
|
version: '0'
|
|
433
419
|
requirements: []
|
|
434
|
-
rubygems_version: 3.1.
|
|
435
|
-
signing_key:
|
|
420
|
+
rubygems_version: 3.1.2
|
|
421
|
+
signing_key:
|
|
436
422
|
specification_version: 4
|
|
437
423
|
summary: A basic metadata editor for hydra-head
|
|
438
424
|
test_files: []
|