Sha256: 994eebacf34ed383705d549b8b0b5760369b4097ec1eaec84857af6a0c504481

Contents?: true

Size: 793 Bytes

Versions: 1

Compression:

Stored size: 793 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = "Matt Parmett"
  gem.email         = "mparmett@wharton.upenn.edu"
  gem.description   = %q{Ruby wrapper for the Penn Study Spaces API}
  gem.summary       = %q{Ruby wrapper for the Penn Study Spaces API}
  gem.homepage      = "http://github.com/mattparmett/pennstudyspaces.rb"

  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          = "pennstudyspaces"
  gem.require_paths = ["lib"]
  gem.version       = PennStudySpaces::Ruby::VERSION
  
  gem.add_dependency "json"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pennstudyspaces-0.1 pennstudyspaces.gemspec