1
0
mirror of https://github.com/danbee/slugtastic synced 2025-03-04 08:49:05 +00:00

Added better description.

This commit is contained in:
Dan Barber 2011-10-04 16:22:59 +01:00
parent 1d6662f866
commit fc2071e13e
3 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,5 @@
Manifest
README.md
Rakefile
lib/slugtastic.rb
Manifest
slugtastic.gemspec

View File

@ -2,8 +2,8 @@ require 'rubygems'
require 'rake'
require 'echoe'
Echoe.new('slugtastic', '0.1.0') do |p|
p.description = "Generate a slug string from another field."
Echoe.new('slugtastic', '0.1.1') do |p|
p.description = "A simple slug string generator for ActiveRecord. Will populate a slug attribute from another attribute."
p.url = "http://github.com/danbee/slugtastic"
p.author = "Dan Barber"
p.email = "danbee@gmail.com"

View File

@ -2,12 +2,12 @@
Gem::Specification.new do |s|
s.name = %q{slugtastic}
s.version = "0.1.0"
s.version = "0.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Dan Barber}]
s.date = %q{2011-10-04}
s.description = %q{Generate a slug string from another field.}
s.description = %q{A simple slug string generator for ActiveRecord. Will populate a slug attribute from another attribute.}
s.email = %q{danbee@gmail.com}
s.extra_rdoc_files = [%q{README.md}, %q{lib/slugtastic.rb}]
s.files = [%q{README.md}, %q{Rakefile}, %q{lib/slugtastic.rb}, %q{Manifest}, %q{slugtastic.gemspec}]
@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.require_paths = [%q{lib}]
s.rubyforge_project = %q{slugtastic}
s.rubygems_version = %q{1.8.6}
s.summary = %q{Generate a slug string from another field.}
s.summary = %q{A simple slug string generator for ActiveRecord. Will populate a slug attribute from another attribute.}
if s.respond_to? :specification_version then
s.specification_version = 3