notifications-rails 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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/INSTALL.md +2 -0
  3. data/README.md +2 -0
  4. metadata +12 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eae5e67e51c59322e6c460e54c96876e071936ff562785ceb34970b161676815
4
- data.tar.gz: c0c4686531abff2acf1784aabfb61187385333189b916b8375ddbcb30857d283
3
+ metadata.gz: 24384a71c54d552cc10ced4f94e2ddc461af0d91d53ca735ac1a17339e987b1b
4
+ data.tar.gz: 75444530201b780ff78bb3c9023eade2b588bdc0c255a5bdf2fd8ed79349dfbc
5
5
  SHA512:
6
- metadata.gz: 34bfc69887851c948ce4f44a3368a53e227f72b139ce2af89f407132062ef304fd652e7ba46ac7e83449c48b789d59d409bfd2eaf7618e3dc7d55e0f38fabb17
7
- data.tar.gz: e82525295d95d7a4c2613e1d8c3a9af7829477447697d4652714f34267253a3ff96adee6125f04f48276320d8f028529eeaa35aae0d62af515ad769009378b91
6
+ metadata.gz: 94b4d47570bc80b58d988cb0bf153ced91c77eb3934dbc548d6b646630e254ee601df388e9fdc315dab4704af749550f7fe1f88a247ef4fd63bc9c26fd26507c
7
+ data.tar.gz: f7a87605d67810c66f32652f3f047ea0302a131fc90e9f095b74657b03c3bdb2e99ce8c7a17474aec49cf5cab49a60d7c75f1b5949701097242fbeae418043fe
data/INSTALL.md CHANGED
@@ -3,10 +3,12 @@
3
3
 
4
4
  To wrap up installing NotificationsRails, run the generators to install each component.
5
5
 
6
+ ```
6
7
  rails g notification_handler:install
7
8
  rails g notification_renderer:install
8
9
  rails g notification_pusher:install
9
10
  rails g notification_settings:install
11
+ ```
10
12
 
11
13
 
12
14
  Learn more at https://github.com/jonhue/notifications-rails
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: notifications-rails
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: notification-handler
@@ -16,56 +16,56 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 1.0.0.beta3
19
+ version: 1.0.0.beta4
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 1.0.0.beta3
26
+ version: 1.0.0.beta4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: notification-renderer
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 1.0.0.beta3
33
+ version: 1.0.0.beta4
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 1.0.0.beta3
40
+ version: 1.0.0.beta4
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: notification-pusher
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 1.0.0.beta3
47
+ version: 1.0.0.beta4
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 1.0.0.beta3
54
+ version: 1.0.0.beta4
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: notification-settings
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 1.0.0.beta3
61
+ version: 1.0.0.beta4
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 1.0.0.beta3
68
+ version: 1.0.0.beta4
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rspec
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -115,10 +115,12 @@ post_install_message: |
115
115
 
116
116
  To wrap up installing NotificationsRails, run the generators to install each component.
117
117
 
118
+ ```
118
119
  rails g notification_handler:install
119
120
  rails g notification_renderer:install
120
121
  rails g notification_pusher:install
121
122
  rails g notification_settings:install
123
+ ```
122
124
 
123
125
 
124
126
  Learn more at https://github.com/jonhue/notifications-rails