Sha256: 5875f6817764e425bf91f1fff8bb260a2bb7a0c889c42baf86705814a23fe0b4

Contents?: true

Size: 933 Bytes

Versions: 1

Compression:

Stored size: 933 Bytes

Contents

# coding: utf-8

Gem::Specification.new do |spec|
  spec.name          = "string-scrub"
  spec.version       = "0.0.4"
  spec.authors       = ["SHIBATA Hiroshi"]
  spec.email         = ["hsbt@ruby-lang.org"]
  spec.summary       = %q{String#scrub for Ruby 2.0.0 and 1.9.3}
  spec.description   = %q{String#scrub for Ruby 2.0.0 and 1.9.3}
  spec.homepage      = "https://github.com/hsbt/string-scrub"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.extensions    = ["ext/string/extconf.rb"]
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.required_ruby_version     = '>= 1.9.3'

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake"
  spec.add_development_dependency 'rake-compiler'
  spec.add_development_dependency "test-unit"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
string-scrub-0.0.4 string-scrub.gemspec