mirror of
https://github.com/Fishwaldo/role_model.git
synced 2025-03-15 11:32:04 +00:00
Regenerate gemspec for version 0.8.2
This commit is contained in:
parent
8c8c36ca8e
commit
dc5c4d22a0
1 changed files with 5 additions and 6 deletions
|
@ -2,16 +2,14 @@
|
|||
# DO NOT EDIT THIS FILE DIRECTLY
|
||||
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
||||
# -*- encoding: utf-8 -*-
|
||||
# stub: role_model 0.8.1 ruby lib
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "role_model"
|
||||
s.version = "0.8.1"
|
||||
s.version = "0.8.2"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.require_paths = ["lib"]
|
||||
s.authors = ["Martin Rehfeld"]
|
||||
s.date = "2014-04-07"
|
||||
s.date = "2015-02-12"
|
||||
s.description = "Ever needed to assign roles to a model, say a User, and build conditional behaviour on top of that? Enter RoleModel -- roles have never been easier! Just declare your roles and you are done. Assigned roles will be stored as a bitmask."
|
||||
s.email = "martin.rehfeld@glnetworks.de"
|
||||
s.extra_rdoc_files = [
|
||||
|
@ -40,11 +38,12 @@ Gem::Specification.new do |s|
|
|||
]
|
||||
s.homepage = "http://github.com/martinrehfeld/role_model"
|
||||
s.licenses = ["MIT"]
|
||||
s.rubygems_version = "2.2.2"
|
||||
s.require_paths = ["lib"]
|
||||
s.rubygems_version = "1.8.23"
|
||||
s.summary = "Declare, assign and query roles with ease"
|
||||
|
||||
if s.respond_to? :specification_version then
|
||||
s.specification_version = 4
|
||||
s.specification_version = 3
|
||||
|
||||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
||||
s.add_development_dependency(%q<jeweler>, [">= 1.5.2"])
|
||||
|
|
Loading…
Add table
Reference in a new issue