Skip to content

Commit

Permalink
Update Highgroove references to Grocer
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenharman committed Dec 22, 2012
1 parent 6d926ad commit dded4f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,8 +1,8 @@
# Grocer

[![Build Status](https://api.travis-ci.org/highgroove/grocer.png?branch=master)](https://travis-ci.org/highgroove/grocer)
[![Dependency Status](https://gemnasium.com/highgroove/grocer.png)](https://gemnasium.com/highgroove/grocer)
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/highgroove/grocer)
[![Build Status](https://api.travis-ci.org/grocer/grocer.png?branch=master)](https://travis-ci.org/grocer/grocer)
[![Dependency Status](https://gemnasium.com/grocer/grocer.png)](https://gemnasium.com/grocer/grocer)
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/grocer/grocer)

**grocer** interfaces with the [Apple Push Notification
Service](http://developer.apple.com/library/mac/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ApplePushService/ApplePushService.html)
Expand Down
4 changes: 2 additions & 2 deletions grocer.gemspec
Expand Up @@ -3,7 +3,7 @@ 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.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
Expand All @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
but Grocer plans to be the cleanest, most
extensible, and friendliest.
DESC
gem.homepage = 'https://github.com/highgroove/grocer'
gem.homepage = 'https://github.com/grocer/grocer'
gem.license = 'MIT'

gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
Expand Down
4 changes: 2 additions & 2 deletions spec/grocer/ssl_connection_spec.rb
Expand Up @@ -19,7 +19,7 @@ def stub_certificate
{
certificate: '/path/to/cert.pem',
passphrase: 'abc123',
gateway: 'gateway.push.highgroove.com',
gateway: 'gateway.push.example.com',
port: 1234
}
}
Expand All @@ -38,7 +38,7 @@ def stub_certificate
expect(subject.certificate).to eq(File.read(connection_options[:certificate]))
end
end

subject { described_class.new(connection_options) }

describe 'configuration' do
Expand Down

0 comments on commit dded4f1

Please sign in to comment.