Skip to content

Commit 904c60a

Browse files
authored
Merge pull request #30 from samvera/update_build_matrix
Update build matrix and README
2 parents f74de21 + f020a8c commit 904c60a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ pkg/
88
.ruby-gemset
99

1010
.internal_test_app
11+
coverage

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ sudo: false
33
cache:
44
bundler: true
55
rvm:
6-
- 2.4.1
6+
- 2.4.2
77
env:
88
global:
99
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
1010
matrix:
11-
- RAILS_VERSION=5.0.2
11+
- RAILS_VERSION=5.1.4

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
An engine gem to provide a RDBMS backed list of roles and their associated user. This replaces the hydra default role mapper.
77

8-
This gem supports Rails 3, 4, and 5.
8+
As of version 1.0, this gem only supports Rails 5.
99

1010
## Installing:
1111

@@ -22,12 +22,11 @@ This gem supports Rails 3, 4, and 5.
2222
```
2323

2424
## Testing:
25-
Given the need to support Rails 3, 4 and 5, the test suite has been parameterized to test against any version of Rails.
2625

2726
* Install a system javascript runtime or uncomment therubyracer in spec/support/Gemfile
2827
* Ensure that the testing app does not exist: ```bundle exec rake clean```
2928
* Set Rails version you want to test against. For example:
30-
* ```RAILS_VERSION=3.2.13``` or ```RAILS_VERSION=4.0.0``` or ```RAILS_VERSION=5.0.2```
29+
* ```export RAILS_VERSION=5.1.4```
3130
* Ensure that the correct version of Rails is installed: ```bundle update```
32-
* Build test app: ```bundle exec engine_cart:generate```
31+
* Build test app: ```bundle exec rake engine_cart:generate```
3332
* And run tests: ```bundle exec rake spec```

hydra-role-management.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
66
gem.email = ["[email protected]"]
77
gem.description = %q{Rails engine to do user roles in an RDBMS for hydra-head}
88
gem.summary = %q{Rails engine to do user roles in an RDBMS for hydra-head}
9-
gem.homepage = "https://github.com/projecthydra/hydra-role-management"
9+
gem.homepage = "https://github.com/samvera/hydra-role-management"
1010

1111
gem.files = `git ls-files`.split($\)
1212
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)