Regenerate gemspec for version 0.8.2

This commit is contained in:
Martin Rehfeld 2015-02-12 14:59:14 +00:00
parent 6d7522fd39
commit c9cc0e9e77

View file

@ -2,12 +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.2 ruby lib
Gem::Specification.new do |s|
s.name = "role_model"
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 = "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."
@ -38,12 +40,11 @@ Gem::Specification.new do |s|
]
s.homepage = "http://github.com/martinrehfeld/role_model"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.25"
s.rubygems_version = "2.2.2"
s.summary = "Declare, assign and query roles with ease"
if s.respond_to? :specification_version then
s.specification_version = 3
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<jeweler>, [">= 1.5.2"])