Sha256: 2023e015a430a036d36517d10cafd4406457bfba8d03dd6e637998c3bdf6913f
Contents?: true
Size: 641 Bytes
Versions: 1
Compression:
Stored size: 641 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require 'pollster/version' Gem::Specification.new do |s| s.name = 'pollster' s.version = Pollster::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Jay Boice", "Aaron Bycoffe"] s.email = ["jay.boice@huffingtonpost.com", "bycoffe@huffingtonpost.com"] s.homepage = "http://github.com/huffingtonpost/ruby-pollster" s.summary = "Ruby library for accessing the Pollster API" s.description = "A Ruby library for accessing the Pollster API." s.files = `git ls-files`.split("\n") s.require_paths = ['lib'] s.add_development_dependency "rdoc" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pollster-0.1.0 | pollster.gemspec |