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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f4279ccff40e9cb0d97b6c2b32865dd860aef573
4
- data.tar.gz: b9fe3485cbe2a9e361e6fbbb74590953d1d90470
3
+ metadata.gz: 537099217532b0c9052e381ab038792132c5d626
4
+ data.tar.gz: 39610d432d77f9cb8737113a0975aec0f03a7eb1
5
5
  SHA512:
6
- metadata.gz: e27635121fed9566b0c356483fd85943cb6320aa43abd8d957ffd0f0a0953eedf1e23753c31b10da06d059a6688d7869c8d8b34c69fa7bb4eeb3e6055ddb3064
7
- data.tar.gz: 5dff568b6a59753dce5cba52c98d146e0f5f2c722cba626088dbad7468de0aa7174b88b187e38208c9847613a3a0a4902a7f9782cdd6e6290a448322f12014d8
6
+ metadata.gz: ac34bad6a006a8a5c3591ff21d28538df68b72c8d49f48e8e76784ccd3cfb92c2fd28fb4b0439be42929e22003ced55b0ef3e5e249783bf590999c9f30014e11
7
+ data.tar.gz: 0be8e150b7b7aa6c346e790baf29d7e180be096838aba3ab0605eaa29fd5080712ec04233f4f1aa446942455204714cc9b3730f410c3220184aa4fcdf55623ef
data/.gitignore CHANGED
@@ -1 +1,2 @@
1
1
  Gemfile.lock
2
+ pkg/
@@ -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-managment"
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) }
@@ -1,5 +1,5 @@
1
1
  module Hydra
2
2
  module RoleManagement
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
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.1
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-managment
123
+ homepage: https://github.com/projecthydra/hydra-role-management
124
124
  licenses: []
125
125
  metadata: {}
126
126
  post_install_message: