hyrax 2.1.0.rc4 → 2.1.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 +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a1824b56a3a850771584a1c9a8d7c8dfa5a6fed
|
|
4
|
+
data.tar.gz: ff1c6594682a4e018d4f987a9e6c1c30a87561b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60f7edf74e9bcd1ad42792326983952c8333d1918cd668253eadde53e166099b21fb692460cf92c0e1a74b69afea613a1c24075d6f18b34ee07aff3dca63ad1f
|
|
7
|
+
data.tar.gz: a61030d3933e733b0ada6910dfd2d0d1f5ee6e785c985392ec67eb58c354d644885df7acb6c79288f433d644d712ad599d79eb30b1cc6bb4e5b853be1ec5210e
|
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.1.
|
|
66
|
+
v2.1.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
|
|
|
@@ -162,7 +162,7 @@ NOTE: The steps need to be done in order to create a new Hyrax based app.
|
|
|
162
162
|
Generate a new Rails application using the template.
|
|
163
163
|
|
|
164
164
|
```
|
|
165
|
-
rails _5.1.6_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.1.0
|
|
165
|
+
rails _5.1.6_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.1.0/template.rb
|
|
166
166
|
```
|
|
167
167
|
|
|
168
168
|
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.1.0
|
|
4
|
+
version: 2.1.0
|
|
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-05-
|
|
17
|
+
date: 2018-05-31 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: rails
|
|
@@ -2990,9 +2990,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2990
2990
|
version: '0'
|
|
2991
2991
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2992
2992
|
requirements:
|
|
2993
|
-
- - "
|
|
2993
|
+
- - ">="
|
|
2994
2994
|
- !ruby/object:Gem::Version
|
|
2995
|
-
version:
|
|
2995
|
+
version: '0'
|
|
2996
2996
|
requirements: []
|
|
2997
2997
|
rubyforge_project:
|
|
2998
2998
|
rubygems_version: 2.6.14
|