Sha256: 061164466ad3760e0e285b60633b8dc4c796f3fd8cec0627042d441274912f04
Contents?: true
Size: 1.49 KB
Versions: 1
Compression:
Stored size: 1.49 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 = ['andy@highgroove.com', 'steven@highgroove.com', 'vanstee@highgroove.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/highgroove/grocer' gem.license = 'MIT' gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } 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', '~> 2.11' gem.add_development_dependency 'pry', '~> 0.9.8' 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.3.0 | grocer.gemspec |