Skip to content
This repository was archived by the owner on Mar 25, 2019. It is now read-only.

Commit d31750f

Browse files
committed
added change log
1 parent 1f5199b commit d31750f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ language: ruby
22
rvm:
33
- 1.9.3
44
- 2.0.0
5-
- 2.1.2
5+
- 2.1.3

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ You can find an Android Client app to receive notifications from here: [Google C
9797

9898
## ChangeLog
9999

100+
### 0.0.9
101+
* Check for NotRegistered error and return unregistered ids if this occurs
102+
100103
### 0.0.8
101104
* Added support for User Notifications API
102105
* Added alias method `send` for `send_notification`
@@ -105,11 +108,9 @@ You can find an Android Client app to receive notifications from here: [Google C
105108
* All responses now have a body and header hashes
106109

107110
### 0.0.6
108-
109111
* You can initialise GCM class with [HTTParty Options](https://github.com/jnunemaker/httparty/blob/master/lib/httparty.rb#L41-L69)
110112

111113
### 0.0.5
112-
113114
* Added support for [canonical registration ID](http://developer.android.com/google/gcm/adv.html#canonical)
114115
* Only support Ruby versions [>= 1.9.3](https://www.ruby-lang.org/en/news/2014/01/10/ruby-1-9-3-will-end-on-2015/)
115116
* Fixed Rspec deprecation warnings for Rspec 3.0.0.beta

gcm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
33

44
Gem::Specification.new do |s|
55
s.name = "gcm"
6-
s.version = "0.0.8"
6+
s.version = "0.0.9"
77
s.platform = Gem::Platform::RUBY
88
s.authors = ["Kashif Rasul", "Shoaib Burq"]
99

0 commit comments

Comments
 (0)