Sha256: cbe2f43c10b67dc964f3690fa9b33220d3f8bb50fe054213cf0fa09b757734b6
Contents?: true
Size: 965 Bytes
Versions: 1
Compression:
Stored size: 965 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'read_source/version' Gem::Specification.new do |spec| spec.name = "read_source" spec.version = ReadSource::VERSION spec.authors = ["Daniel P. Clark"] spec.email = ["6ftdan@gmail.com"] spec.summary = %q{Read method source to String or in your VIM editor.} spec.description = %q{Read method source to String or in your VIM editor!} spec.homepage = "https://github.com/danielpclark/read_source" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.13" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
read_source-0.1.0 | read_source.gemspec |