Sha256: ce17e36b9b4f57a01c68f191dd03238457956545d6356bdd52ecfcc6c0fbba07

Contents?: true

Size: 964 Bytes

Versions: 2

Compression:

Stored size: 964 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "pricesphere"
  spec.version       = Pricesphere::VERSION
  spec.authors       = ["Chris MacNaughton"]
  spec.email         = ["chmacnaughton@gmail.com"]
  spec.summary       = %q{Pricesphere is a Gem to interact with PriceSphere.com's API}
  spec.description   = %q{Pricesphere is a Gem to interact with PriceSphere.com's API}
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  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.7"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "pry"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pricesphere-0.2.0 pricesphere.gemspec
pricesphere-0.1.0 pricesphere.gemspec