Sha256: 988504e6d2d0bc9b94fd6e7baa58871d1d6aaad8570f0cecdaedeefec1aa1da6
Contents?: true
Size: 893 Bytes
Versions: 5
Compression:
Stored size: 893 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/popit/version', __FILE__) Gem::Specification.new do |s| s.name = "popit" s.version = PopIt::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Open North"] s.email = ["info@opennorth.ca"] s.homepage = "http://github.com/opennorth/popit-ruby" s.summary = %q{The PopIt API Ruby Gem} s.description = %q{A Ruby wrapper for the PopIt API} s.license = 'MIT' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_runtime_dependency('httparty', '~> 0.10.0') s.add_development_dependency('rspec', '~> 2.10') s.add_development_dependency('rake') s.add_development_dependency('coveralls') end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
popit-0.0.7 | popit.gemspec |
popit-0.0.6 | popit.gemspec |
popit-0.0.5 | popit.gemspec |
popit-0.0.4 | popit.gemspec |
popit-0.0.3 | popit.gemspec |