hydra-role-management.gemspec in hydra-role-management-0.0.1 vs hydra-role-management.gemspec in hydra-role-management-0.0.2

- old
+ new

@@ -4,10 +4,10 @@ Gem::Specification.new do |gem| gem.authors = ["Justin Coyne"] gem.email = ["justin@curationexperts.com"] gem.description = %q{Rails engine to do user roles in an RDBMS for hydra-head} gem.summary = %q{Rails engine to do user roles in an RDBMS for hydra-head} - gem.homepage = "https://github.com/projecthydra/hydra-role-managment" + gem.homepage = "https://github.com/projecthydra/hydra-role-management" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "hydra-role-management"