Sha256: 0d51bbc4d6b7e6b78f8bce1d79810aed1a27b4a4f5a01083fecb6d86661d38ea

Contents?: true

Size: 875 Bytes

Versions: 1

Compression:

Stored size: 875 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "banned_words"
  s.version     = "0.1.0"
  s.authors     = ["Razvan Secara", "Pop Sabina"]
  s.email       = ["secara.razvan@yahoo.com"]
  s.homepage    = ""
  s.summary     = %q{Detects and masks banned words within a text}
  s.description = %q{Detects and masks banned words within a text}

  s.rubyforge_project = "banned_words"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  # specify any dependencies here; for example:
  s.add_development_dependency "rspec"
  s.add_development_dependency "rails", ">= 3.0"
  s.add_runtime_dependency     "rails", ">= 3.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
banned_words-0.1.0 banned_words.gemspec