Skip to content

Commit

Permalink
Version bumped to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andion committed May 5, 2016
1 parent 684acb6 commit caca052
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apns.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

Gem::Specification.new do |s|
s.name = %q{apns}
s.version = "1.1.0"
s.version = "1.2.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["James Pozdena", "Thomas Kollbach"]
s.autorequire = %q{apns}
s.date = %q{2013-06-25}
s.date = %q{2016-05-05}
s.description = <<DESC
Simple Apple push notification service gem.
It supports the 3rd wire format (command 2) with support for content-availible (Newsstand), expiration dates and delivery priority (background pushes)}
Updated to accept not only a path to a pem file but pem content's.
DESC

s.email = ["jpoz@jpoz.net", "thomas@kollba.ch"]
Expand Down

0 comments on commit caca052

Please sign in to comment.