qywechat-notifier 0.1.0 → 0.3.0

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: 68563940ee548620b221f26b8aa537982418cf062a6271ed8cacccb06ba73f07
4
- data.tar.gz: '024985d77aa5efe3a0d93e5a831662f0bcd08bad00dbf5d2981c7e9d0e9dbfb1'
3
+ metadata.gz: 6ef2a402481e5dc39050d1da78d3fa56baf1211f5ec24156cddaf1882dfd7035
4
+ data.tar.gz: 273bbf02d2e0aee4970ea5bda91185e23ed16dd7a731bbcf9515f378bc826e61
5
5
  SHA512:
6
- metadata.gz: 3a13d0b05f11967f791a2aa013a7324871d0884e8d49cd3a1b230cdd89d7fbae6ec8f5e65f57fe91fc47462ed392b835cde7d35b79bc6ca50f259f1fde77a6be
7
- data.tar.gz: fab808dd730c420445c5f96243fbd6e8575f944a265cd43ec9ee1c57100383b963e2e587329c476b6c03148a8c2725c9b8d0361bdd201fbbfa702ebf81613c69
6
+ metadata.gz: 5a13cd1b0ea24826c8818b25578b85cdb8770f7a7c31a1556071af027f23ffacb650cc1457f18e8b674d766fb2bb46c8d6a9b904661f7d37c5d4865b0d94334f
7
+ data.tar.gz: 8e428d6d0c8de5b05dd4b05b5fbe1cf0dee1e83259602fdac0dd7d8e6ee23d60eb80099e5039762b010a8c62d238e9b7f2b4c977d6001ab237db913178b98945
data/Gemfile.lock CHANGED
@@ -1,12 +1,90 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- qywechat-notifier (0.1.0)
4
+ qywechat-notifier (0.3.0)
5
+ exception_notification
6
+ http
5
7
 
6
8
  GEM
7
9
  remote: https://rubygems.org/
8
10
  specs:
11
+ actionmailer (5.2.3)
12
+ actionpack (= 5.2.3)
13
+ actionview (= 5.2.3)
14
+ activejob (= 5.2.3)
15
+ mail (~> 2.5, >= 2.5.4)
16
+ rails-dom-testing (~> 2.0)
17
+ actionpack (5.2.3)
18
+ actionview (= 5.2.3)
19
+ activesupport (= 5.2.3)
20
+ rack (~> 2.0)
21
+ rack-test (>= 0.6.3)
22
+ rails-dom-testing (~> 2.0)
23
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
+ actionview (5.2.3)
25
+ activesupport (= 5.2.3)
26
+ builder (~> 3.1)
27
+ erubi (~> 1.4)
28
+ rails-dom-testing (~> 2.0)
29
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
30
+ activejob (5.2.3)
31
+ activesupport (= 5.2.3)
32
+ globalid (>= 0.3.6)
33
+ activesupport (5.2.3)
34
+ concurrent-ruby (~> 1.0, >= 1.0.2)
35
+ i18n (>= 0.7, < 2)
36
+ minitest (~> 5.1)
37
+ tzinfo (~> 1.1)
38
+ addressable (2.6.0)
39
+ public_suffix (>= 2.0.2, < 4.0)
40
+ builder (3.2.3)
41
+ concurrent-ruby (1.1.5)
42
+ crass (1.0.4)
43
+ domain_name (0.5.20180417)
44
+ unf (>= 0.0.5, < 1.0.0)
45
+ erubi (1.8.0)
46
+ exception_notification (4.3.0)
47
+ actionmailer (>= 4.0, < 6)
48
+ activesupport (>= 4.0, < 6)
49
+ globalid (0.4.2)
50
+ activesupport (>= 4.2.0)
51
+ http (3.3.0)
52
+ addressable (~> 2.3)
53
+ http-cookie (~> 1.0)
54
+ http-form_data (~> 2.0)
55
+ http_parser.rb (~> 0.6.0)
56
+ http-cookie (1.0.3)
57
+ domain_name (~> 0.5)
58
+ http-form_data (2.1.1)
59
+ http_parser.rb (0.6.0)
60
+ i18n (1.6.0)
61
+ concurrent-ruby (~> 1.0)
62
+ loofah (2.2.3)
63
+ crass (~> 1.0.2)
64
+ nokogiri (>= 1.5.9)
65
+ mail (2.7.1)
66
+ mini_mime (>= 0.1.1)
67
+ mini_mime (1.0.1)
68
+ mini_portile2 (2.4.0)
69
+ minitest (5.11.3)
70
+ nokogiri (1.10.3)
71
+ mini_portile2 (~> 2.4.0)
72
+ public_suffix (3.0.3)
73
+ rack (2.0.7)
74
+ rack-test (1.1.0)
75
+ rack (>= 1.0, < 3)
76
+ rails-dom-testing (2.0.3)
77
+ activesupport (>= 4.2.0)
78
+ nokogiri (>= 1.6)
79
+ rails-html-sanitizer (1.0.4)
80
+ loofah (~> 2.2, >= 2.2.2)
9
81
  rake (10.5.0)
82
+ thread_safe (0.3.6)
83
+ tzinfo (1.2.5)
84
+ thread_safe (~> 0.1)
85
+ unf (0.1.4)
86
+ unf_ext
87
+ unf_ext (0.0.7.6)
10
88
 
11
89
  PLATFORMS
12
90
  ruby
data/README.md CHANGED
@@ -6,10 +6,17 @@
6
6
 
7
7
  Add this line to your Rails application's Gemfile:
8
8
 
9
+ ```ruby
10
+ gem 'qywechat-notifier'
11
+ ```
12
+
13
+ or use the lastest version on Github:
14
+
9
15
  ```ruby
10
16
  gem 'qywechat-notifier', github: 'dao42/qywechat-notifier'
11
17
  ```
12
18
 
19
+
13
20
  And then execute:
14
21
 
15
22
  $ bundle
@@ -1,3 +1,4 @@
1
+ require 'exception_notification'
1
2
  require 'qywechat/notifier'
2
3
 
3
4
  module ExceptionNotifier
@@ -1,3 +1,5 @@
1
+ require 'http'
2
+
1
3
  module Qywechat
2
4
  module Notifier
3
5
  module QyAPI
@@ -1,5 +1,5 @@
1
1
  module Qywechat
2
2
  module Notifier
3
- VERSION = "0.1.0"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["chen1125he@163.com"]
11
11
 
12
12
  spec.summary = %q{qywechat exception notifier}
13
- spec.homepage = "https://github.com/80percent/qywechat-notifier"
13
+ spec.homepage = "https://github.com/dao42/qywechat-notifier"
14
14
  spec.license = "MIT"
15
15
 
16
16
  # Specify which files should be added to the gem when it is released.
@@ -24,4 +24,7 @@ Gem::Specification.new do |spec|
24
24
 
25
25
  spec.add_development_dependency "bundler", "~> 2.0"
26
26
  spec.add_development_dependency "rake", "~> 10.0"
27
+
28
+ spec.add_dependency('exception_notification')
29
+ spec.add_dependency('http')
27
30
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qywechat-notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - yunyi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-23 00:00:00.000000000 Z
11
+ date: 2019-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -38,6 +38,34 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: exception_notification
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: http
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
41
69
  description:
42
70
  email:
43
71
  - chen1125he@163.com
@@ -66,7 +94,7 @@ files:
66
94
  - lib/qywechat/railtie.rb
67
95
  - lib/tasks/create_groupchat.rake
68
96
  - qywechat-notifier.gemspec
69
- homepage: https://github.com/80percent/qywechat-notifier
97
+ homepage: https://github.com/dao42/qywechat-notifier
70
98
  licenses:
71
99
  - MIT
72
100
  metadata: {}