Sha256: a22423e91677259aee1bc798acd6b513603b3d5d34b670a6c32c4df3fddcc24d
Contents?: true
Size: 969 Bytes
Versions: 3
Compression:
Stored size: 969 Bytes
Contents
# coding: utf-8 require './lib/rubysl/pathname/version' Gem::Specification.new do |spec| spec.name = "rubysl-pathname" spec.version = RubySL::Pathname::VERSION spec.authors = ["Brian Shirai"] spec.email = ["brixen@gmail.com"] spec.description = %q{Ruby standard library pathname.} spec.summary = %q{Ruby standard library pathname.} spec.homepage = "https://github.com/rubysl/rubysl-pathname" 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.required_ruby_version = "~> 2.0" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "mspec", "~> 1.5" spec.add_development_dependency "rubysl-prettyprint", "~> 2.0" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rubysl-pathname-2.3 | rubysl-pathname.gemspec |
rubysl-pathname-2.2 | rubysl-pathname.gemspec |
rubysl-pathname-2.1.0 | rubysl-pathname.gemspec |