Sha256: 8e7a3f665d2d1d09bc1b7872fda453b229a8ec5683b3a15a966b963e969f2e43

Contents?: true

Size: 632 Bytes

Versions: 1

Compression:

Stored size: 632 Bytes

Contents

Gem::Specification.new do |s|
  s.name = "zscan"
  s.version = "1.0" # version mapped from zscan.rb, don't change here
  s.author = "Zete Lui"
  s.homepage = "https://github.com/luikore/zscan"
  s.platform = Gem::Platform::RUBY
  s.summary = "improved string scanner"
  s.description = "improved string scanner, respects anchors and lookbehinds, supports codepoint positioning"
  s.required_ruby_version = ">=1.9.2"
  s.licenses = ['BSD']

  s.files = Dir.glob('{rakefile,zscan.gemspec,readme.md,**/*.{rb,c}}')
  s.require_paths = ["lib"]
  s.extensions = ["ext/extconf.rb"]
  s.rubygems_version = '1.8.24'
  s.has_rdoc = false
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zscan-1.0 zscan.gemspec