Sha256: 898d28b52545843aff16105806f66cd571d4f3abd9f8e25722599c2289102575
Contents?: true
Size: 978 Bytes
Versions: 1
Compression:
Stored size: 978 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "postrank-api/version" Gem::Specification.new do |s| s.name = "postrank-api" s.version = PostRank::API::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Ilya Grigorik"] s.email = ["ilya@igvita.com"] s.homepage = "http://github.com/postrank-labs/postrank-api" s.summary = "Ruby 1.9 PostRank API Wrapper" s.description = s.summary s.rubyforge_project = "postrank-api" s.add_dependency "postrank-uri" s.add_dependency "eventmachine" s.add_dependency "em-http-request" s.add_dependency "em-synchrony" s.add_dependency "yajl-ruby" s.add_dependency "chronic" s.add_development_dependency "rspec" 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"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
postrank-api-0.4.0 | postrank-api.gemspec |