notification-handler 1.0.0.beta3 → 1.0.0.beta4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6e4af3be4666adb9f58f8776166cf2c1c1278748d50693148864315627d371c
4
- data.tar.gz: 7af6451a4852df716f3972385753315067883490fc557171a705c31dfa349738
3
+ metadata.gz: d9c5ad9bb8d4d9aab6c6263a8a55a56c8bd8a083ab1c6b7369495911ff51bfc4
4
+ data.tar.gz: 256f0445a28e3210fefa82b79d630bc43d00a1dc8b3cab052e15c0b2abfa5506
5
5
  SHA512:
6
- metadata.gz: cd6d229a7934e0b674a8c3e8c15e5232fec64c5f381006a131c7acdf4cd9374689c52179d86d601a71e0818426765f97c355840701a5a5ae27597d5f8d3c9a13
7
- data.tar.gz: 5136ec7b9396a03ea77712fa64665d45a4be37c598195de191e3ada882e3db9238ac35dca2fc7bed0b426fee32e08d0e2c3c85a8c3cdcb1f1bb5ce62edd1efb8
6
+ metadata.gz: 2d4630b5e6c2bbea0ec84d71ba765c995c9daa83cb38008793eded9d03d583ac80f4d37f431b2ab4f14ccaebbca56bc84a0fdf38e9ab506131c12ae67676f1f9
7
+ data.tar.gz: e9173ad89234df8fffeb82470018c3da3d72fe0596f36b6cd930901af70fb0e2b1e18050d975ad174846b7617060deb65bd27cb382fa12e2d7bf67f41cee7cf4
data/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  The most powerful notification solution for Rails. NotificationsRails simplifies the handling, rendering, user-integration and cross-platform pushing of notifications through its simple API.
6
6
 
7
+ It integrated with the [Native](https://github.com/NativeGap/native-rails) gem to allow you to create a cross platform Rails app.
8
+
7
9
  ---
8
10
 
9
11
  ## Table of Contents
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notification-handler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta3
4
+ version: 1.0.0.beta4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Hübotter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-25 00:00:00.000000000 Z
11
+ date: 2017-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties