hyrax 2.0.0.rc3 → 2.0.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 +4 -4
- data/README.md +2 -2
- data/lib/hyrax/version.rb +1 -1
- data/template.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 78fd77d23cc9c553c406db319e2196e0ddabc284
|
|
4
|
+
data.tar.gz: 5e5f08cdc8b211df27363d5df38050341c24b33c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 539a8621018cf3d3528c227b133619a796c74f64cbf127b27969c5d5aa0c76feb0880d151394ad48b57cd3c65b2d6525a21b084a18a85d62e5f39a2d1d431353
|
|
7
|
+
data.tar.gz: 33249e68e552bfecf82ec58687a8bc4afeb625899a9943b390d4df3b1fec03683b5c6f681011667c1da0a215e4b2271308c78fc697f3294aab35742d5a8213e3
|
data/README.md
CHANGED
|
@@ -63,7 +63,7 @@ The Samvera community is here to help. Please see our [support guide](./.github/
|
|
|
63
63
|
# Getting started
|
|
64
64
|
|
|
65
65
|
This document contains instructions specific to setting up an app with __Hyrax
|
|
66
|
-
v2.0.
|
|
66
|
+
v2.0.0__. If you are looking for instructions on installing a different
|
|
67
67
|
version, be sure to select the appropriate branch or tag from the drop-down
|
|
68
68
|
menu above.
|
|
69
69
|
|
|
@@ -160,7 +160,7 @@ NOTE: The steps need to be done in order to create a new Hyrax based app.
|
|
|
160
160
|
Generate a new Rails application using the template.
|
|
161
161
|
|
|
162
162
|
```
|
|
163
|
-
rails _5.0.6_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.0.0
|
|
163
|
+
rails _5.0.6_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.0.0/template.rb
|
|
164
164
|
```
|
|
165
165
|
|
|
166
166
|
Generating a new Rails application using Hyrax's template above takes cares of a number of steps for you, including:
|
data/lib/hyrax/version.rb
CHANGED
data/template.rb
CHANGED
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.0.0
|
|
4
|
+
version: 2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Coyne
|
|
@@ -2698,9 +2698,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2698
2698
|
version: '0'
|
|
2699
2699
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2700
2700
|
requirements:
|
|
2701
|
-
- - "
|
|
2701
|
+
- - ">="
|
|
2702
2702
|
- !ruby/object:Gem::Version
|
|
2703
|
-
version:
|
|
2703
|
+
version: '0'
|
|
2704
2704
|
requirements: []
|
|
2705
2705
|
rubyforge_project:
|
|
2706
2706
|
rubygems_version: 2.6.11
|