Sha256: 19caddb15f945fab94266d00077ad2ff38bb887cb9c38dc904346a27da879d89

Contents?: true

Size: 735 Bytes

Versions: 1

Compression:

Stored size: 735 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/pcr/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = "Matt Parmett, Greg Terrono"
  gem.email         = "terronogr@gmail.com"
  gem.description   = %q{Ruby wrapper for the Penn Course Review API}
  gem.summary       = %q{Ruby wrapper for the Penn Course Review API}
  gem.homepage      = "https://github.com/gterrono/pcr-ruby"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "pcr"
  gem.require_paths = ["lib"]
  gem.version       = PCR::Ruby::VERSION
  
  gem.add_dependency "json"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pcr-0.5 pcr.gemspec