Skip to content

Commit

Permalink
Regenerate gemspec for version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmandrup committed Dec 26, 2010
1 parent 2830f31 commit fc7854a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions roles_mongoid.gemspec
Expand Up @@ -5,29 +5,30 @@

Gem::Specification.new do |s|
s.name = %q{roles_mongoid}
s.version = "0.3.6"
s.version = "0.4.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kristian Mandrup"]
s.date = %q{2010-12-21}
s.date = %q{2010-12-26}
s.description = %q{Makes it easy to set a role strategy on your User model in Mongoid}
s.email = %q{kmandrup@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.markdown"
"README.textile"
]
s.files = [
".bundle/config",
".document",
".rspec",
"Gemfile",
"LICENSE",
"README.markdown",
"README.textile",
"Rakefile",
"VERSION",
"lib/generators/mongoid/roles/roles_generator.rb",
"lib/roles_mongoid.rb",
"lib/roles_mongoid/base.rb",
"lib/roles_mongoid/base_role.rb",
"lib/roles_mongoid/embedded_role.rb",
"lib/roles_mongoid/namespaces.rb",
"lib/roles_mongoid/role.rb",
Expand Down

0 comments on commit fc7854a

Please sign in to comment.