Sha256: 0ac06b8a20b1813b565a3887912435d293c6c5cbc0098442f75e850dcc2f3a5e
Contents?: true
Size: 1.22 KB
Versions: 3
Compression:
Stored size: 1.22 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path('../lib', __FILE__) require 'rolify/version' Gem::Specification.new do |s| s.name = 'rolify' s.summary = %q{Roles library with resource scoping} s.description = %q{Very simple Roles library without any authorization enforcement supporting scope on resource objects (instance or class). Supports ActiveRecord and Mongoid ORMs.} s.version = Rolify::VERSION s.platform = Gem::Platform::RUBY s.homepage = 'https://github.com/RolifyCommunity/rolify' s.rubyforge_project = s.name s.license = 'MIT' s.authors = [ 'Florent Monbillard', 'Wellington Cordeiro' ] s.email = [ 'f.monbillard@gmail.com', 'wellington@wellingtoncordeiro.com' ] s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- spec/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ['lib'] s.add_development_dependency 'ammeter', '~> 1.1' # Spec generator s.add_development_dependency 'bundler', '~> 1.10' # packaging feature s.add_development_dependency 'rake', '~> 10.4' # Tasks manager s.add_development_dependency 'rspec-rails', '~> 3.4' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rolify-5.2.0 | rolify.gemspec |
rolify-5.1.0 | rolify.gemspec |
rolify-5.0.0 | rolify.gemspec |