rbacan.gemspec in rbacan-0.1.0 vs rbacan.gemspec in rbacan-0.1.1

- old
+ new

@@ -8,22 +8,22 @@ spec.version = Rbacan::VERSION spec.authors = ["hamdi"] 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 gem that provides security to your application functionnalities by a simple method can()} + 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" # 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["homepage_uri"] = spec.homepage - spec.metadata["source_code_uri"] = "git@github.com:hamdi777/RBACan.git" - spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here." + spec.metadata["source_code_uri"] = "https://rubygems.org/profiles/hamdi777" + spec.metadata["changelog_uri"] = "https://rubygems.org/profiles/hamdi777/CHANGELOG.md" else raise "RubyGems 2.0 or newer is required to protect against " \ "public gem pushes." end @@ -40,8 +40,6 @@ spec.add_development_dependency "bundler", "~> 2.0" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" spec.add_development_dependency 'generator_spec', '~> 0.9.4' spec.add_development_dependency 'railties', '~> 5.2', '>= 5.2.3' - - spec.add_dependency 'activesupport', '~> 5.2', '>= 5.2.3' end