Skip to content

Commit

Permalink
Updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed Jun 30, 2010
1 parent ac19248 commit 413c019
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mongoid_slug.gemspec
Expand Up @@ -5,12 +5,12 @@

Gem::Specification.new do |s|
s.name = %q{mongoid_slug}
s.version = "0.2.0"
s.version = "0.3.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Hakan Ensari"]
s.date = %q{2010-06-24}
s.description = %q{Mongoid Slug generates a URL slug/permalink based on a field in a Mongoid model.}
s.authors = ["Hakan Ensari", "Gerhard Lazu"]
s.date = %q{2010-06-30}
s.description = %q{Mongoid Slug generates a URL slug/permalink based on fields in a Mongoid model.}
s.email = %q{code@papercavalier.com}
s.extra_rdoc_files = [
"LICENSE",
Expand All @@ -31,8 +31,8 @@ Gem::Specification.new do |s|
"spec/models/book.rb",
"spec/models/publisher.rb",
"spec/models/subject.rb",
"spec/spec_helper.rb",
"spec/unit/mongoid_slug_spec.rb"
"spec/mongoid_slug_spec.rb",
"spec/spec_helper.rb"
]

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 413c019

Please sign in to comment.