Sha256: e72afeb0cfaeb268b48e38f2cc923bf238e4df7c153354bfb9e417a78315bb24
Contents?: true
Size: 863 Bytes
Versions: 2
Compression:
Stored size: 863 Bytes
Contents
# coding: utf-8 require './lib/rubysl/strscan/version' Gem::Specification.new do |spec| spec.name = "rubysl-strscan" spec.version = RubySL::StringScanner::VERSION spec.authors = ["Brian Shirai"] spec.email = ["brixen@gmail.com"] spec.description = %q{Ruby standard library strscan.} spec.summary = %q{Ruby standard library strscan.} spec.homepage = "https://github.com/rubysl/rubysl-strscan" spec.license = "BSD" spec.files = `git ls-files`.split($/) 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.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "mspec", "~> 1.5" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubysl-strscan-1.0.0 | rubysl-strscan.gemspec |
rubysl-strscan-2.0.0 | rubysl-strscan.gemspec |