Sha256: d5ba6e0fdfbeeac0465bfb9c175b37a974fe6a8cd8fca94402027a3f8e33d3b3
Contents?: true
Size: 979 Bytes
Versions: 1
Compression:
Stored size: 979 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'how_i_start/version' Gem::Specification.new do |spec| spec.name = "how_i_start" spec.version = HowIStart::VERSION spec.authors = ["Steve Klabnik"] spec.email = ["steve@steveklabnik.com"] spec.summary = %q{A simple gem, to show you how I do things.} spec.description = %q{A simple gem, to show you how I do things. If it were more complicated, I'd explain more about it here.} spec.homepage = "https://steveklabnik.github.io/how_i_do_things" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") 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.6" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
how_i_start-1.0.0 | how_i_start.gemspec |