batch_push_notification 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 39ad63bbcf8a1de423f8a10e03fe02b5c3b959c1
4
- data.tar.gz: 39abe6e6805bc48a96943ce1e67ed91ac0261a90
3
+ metadata.gz: 06e2e7a24f12dbd2241071183ae3e516d5c623d8
4
+ data.tar.gz: acd12af15f330261511f91a15b4d6ba1b31badf8
5
5
  SHA512:
6
- metadata.gz: 7423987816165db7bccd98a92d739935c9f10327984a9ad7396bba0a8ed42faf06195a640225fddfbadb53e21e875dfd48f7f8eb0e54625b8e4837201924de11
7
- data.tar.gz: 688ad737b7fe77dc2169c1bb324df63ec28411f046fad43a72e25e379abc8b19b99836b44de81e59b698da16d27ea02005cf98f4becd502c69ab0e64f1fe575c
6
+ metadata.gz: d8fdef42d131990fe8900b1eeefa68deefb3f7b1aa1a177fc6a0ca8a50fecc13dec7ec88eb2b5e719ff17a42cf8f3224491d50d367a6f7217e59a7b014bc0412
7
+ data.tar.gz: fe9846e23b4a3ee39b321950b34c342e08121ed51fd095dd74aa0102d9463dd8f2d5703a91d8109afccc6d46b76363d088fd2ebc57f0a4473dd3df66e4658d0b
@@ -1,7 +1,7 @@
1
1
  module BatchPushNotification
2
2
  autoload :Configurable, 'batch_push_notification/configurable'
3
3
  autoload :Client, 'batch_push_notification/client'
4
- autoload :Notification, 'batch_push_notification/notification'
4
+ autoload :Notification, 'batch_push_notification/notification_1'
5
5
 
6
6
  class << self
7
7
  include BatchPushNotification::Configurable
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: batch_push_notification
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Wittstruck
@@ -31,9 +31,9 @@ extensions: []
31
31
  extra_rdoc_files: []
32
32
  files:
33
33
  - lib/batch_push_notification.rb
34
- - lib/batch_push_notification/Notification.rb
35
34
  - lib/batch_push_notification/client.rb
36
35
  - lib/batch_push_notification/configurable.rb
36
+ - lib/batch_push_notification/notification.rb
37
37
  - spec/batch_push_notification/client_spec.rb
38
38
  - spec/batch_push_notification/configurable_spec.rb
39
39
  - spec/spec_helper.rb