Sha256: 476cba1fbfc167574604703559c9032b9cfda90ced7015e83167a12caef98058

Contents?: true

Size: 945 Bytes

Versions: 1

Compression:

Stored size: 945 Bytes

Contents

Gem::Specification.new do |spec|
  spec.name = "slugify"
  spec.version = "1.0.2"
  
  spec.author = "Manfred Stienstra"
  spec.email = "manfred@fngtps.com"
  
  spec.description = <<-EOF
    Add .slugify to the string class so you can easily create a human readable but url safe version of a string.
  EOF
  spec.summary = <<-EOF
    Add .slugify to the string class so you can easily create a human readable but url safe version of a string.
  EOF
  spec.homepage = "https://fngtps.com/svn/rails-plugins/trunk/slugify"
  
  # Dir['[a-zA-Z]*'] + Dir['lib/**/*'] + Dir['rails/*'] + Dir['test/**/*']
  spec.files = ["init.rb", "lib", "LICENSE", "rails", "Rakefile", "README", "slugify.gemspec", "test", "lib/slugify.rb", "rails/init.rb", "test/slugify_test.rb"]
  # Dir['test/**/*']
  spec.test_file = "test/slugify_test.rb"
  
  spec.has_rdoc = true
  spec.extra_rdoc_files = [ 'README', 'LICENSE' ]
  spec.rdoc_options << "--charset=utf-8"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
seamusabshere-slugify-1.0.2 slugify.gemspec