Commit d935dbc Thomas Johnson
authored
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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.2 __ . If you are looking for instructions on installing a different
66
+ v2.0.3 __ . 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.1 /template.rb
163
+ rails _5.0.6_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.0.3 /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:
Original file line number Diff line number Diff line change 1
1
module Hyrax
2
- VERSION = '2.0.2 ' . freeze
2
+ VERSION = '2.0.3 ' . freeze
3
3
end
Original file line number Diff line number Diff line change 1
- gem 'hyrax' , '2.0.2 '
1
+ gem 'hyrax' , '2.0.3 '
2
2
run 'bundle install'
3
3
generate 'hyrax:install' , '-f'
4
4
rails_command 'db:migrate'
You can’t perform that action at this time.
0 commit comments