Sha256: eda45f8fce98bb60755d0f5b773e5edbfae0e89f79a9b361ac53fb82032eca4b
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path('../lib', __FILE__) require 'zeppelin/version' Gem::Specification.new do |s| s.name = 'zeppelin' s.version = Zeppelin::VERSION s.platform = Gem::Platform::RUBY s.authors = ['Alexander Kern'] s.email = ['alex@kernul.com'] s.homepage = 'https://github.com/CapnKernul/zeppelin' s.summary = %q{Urban Airship library for Ruby} s.description = %q{Ruby client for the Urban Airship Push Notification API} s.rubyforge_project = 'zeppelin' s.add_dependency 'faraday' s.add_dependency 'yajl-ruby' s.add_development_dependency 'minitest', '~> 2.0' s.add_development_dependency 'journo' s.add_development_dependency 'mocha' s.add_development_dependency 'test_declarative' s.add_development_dependency 'rake' 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 |
---|---|
zeppelin-0.5.0 | zeppelin.gemspec |