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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf48eeb6b1a64bc4d19de32c47c6c776387ec40d
4
- data.tar.gz: f5ee75a59cd3f27fa135d4a623e47430594037d0
3
+ metadata.gz: 6a1824b56a3a850771584a1c9a8d7c8dfa5a6fed
4
+ data.tar.gz: ff1c6594682a4e018d4f987a9e6c1c30a87561b8
5
5
  SHA512:
6
- metadata.gz: f7699b73766c7b747377e563f16049a02339cefb40cac5b2190795cb1045fce60a64f85d0c4571851fe36ca6ef7f53e16a566faca7711798627cbf15a9746f8e
7
- data.tar.gz: b528b5192fc06718fecb1130b4d17b792a4e11b116a7a383091193632b62ccf0d29901004a599f2a4abbf7c9377ef98d8b6230bdc028569b8ccb73b2fe77ba48
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.0.rc4__. If you are looking for instructions on installing a different
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.rc4/template.rb
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:
@@ -1,3 +1,3 @@
1
1
  module Hyrax
2
- VERSION = '2.1.0.rc4'.freeze
2
+ VERSION = '2.1.0'.freeze
3
3
  end
@@ -1,4 +1,4 @@
1
- gem 'hyrax', '2.1.0.rc4'
1
+ gem 'hyrax', '2.1.0'
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.1.0.rc4
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-30 00:00:00.000000000 Z
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: 1.3.1
2995
+ version: '0'
2996
2996
  requirements: []
2997
2997
  rubyforge_project:
2998
2998
  rubygems_version: 2.6.14