Sha256: b836c0891efd602383d8391e1a17186095bb46f1d321a4a572c6ae83c3295ea7

Contents?: true

Size: 796 Bytes

Versions: 4

Compression:

Stored size: 796 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'phare/version'

Gem::Specification.new do |spec|
  spec.name          = 'phare'
  spec.version       = Phare::VERSION
  spec.authors       = ['Rémi Prévost']
  spec.email         = ['remi@exomel.com']
  spec.description   = ''
  spec.summary       = ''
  spec.homepage      = 'https://github.com/mirego/phare'
  spec.license       = 'BSD 3-Clause'

  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'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phare-0.3 phare.gemspec
phare-0.2.2 phare.gemspec
phare-0.2.1 phare.gemspec
phare-0.2 phare.gemspec