Sha256: 063729f67df33dfc1a7cdd7b4df21054bc1d475b9fc531f7ee03305d6d0ca894

Contents?: true

Size: 806 Bytes

Versions: 7

Compression:

Stored size: 806 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = "restpack-web"
  gem.version       = RestPack::Web::VERSION
  gem.authors       = ["Gavin Joyce"]
  gem.email         = ["gavinjoyce@gmail.com"]
  gem.description   = %q{...}
  gem.summary       = %q{...}
  gem.homepage      = ""

  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.require_paths = ["lib"]
  
  gem.add_dependency 'rack-auto-session-domain'
  gem.add_development_dependency 'rack'
  gem.add_development_dependency 'rspec', '~> 2.12'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
restpack-web-0.0.8 restpack-web.gemspec
restpack-web-0.0.7 restpack-web.gemspec
restpack-web-0.0.6 restpack-web.gemspec
restpack-web-0.0.5 restpack-web.gemspec
restpack-web-0.0.4 restpack-web.gemspec
restpack-web-0.0.3 restpack-web.gemspec
restpack-web-0.0.2 restpack-web.gemspec