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.
- checksums.yaml +4 -4
- data/README.md +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9c5ad9bb8d4d9aab6c6263a8a55a56c8bd8a083ab1c6b7369495911ff51bfc4
|
4
|
+
data.tar.gz: 256f0445a28e3210fefa82b79d630bc43d00a1dc8b3cab052e15c0b2abfa5506
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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-
|
11
|
+
date: 2017-12-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|