Sha256: e595b65ffcb4f22a99af39bfeedcf16f1b5d2b6f6ae63ed414790b7df8cde884
Contents?: true
Size: 825 Bytes
Versions: 1
Compression:
Stored size: 825 Bytes
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "adamtanner" spec.version = "2.0.0" spec.authors = ["Adam Tanner"] spec.email = ["adam@adamtanner.org"] spec.description = "Adam Tanner, the software engineer." spec.summary = "Adam Tanner, the software engineer." spec.homepage = "https://github.com/adamtanner/adamtanner" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^spec/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
adamtanner-2.0.0 | adamtanner.gemspec |