rails_notice 1.0.0 → 1.0.1
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4bda6c602631a3fdf5cc0d896aaf790cc4d0bd4c7f2627987c99f460b26b6388
|
4
|
+
data.tar.gz: 92447234ba79cbf5581b25f9110764cfef53bfd5aacf62e88821156529470f7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37f15f271d3b715706407377594febace0896215de9853d9627cb2555a70cd478fe93fa297f309686265490f9bb87c019356853a2e1cb1c6ec1b67c39701607e
|
7
|
+
data.tar.gz: 8f83cdaef9b46c7d0e254ec962c07a2e6a9171a5016017806e465f393207f145740e85197f7acd9198a91ac61d448c3ee112271372351ad20f50a1e74bc31ed7
|
data/LICENSE
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
GNU LESSER GENERAL PUBLIC LICENSE
|
2
2
|
Version 3, 29 June 2007
|
3
3
|
|
4
|
-
Copyright (C)
|
4
|
+
Copyright (C) 2018 Mingyuan Qin.
|
5
5
|
Everyone is permitted to copy and distribute verbatim copies
|
6
6
|
of this license document, but changing it is not allowed.
|
7
7
|
|
File without changes
|
data/lib/rails_notice/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_notice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- qinmingyuan
|
@@ -49,7 +49,7 @@ files:
|
|
49
49
|
- app/assets/stylesheets/rails_notice/messenger-theme-air.css
|
50
50
|
- app/assets/stylesheets/rails_notice/messenger.css
|
51
51
|
- app/channels/notices_channel.rb
|
52
|
-
- app/channels/
|
52
|
+
- app/channels/rails_notice_connection.rb
|
53
53
|
- app/controllers/concerns/rails_notice_controller.rb
|
54
54
|
- app/controllers/rails_notice_admin/base_controller.rb
|
55
55
|
- app/controllers/rails_notice_admin/notification_settings_controller.rb
|
@@ -107,7 +107,7 @@ files:
|
|
107
107
|
- lib/tasks/the_notify_tasks.rake
|
108
108
|
homepage: https://github.com/yougexiangfa/rails_notice
|
109
109
|
licenses:
|
110
|
-
-
|
110
|
+
- LGPL-3.0
|
111
111
|
metadata: {}
|
112
112
|
post_install_message:
|
113
113
|
rdoc_options: []
|