hydra-role-management 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/hydra-role-management.gemspec +1 -1
- data/lib/hydra/role_management/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 537099217532b0c9052e381ab038792132c5d626
|
4
|
+
data.tar.gz: 39610d432d77f9cb8737113a0975aec0f03a7eb1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac34bad6a006a8a5c3591ff21d28538df68b72c8d49f48e8e76784ccd3cfb92c2fd28fb4b0439be42929e22003ced55b0ef3e5e249783bf590999c9f30014e11
|
7
|
+
data.tar.gz: 0be8e150b7b7aa6c346e790baf29d7e180be096838aba3ab0605eaa29fd5080712ec04233f4f1aa446942455204714cc9b3730f410c3220184aa4fcdf55623ef
|
data/.gitignore
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
6
6
|
gem.email = ["justin@curationexperts.com"]
|
7
7
|
gem.description = %q{Rails engine to do user roles in an RDBMS for hydra-head}
|
8
8
|
gem.summary = %q{Rails engine to do user roles in an RDBMS for hydra-head}
|
9
|
-
gem.homepage = "https://github.com/projecthydra/hydra-role-
|
9
|
+
gem.homepage = "https://github.com/projecthydra/hydra-role-management"
|
10
10
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
12
12
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hydra-role-management
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Coyne
|
@@ -120,7 +120,7 @@ files:
|
|
120
120
|
- spec/support/config/initializers/hydra_config.rb
|
121
121
|
- spec/support/lib/generators/test_app_generator.rb
|
122
122
|
- spec/support/lib/tasks/rspec.rake
|
123
|
-
homepage: https://github.com/projecthydra/hydra-role-
|
123
|
+
homepage: https://github.com/projecthydra/hydra-role-management
|
124
124
|
licenses: []
|
125
125
|
metadata: {}
|
126
126
|
post_install_message:
|