Sha256: 94e370cdb09ec0c81cc0eb225d2830892c51fea656528be43e0042f4c4e65137

Contents?: true

Size: 746 Bytes

Versions: 1

Compression:

Stored size: 746 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'obscenity/version'

Gem::Specification.new do |s|
  s.name = "obscenity2"
  s.version = Obscenity::VERSION

  s.authors = ["Thiago Jackiw"]
  s.description = " Obscenity is a profanity filter gem for Ruby/Rubinius, Rails (through ActiveModel), and Rack middleware "
  s.email = "tjackiw@gmail.com"
  s.files = `git ls-files`.split($/)
  s.homepage = "http://github.com/tjackiw/obscenity"
  s.licenses = ["MIT"]
  s.require_paths = ["lib"]
  s.summary = "Obscenity is a profanity filter gem for Ruby/Rubinius, Rails (through ActiveModel), and Rack middleware"
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
obscenity2-0.0.1 obscenity.gemspec