Sha256: 82725dbee7a3522ca5be323e6f34710695adffc05a583d6e2865e41d579d3f9f

Contents?: true

Size: 821 Bytes

Versions: 3

Compression:

Stored size: 821 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "PSA"
  spec.version       = PSA::VERSION
  spec.authors       = ["Oren Mazor"]
  spec.email         = ["oren.mazor@gmail.com"]
  spec.description   = %q{Make working with Intercom easier}
  spec.summary       = %q{Make working with Intercom easier}
  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"]

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
PSA-2 PSA.gemspec
PSA-1 PSA.gemspec
PSA-0.0.1 PSA.gemspec