Sha256: ec93de04663dcd44fe8eb4d9822a185499cc498eeb5ef946fb7529e887f2b113
Contents?: true
Size: 790 Bytes
Versions: 1
Compression:
Stored size: 790 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 = 'h2ocube_rails_production' spec.version = '0.0.3' spec.authors = ['Ben'] spec.email = ['ben@zfben.com'] spec.description = %q{Just a collection for production gems} spec.summary = %q{Just a collection for production gems} spec.homepage = '' 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{^(test|spec|features)/}) spec.require_paths = ['lib'] %w(rainbows exception_notification).each{ |gem| spec.add_dependency gem } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
h2ocube_rails_production-0.0.3 | h2ocube_rails_production.gemspec |