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: bc38e85c45f3dffeab80b9646739e00dd1aca5c3dae6f638bf50ca37819ddddb
4
- data.tar.gz: daf2eb474180eb892fd6bb65ef874c39efb9eb64f14753bc30f3e965ab784e71
3
+ metadata.gz: 4bda6c602631a3fdf5cc0d896aaf790cc4d0bd4c7f2627987c99f460b26b6388
4
+ data.tar.gz: 92447234ba79cbf5581b25f9110764cfef53bfd5aacf62e88821156529470f7d
5
5
  SHA512:
6
- metadata.gz: cbbdf966d9cf5ca59c95d346f70945acc35fbb99fa7ebaf456df3632ab505d3f2c00ff62f4cee9f40d0eb3dcc8c7745e9f7898b6e4dc37f943bf19b53d169ad3
7
- data.tar.gz: d19d35481af7ba49e55fec9a66d77cc89d5eb5fd47a98cdafe2cf7a41d03ea58a6961ec654f049f8fa96f240ff470ce79aa535d0c262d18ffd3d4059104b9851
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) 2007 Free Software Foundation, Inc. <http://fsf.org/>
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
 
@@ -1,3 +1,3 @@
1
1
  module RailsNotice
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
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.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/the_notify_connection.rb
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
- - MIT
110
+ - LGPL-3.0
111
111
  metadata: {}
112
112
  post_install_message:
113
113
  rdoc_options: []