Sha256: 835cb460895a67010c223411d6e755f32bf520234a81964a2ffae5db08c4a719

Contents?: true

Size: 935 Bytes

Versions: 23

Compression:

Stored size: 935 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_dependency 'restpack-core-client'
  gem.add_dependency 'public_suffix'
  gem.add_dependency 'yajl-ruby', '~> 1.1.0'
  
  gem.add_development_dependency 'rack'
  gem.add_development_dependency 'rspec', '~> 2.12'
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
restpack-web-0.2.26 restpack-web.gemspec
restpack-web-0.2.25 restpack-web.gemspec
restpack-web-0.2.24 restpack-web.gemspec
restpack-web-0.2.23 restpack-web.gemspec
restpack-web-0.2.22 restpack-web.gemspec
restpack-web-0.2.21 restpack-web.gemspec
restpack-web-0.2.20 restpack-web.gemspec
restpack-web-0.2.19 restpack-web.gemspec
restpack-web-0.2.18 restpack-web.gemspec
restpack-web-0.2.17 restpack-web.gemspec
restpack-web-0.2.16 restpack-web.gemspec
restpack-web-0.2.15 restpack-web.gemspec
restpack-web-0.2.14 restpack-web.gemspec
restpack-web-0.2.13 restpack-web.gemspec
restpack-web-0.2.12 restpack-web.gemspec
restpack-web-0.2.11 restpack-web.gemspec
restpack-web-0.2.10 restpack-web.gemspec
restpack-web-0.2.9 restpack-web.gemspec
restpack-web-0.2.8 restpack-web.gemspec
restpack-web-0.2.7 restpack-web.gemspec