mirror of
https://github.com/Fishwaldo/role_model.git
synced 2025-03-15 19:42:43 +00:00
Regenerated gemspec for version 0.3.1
This commit is contained in:
parent
09fdb8bcdf
commit
389cab60ac
1 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{role_model}
|
||||
s.version = "0.3.0"
|
||||
s.version = "0.3.1"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Martin Rehfeld"]
|
||||
|
@ -26,6 +26,7 @@ Gem::Specification.new do |s|
|
|||
"lib/role_model.rb",
|
||||
"lib/role_model/roles.rb",
|
||||
"role_model.gemspec",
|
||||
"spec/custom_matchers.rb",
|
||||
"spec/role_model_spec.rb",
|
||||
"spec/roles_spec.rb",
|
||||
"spec/spec.opts",
|
||||
|
@ -37,7 +38,8 @@ Gem::Specification.new do |s|
|
|||
s.rubygems_version = %q{1.3.6}
|
||||
s.summary = %q{Declare, assign and query roles with ease}
|
||||
s.test_files = [
|
||||
"spec/role_model_spec.rb",
|
||||
"spec/custom_matchers.rb",
|
||||
"spec/role_model_spec.rb",
|
||||
"spec/roles_spec.rb",
|
||||
"spec/spec_helper.rb"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue