fwt_push_notification_server 0.1.0.b7 → 0.1.0.b8

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: f94a5a39441eb7639c79c7707a7405152104683a
4
- data.tar.gz: 340b11b706a7cb7a6f6cb04a7f9f8f618b303a2f
3
+ metadata.gz: c9500acd73c6ee6bd0d744666e9a8711a1cd7455
4
+ data.tar.gz: 4906e27524d3a89132a85f456b280e1272b37e64
5
5
  SHA512:
6
- metadata.gz: e8bd6927326deca97b59239d332ee87458995300c98f98786d6290de5fe996f6f778c776c0fe92238f2abfd57ad81e01b9175e0e1cf79e7caff00c8173e8c26e
7
- data.tar.gz: e3a58737ca9f3c420e4e04c2d902220c22359151dcaf8522790af2871aa59a6a882028b48bfb6aaea13a2714d23622ebf2015b6da735f8b22f64030fc57216c4
6
+ metadata.gz: 3d645aa48611067f0df1c1a53f6846a0001d1ea73fd18d4d9e6b384242e9fec119c8a28e4cf4a1284cdeeee212cba214ef315dfcf8c1fd455528d7da59d77cda
7
+ data.tar.gz: 661789dcb2824cf10dffbc987193a2fb827220ed94a58d35e6da8811ebc69540dab7bfed9a4f1019f906b2a0c27367b556e8087ff646bcfb8340df44e200e510
@@ -1,3 +1,3 @@
1
1
  module FwtPushNotificationServer
2
- VERSION = "0.1.0.b7"
2
+ VERSION = "0.1.0.b8"
3
3
  end
@@ -49,9 +49,7 @@ module FwtPushNotificationServer
49
49
  notifiers.each_value do |notifier|
50
50
  notifier.begin_transaction(message, payload)
51
51
  end
52
- end
53
-
54
- def self.commit_transaction
52
+ yield
55
53
  notifiers.each_value do |notifier|
56
54
  notifier.commit_transaction
57
55
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fwt_push_notification_server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.b7
4
+ version: 0.1.0.b8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Kocemba
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-18 00:00:00.000000000 Z
11
+ date: 2013-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails