Sha256: 8c600527c2fa52c35b97b7049c565d00faa8eade7cf8a0b8098f609e9b29ee24
Contents?: true
Size: 747 Bytes
Versions: 1
Compression:
Stored size: 747 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require '<%= @bundle_name %>/version' Gem::Specification.new do |gem| gem.name = "<%= @bundle_name %>" gem.version = <%= class_name %>::VERSION gem.authors = ["hatiolab"] gem.email = ["admin@hatiolab.com"] gem.description = %q{Bundle <%= class_name %>} gem.summary = %q{Bundle for <%= @bundle_name %>} gem.homepage = "http://www.hatiolab.com" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hatio-core-0.0.6 | lib/generators/hatio/bundle/templates/gemspec |