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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ad08e1238d79d9dc79963c1c3913b986f1ab2ba
4
- data.tar.gz: aa0cfea342009f73ba345033ab326f0a0a42543f
3
+ metadata.gz: 78fd77d23cc9c553c406db319e2196e0ddabc284
4
+ data.tar.gz: 5e5f08cdc8b211df27363d5df38050341c24b33c
5
5
  SHA512:
6
- metadata.gz: b3c7ac750410dedfe255f56a177f1e4d5854d309a965a14d84c87919783a6bc3813285cb90d2b690bdac963fba573fc81851cb48539b06e9a784fd76a2c6258b
7
- data.tar.gz: 54f133264706451e35192aa3a4d3a35a3acc2c02404a04af7108f21c77c98f18a81f6585988e8b0d6222acfa23054dec0aba5915ee55181632f94c752393ad3d
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.0.rc3__. If you are looking for instructions on installing a different
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.rc3/template.rb
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:
@@ -1,3 +1,3 @@
1
1
  module Hyrax
2
- VERSION = '2.0.0.rc3'.freeze
2
+ VERSION = '2.0.0'.freeze
3
3
  end
@@ -1,4 +1,4 @@
1
- gem 'hyrax', '2.0.0.rc3'
1
+ gem 'hyrax', '2.0.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.0.0.rc3
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: 1.3.1
2703
+ version: '0'
2704
2704
  requirements: []
2705
2705
  rubyforge_project:
2706
2706
  rubygems_version: 2.6.11