lex-pushover 0.1.2 → 0.1.3

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: 5683cf3b5d1b45b32024abe43cb060c5f10d70236f2ede7dff9338ee31bb423c
4
- data.tar.gz: b2148a326361e5e72f58210914055342954da89697f08941cdcd519566c350a8
3
+ metadata.gz: 7aa80f989a93ae961c1cb4cc02185cc05dce494cd76c7168102e1f8c0640a8d1
4
+ data.tar.gz: f29dd1984c731a97492dd2ecb7ea19e969af739235094c2fda94cd99d761969a
5
5
  SHA512:
6
- metadata.gz: 06cb1d5037b3c219ea6bfe7bbc7ebfb49f5bdccc7bacd89d14f852b1124890a0171249dd28b1e0f00036771521198da5ee68ab82c73adfe23181f405a31316a0
7
- data.tar.gz: 7191893a63f3e9c8e969bf62bc030d5596849e5dc4c8461c2ffd9e1ab95a510dacd092159d6e8da7bf5b8485aa1543e2e7bd9ea0f3ec962a8ee5d0c38a2b09c5
6
+ metadata.gz: bf713181fb28905a727709a52ed6f63ab872a8c7184f1f57ba531a5e56af013ca3df365c13aa039d5d9442f7b6837def6fe4cf8589dbfc9f8691a7b280fd7d5b
7
+ data.tar.gz: c0079b9e938cf59b604af38a4be46e79e5902c327768ee33a496ad0c481375a00c410d537e697b5aee7cea2b07e35b1d566082dd04d6c8e3b5980de5c84369ab
@@ -1,15 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lex-pushover (0.1.2)
4
+ lex-pushover (0.1.3)
5
5
  pushover (>= 3.0.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  ast (2.4.1)
11
- bigdecimal (2.0.0)
12
- codecov (0.2.8)
11
+ codecov (0.2.12)
13
12
  json
14
13
  simplecov
15
14
  diff-lcs (1.4.4)
@@ -17,10 +16,9 @@ GEM
17
16
  excon (0.76.0)
18
17
  gli (2.19.2)
19
18
  json (2.3.1)
20
- oj (3.10.12)
21
- bigdecimal (>= 1.0, < 3)
19
+ oj (3.10.14)
22
20
  parallel (1.19.2)
23
- parser (2.7.1.4)
21
+ parser (2.7.2.0)
24
22
  ast (~> 2.4.1)
25
23
  pushover (3.0.3)
26
24
  excon
@@ -28,13 +26,13 @@ GEM
28
26
  oj
29
27
  rainbow (3.0.0)
30
28
  rake (13.0.1)
31
- regexp_parser (1.7.1)
29
+ regexp_parser (1.8.2)
32
30
  rexml (3.2.4)
33
31
  rspec (3.9.0)
34
32
  rspec-core (~> 3.9.0)
35
33
  rspec-expectations (~> 3.9.0)
36
34
  rspec-mocks (~> 3.9.0)
37
- rspec-core (3.9.2)
35
+ rspec-core (3.9.3)
38
36
  rspec-support (~> 3.9.3)
39
37
  rspec-expectations (3.9.2)
40
38
  diff-lcs (>= 1.2.0, < 2.0)
@@ -45,28 +43,29 @@ GEM
45
43
  rspec-support (3.9.3)
46
44
  rspec_junit_formatter (0.4.1)
47
45
  rspec-core (>= 2, < 4, != 2.12.0)
48
- rubocop (0.89.1)
46
+ rubocop (0.93.1)
49
47
  parallel (~> 1.10)
50
- parser (>= 2.7.1.1)
48
+ parser (>= 2.7.1.5)
51
49
  rainbow (>= 2.2.2, < 4.0)
52
- regexp_parser (>= 1.7)
50
+ regexp_parser (>= 1.8)
53
51
  rexml
54
- rubocop-ast (>= 0.3.0, < 1.0)
52
+ rubocop-ast (>= 0.6.0)
55
53
  ruby-progressbar (~> 1.7)
56
54
  unicode-display_width (>= 1.4.0, < 2.0)
57
- rubocop-ast (0.3.0)
58
- parser (>= 2.7.1.4)
55
+ rubocop-ast (0.8.0)
56
+ parser (>= 2.7.1.5)
59
57
  rubocop-md (0.4.0)
60
58
  rubocop (~> 0.60)
61
- rubocop-performance (1.7.1)
62
- rubocop (>= 0.82.0)
63
- rubocop-rspec (1.43.1)
59
+ rubocop-performance (1.8.1)
60
+ rubocop (>= 0.87.0)
61
+ rubocop-ast (>= 0.4.0)
62
+ rubocop-rspec (1.43.2)
64
63
  rubocop (~> 0.87)
65
64
  ruby-progressbar (1.10.1)
66
65
  simplecov (0.19.0)
67
66
  docile (~> 1.1)
68
67
  simplecov-html (~> 0.11)
69
- simplecov-html (0.12.2)
68
+ simplecov-html (0.12.3)
70
69
  unicode-display_width (1.7.0)
71
70
 
72
71
  PLATFORMS
@@ -1,7 +1,7 @@
1
1
  module Legion
2
2
  module Extensions
3
3
  module Pushover
4
- VERSION = '0.1.2'.freeze
4
+ VERSION = '0.1.3'.freeze
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lex-pushover
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esity
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-24 00:00:00.000000000 Z
11
+ date: 2020-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -167,7 +167,7 @@ files:
167
167
  - Rakefile
168
168
  - bin/console
169
169
  - bin/setup
170
- - legion-extensions-pushover.gemspec
170
+ - lex-pushover.gemspec
171
171
  - lib/legion/extensions/pushover.rb
172
172
  - lib/legion/extensions/pushover/helpers/client.rb
173
173
  - lib/legion/extensions/pushover/runners/message.rb