Sha256: eb457b264143d25ab26be5fbf23d7c896f659cb61a65efbb1de7c3603e761fed
Contents?: true
Size: 856 Bytes
Versions: 1
Compression:
Stored size: 856 Bytes
Contents
# coding: utf-8 require './lib/rubysl/profile/version' Gem::Specification.new do |spec| spec.name = "rubysl-profile" spec.version = RubySL::Profile::VERSION spec.authors = ["Brian Shirai"] spec.email = ["brixen@gmail.com"] spec.description = %q{Ruby standard library profile.} spec.summary = %q{Ruby standard library profile.} spec.homepage = "https://github.com/rubysl/rubysl-profile" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubysl-profile-2.0.0 | rubysl-profile.gemspec |