Sha256: 2e9f1c50b400bcda1f490fcc43d467d01f0f942da21da54d8f66fad863bf0091
Contents?: true
Size: 961 Bytes
Versions: 3
Compression:
Stored size: 961 Bytes
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', 'James Herdman'] s.email = ['alex@kernul.com', 'james.herdman@me.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 'multi_json', '~> 1.1' s.add_development_dependency 'rspec' 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
zeppelin-0.8.1 | zeppelin.gemspec |
zeppelin-0.7.0 | zeppelin.gemspec |
zeppelin-0.6.0 | zeppelin.gemspec |