public
Description: Create SEO friendly names for a model automatically
Homepage:
Clone URL: git://github.com/revolutionhealth/acts_as_seo_friendly.git
acts_as_seo_friendly / acts_as_seo_friendly.gemspec
100644 21 lines (18 sloc) 1.182 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Gem::Specification.new do |s|
  s.name = %q{acts_as_seo_friendly}
  s.version = "1.1.4"
 
  s.specification_version = 2 if s.respond_to? :specification_version=
 
  s.authors = ["Revolution Health"]
  s.autorequire = %q{acts_as_seo_friendly}
  s.date = %q{2009-05-14}
  s.description = %q{provides a seo friendly version of field on a table}
  s.email = %q{rails-trunk@revolutionhealth.com}
  s.extra_rdoc_files = ["README", "LICENSE", "TODO"]
  s.files = ["LICENSE", "README", "Rakefile", "TODO", "lib/acts_as_seo_friendly", "lib/acts_as_seo_friendly/version.rb", "lib/acts_as_seo_friendly.rb", "test/active_record_test_helper.rb", "test/seo_test_model.rb", "test/seo_test_model_conditions.rb", "test/test_acts_as_seo_friendly.rb", "test/test_helper.rb"]
  s.homepage = %q{http://github.com/revolutionhealth/acts_as_seo_friendly}
  s.rdoc_options = ["--main", "README"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.1}
  s.summary = %q{provides a seo friendly version of field on a table}
  s.test_files = ["test/active_record_test_helper.rb", "test/seo_test_model.rb", "test/seo_test_model_conditions.rb", "test/test_acts_as_seo_friendly.rb", "test/test_helper.rb"]
end