Sha256: fc21c7948d37ed1f5b41348b8df5c11589f03e1a2eadbbf1e9952b54a541ede5

Contents?: true

Size: 1.06 KB

Versions: 6

Compression:

Stored size: 1.06 KB

Contents

lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'pubnub/version'

Gem::Specification.new do |spec|
  spec.name = 'pubnub'
  spec.version = Pubnub::VERSION
  spec.authors = ['PubNub']
  spec.email = ['support@pubnub.com']
  spec.summary = 'PubNub Official Ruby gem.'
  spec.description = 'Ruby anywhere in the world in 250ms with PubNub!'
  spec.homepage = 'http://github.com/pubnub/ruby'
  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.required_ruby_version = '>= 2.4'

  spec.add_dependency 'addressable', '>= 2.0.0'
  spec.add_dependency 'concurrent-ruby', '~> 1.1.5'
  spec.add_dependency 'concurrent-ruby-edge', '~> 0.5.0'
  spec.add_dependency 'dry-validation', '~> 1.0'
  spec.add_dependency 'httpclient', '~> 2.8', '>= 2.8.3'
  spec.add_dependency 'json', '>= 2.2.0', '< 3'
  spec.add_dependency 'timers', '>= 4.3.0'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pubnub-4.6.0 pubnub.gemspec
pubnub-4.5.0 pubnub.gemspec
pubnub-4.4.0 pubnub.gemspec
pubnub-4.3.0 pubnub.gemspec
pubnub-4.2.7 pubnub.gemspec
pubnub-4.2.6 pubnub.gemspec