Sha256: 6291abd06db3c8a5874b0c780d6e10fc7742ceedbe8e196de5f50435930622a4

Contents?: true

Size: 1.19 KB

Versions: 3

Compression:

Stored size: 1.19 KB

Contents

# encoding: utf-8
$:.push File.expand_path("../lib", __FILE__)

require "friendly_id/version"

Gem::Specification.new do |s|
  s.name              = "friendly_id4"
  s.version           = FriendlyId::Version::STRING
  s.authors           = ["Norman Clarke"]
  s.email             = ["norman@njclarke.com"]
  s.homepage          = "http://norman.github.com/friendly_id"
  s.summary           = "A comprehensive slugging and pretty-URL plugin."
  s.rubyforge_project = "friendly_id"
  s.files             = `git ls-files`.split("\n")
  s.test_files        = `git ls-files -- {test}/*`.split("\n")
  s.require_paths     = ["lib"]

  s.add_development_dependency "activerecord", "~> 3.0"
  s.add_development_dependency "sqlite3", "~> 1.3"
  s.add_development_dependency "cutest", "~> 1.1.2"
  s.add_development_dependency "ffaker"
  s.add_development_dependency "maruku"
  s.add_development_dependency "yard"
  s.add_development_dependency "mocha"

  s.description       = <<-EOM
    FriendlyId is the "Swiss Army bulldozer" of slugging and permalink plugins
    for Ruby on Rails. It allows you to create pretty URL's and work with
    human-friendly strings as if they were numeric ids for ActiveRecord models.
  EOM
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
friendly_id4-4.0.0.beta4 friendly_id.gemspec
friendly_id4-4.0.0.beta3 friendly_id.gemspec
friendly_id4-4.0.0.beta1 friendly_id.gemspec