Sha256: 49ad6b0484e36a8c45bd2edceda7b8ba491aa2055e5f91ec08f253b4e0198e14

Contents?: true

Size: 1 KB

Versions: 2

Compression:

Stored size: 1 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "smart_polling"
  spec.version       = SmartPolling::VERSION
  spec.authors       = ["Mateus Del Bianco"]
  spec.email         = ["mateus@delbianco.net.br"]
  spec.summary       = %q{SmartPolling is the smartest way to poll something.}
  spec.description   = %q{SmartPolling keeps polling something, for a limited time, until it gets a response.}
  spec.homepage      = "https://github.com/mateusdelbianco/smart_polling"
  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.add_development_dependency "bundler", "~> 1.5"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smart_polling-1.0.0 smart_polling.gemspec
smart_polling-0.0.2 smart_polling.gemspec