lead_zeppelin 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module LeadZeppelin
2
2
  module APNS
3
3
  class Notification
4
- attr_reader :device_token, :identifier, :expiry
4
+ attr_reader :device_token, :identifier, :expiry, :opts
5
5
 
6
6
  def initialize(device_token, message, opts={})
7
7
  @device_token = device_token
@@ -1,3 +1,3 @@
1
1
  module LeadZeppelin
2
- VERSION = '0.1.10'
2
+ VERSION = '0.1.11'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lead_zeppelin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: