Sha256: 15ca459bac0acd1ff270d1d1e8c4179714639fa11771b46ce7a6f29127035f9c
Contents?: true
Size: 1.41 KB
Versions: 1
Compression:
Stored size: 1.41 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/grocer/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ['Andy Lindeman', 'Steven Harman', 'Patrick Van Stee'] gem.email = ['alindeman@gmail.com', 'steveharman@gmail.com', 'patrickvanstee@gmail.com'] gem.summary = %q{Pushing Apple notifications since 2012.} gem.description = <<-DESC Grocer interfaces with the Apple Push Notification Service to send push notifications to iOS devices and collect notification feedback via the Feedback Service. There are other gems out there to do this, but Grocer plans to be the cleanest, most extensible, and friendliest. DESC gem.homepage = 'https://github.com/grocer/grocer' gem.license = 'MIT' gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "grocer" gem.require_paths = ["lib"] gem.version = Grocer::VERSION gem.add_development_dependency 'rspec', '~> 3.1' gem.add_development_dependency 'pry', '~> 0.10.1' gem.add_development_dependency 'mocha' gem.add_development_dependency 'bourne' gem.add_development_dependency 'rake' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grocer-0.6.1 | grocer.gemspec |