Sha256: 6898ac2074b106cff227b12764bc0d9e08bd56b3af13e5e086d198f5e58512e4
Contents?: true
Size: 540 Bytes
Versions: 1
Compression:
Stored size: 540 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = 'appush_client' s.version = '0.5' s.authors = ['Igor Guerrero'] s.date = '2010-01-09' s.description = "Ruby client library for Appush PUSH service." s.email = ['igor@appush.com'] s.homepage = 'http://appush.com' s.files = ['appush_client.gemspec', 'CONTRIBUTORS', 'LICENSE', 'README.md', 'lib/appush_client.rb', 'spec/appush_client_spec.rb'] s.summary = "Ruby client library for Appush PUSH service." s.add_dependency 'rest-client', '>= 1.3.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appush_client-0.5 | appush_client.gemspec |