Sha256: b67066342eeb95bdf8cfc7a87eb436bf80defabe9e9d18de4a3f71cc00a311d2
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'hola/version' Gem::Specification.new do |spec| spec.name = 'hola-ianh' spec.version = Hola::VERSION spec.authors = ['Nick Quaranto', 'Ian Heggie'] spec.email = %q{nick@quaran.to ian@heggie.biz} spec.description = %q{An expanded example of a simple hello world gem} spec.summary = %q{Hola!} spec.homepage = %q{http://rubygems.org/gems/hola-ianh} spec.license = 'UNKNOWN+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{^(test|spec|features)/}) spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 1.3' spec.add_development_dependency 'rake' spec.required_rubygems_version = Gem::Requirement.new('>= 0') if spec.respond_to? :required_rubygems_version= if spec.respond_to? :specification_version then spec.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hola-ianh-0.0.4 | hola.gemspec |