Sha256: ad835320735d38e76705f2fa09bfe65e40a7beb4e7f848a6920efc5131aa6aef

Contents?: true

Size: 960 Bytes

Versions: 4

Compression:

Stored size: 960 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   = 'Phare looks into your files and check for (Ruby, JavaScript and SCSS) coding style errors.'
  spec.summary       = spec.description
  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'
  spec.add_development_dependency 'rspec', '~> 3.0.0.beta2'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phare-0.5.2 phare.gemspec
phare-0.5.1 phare.gemspec
phare-0.5 phare.gemspec
phare-0.4 phare.gemspec