rbacan.gemspec in rbacan-0.1.1 vs rbacan.gemspec in rbacan-0.1.2
- old
+ new
@@ -10,15 +10,15 @@
spec.email = ["hamdi_amiche@outlook.fr"]
spec.summary = %q{a gem to give permission access to users looknig back to their roles}
spec.description = %q{RBACan is a Role-based access control tool to control user access to the functionnalities of your application}
spec.homepage = "https://github.com/hamdi777/RBACan"
- spec.license = "MIT"
+ spec.licenses = ["MIT"]
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
if spec.respond_to?(:metadata)
- spec.metadata["allowed_push_host"] = "https://rubygems.org/profiles/hamdi777"
+ # spec.metadata["allowed_push_host"] = "https://rubygems.org/profiles/hamdi777"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://rubygems.org/profiles/hamdi777"
spec.metadata["changelog_uri"] = "https://rubygems.org/profiles/hamdi777/CHANGELOG.md"
else