Sha256: d6b24d174360629de469e3917d1dfc8ce4ab620f2f1abe3eefa0923e4d2d4494
Contents?: true
Size: 1003 Bytes
Versions: 1
Compression:
Stored size: 1003 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'apnotic/version' Gem::Specification.new do |spec| spec.name = "apnotic" spec.version = Apnotic::VERSION spec.licenses = ['MIT'] spec.authors = ["Roberto Ostinelli"] spec.email = ["roberto@ostinelli.net"] spec.summary = %q{Apnotic is an Apple Push Notification gem able to provide instant feedback.} spec.homepage = "http://github.com/ostinelli/apnotic" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "net-http2", "~> 0.7.2" spec.add_dependency "connection_pool", "~> 2.0" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
apnotic-0.8.0 | apnotic.gemspec |