runger_email_reply_trimmer 0.2.2 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 336e6d2df8545044ebbfb84c410090a657ccd90633a71d60e9a5a1c6dae256bf
4
- data.tar.gz: de707a40b583c717bbeb6965158c1af16b88e937491e55a53ebfedac372797e3
3
+ metadata.gz: 2742b02c24184bd347830c2f3921efe6708c6477233fe415f87c271504fc007f
4
+ data.tar.gz: 99c8b9f24bcd69a4c6a57f95a61436204fbd3e511f40349c19243ac7350e8c40
5
5
  SHA512:
6
- metadata.gz: 19d34b9bca022e79c1356e1f3b2f0cdea0152730c88b392aa260df4ce911c3311d0740d4743a708d48c26302b9851cafab5e8b3094697800792a13641462ec7e
7
- data.tar.gz: '085452dc10e8b1dc0f208c77c32491384a064579aadceb14067ee22d0e906c6fb47277b77a41efa6ae73cb00881cc2dbd0fc143489b51579e4d3580a38638d5f'
6
+ metadata.gz: 53c85b000ddda6c4b289f764f1c8002f9c717fd7d6139df4afeef921bc16e559c78322db145cb0f69dcecc81e8951e6b76f3bb0edf6c0df4b06fd386f6f7bf0c
7
+ data.tar.gz: 21a1cc3fad038e21cebc45af4e489452f6ba2e89e12721d33946f4da53fbdc9642de7e0447490b9029b49b78c8dbc1a9e23e4b68c1e6f59ea0927f1846922f14
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.3.0 (2024-06-15)
2
+ ### Internal
3
+ - Bump runger_release_assistant from 0.6.0 to 0.8.0
4
+
1
5
  ## v0.2.2 (2023-05-30)
2
6
  ### Changed
3
7
  - Update dependencies
data/Gemfile CHANGED
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ ruby file: '.ruby-version'
4
+
3
5
  source 'https://rubygems.org'
4
6
 
5
7
  # Specify your gem's dependencies in runger_email_reply_trimmer.gemspec
@@ -11,7 +13,7 @@ end
11
13
 
12
14
  group :development, :test do
13
15
  gem 'minitest', '~> 5', require: false
14
- gem 'rake', '~> 12', require: false
16
+ gem 'rake', '~> 13', require: false
15
17
  gem 'rubocop', require: false
16
18
  gem 'runger_style', require: false
17
19
  end
data/Gemfile.lock CHANGED
@@ -1,55 +1,72 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runger_email_reply_trimmer (0.2.2)
4
+ runger_email_reply_trimmer (0.3.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activesupport (7.0.5)
9
+ activesupport (7.1.3.4)
10
+ base64
11
+ bigdecimal
10
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
+ connection_pool (>= 2.2.5)
14
+ drb
11
15
  i18n (>= 1.6, < 2)
12
16
  minitest (>= 5.1)
17
+ mutex_m
13
18
  tzinfo (~> 2.0)
14
19
  ast (2.4.2)
15
- colorize (0.8.1)
16
- concurrent-ruby (1.2.2)
17
- i18n (1.13.0)
20
+ base64 (0.2.0)
21
+ bigdecimal (3.1.8)
22
+ concurrent-ruby (1.3.3)
23
+ connection_pool (2.4.1)
24
+ drb (2.2.1)
25
+ i18n (1.14.5)
18
26
  concurrent-ruby (~> 1.0)
19
- json (2.6.3)
20
- memo_wise (1.7.0)
21
- minitest (5.18.0)
22
- parallel (1.23.0)
23
- parser (3.2.2.1)
27
+ json (2.7.2)
28
+ language_server-protocol (3.17.0.3)
29
+ memo_wise (1.9.0)
30
+ minitest (5.23.1)
31
+ mutex_m (0.2.0)
32
+ parallel (1.25.1)
33
+ parser (3.3.3.0)
24
34
  ast (~> 2.4.1)
35
+ racc
36
+ prism (0.30.0)
37
+ racc (1.8.0)
25
38
  rainbow (3.1.1)
26
- rake (12.3.3)
27
- regexp_parser (2.8.0)
28
- rexml (3.2.5)
29
- rubocop (1.51.0)
39
+ rake (13.2.1)
40
+ regexp_parser (2.9.2)
41
+ rexml (3.3.0)
42
+ strscan
43
+ rubocop (1.64.1)
30
44
  json (~> 2.3)
45
+ language_server-protocol (>= 3.17.0)
31
46
  parallel (~> 1.10)
32
- parser (>= 3.2.0.0)
47
+ parser (>= 3.3.0.2)
33
48
  rainbow (>= 2.2.2, < 4.0)
34
49
  regexp_parser (>= 1.8, < 3.0)
35
50
  rexml (>= 3.2.5, < 4.0)
36
- rubocop-ast (>= 1.28.0, < 2.0)
51
+ rubocop-ast (>= 1.31.1, < 2.0)
37
52
  ruby-progressbar (~> 1.7)
38
53
  unicode-display_width (>= 2.4.0, < 3.0)
39
- rubocop-ast (1.28.1)
40
- parser (>= 3.2.1.0)
54
+ rubocop-ast (1.31.3)
55
+ parser (>= 3.3.1.0)
41
56
  ruby-progressbar (1.13.0)
42
- runger_release_assistant (0.4.2)
57
+ runger_release_assistant (0.8.0)
43
58
  activesupport (>= 6, < 8)
44
- colorize (~> 0.8)
45
59
  memo_wise (>= 1.7, < 2)
60
+ rainbow (>= 3.0, < 4)
46
61
  slop (~> 4.8)
47
- runger_style (0.3.0)
62
+ runger_style (2.6.0)
63
+ prism (>= 0.24.0)
48
64
  rubocop (>= 1.38.0, < 2)
49
65
  slop (4.10.1)
66
+ strscan (3.1.0)
50
67
  tzinfo (2.0.6)
51
68
  concurrent-ruby (~> 1.0)
52
- unicode-display_width (2.4.2)
69
+ unicode-display_width (2.5.0)
53
70
 
54
71
  PLATFORMS
55
72
  x86_64-darwin-20
@@ -57,11 +74,14 @@ PLATFORMS
57
74
 
58
75
  DEPENDENCIES
59
76
  minitest (~> 5)
60
- rake (~> 12)
77
+ rake (~> 13)
61
78
  rubocop
62
79
  runger_email_reply_trimmer!
63
80
  runger_release_assistant
64
81
  runger_style
65
82
 
83
+ RUBY VERSION
84
+ ruby 3.3.3p89
85
+
66
86
  BUNDLED WITH
67
- 2.4.13
87
+ 2.5.11
data/bin/release CHANGED
@@ -16,8 +16,8 @@ if File.file?(bundle_binstub)
16
16
  if File.read(bundle_binstub, 300).include?('This file was generated by Bundler')
17
17
  load(bundle_binstub)
18
18
  else
19
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
19
+ abort('Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
+ Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.')
21
21
  end
22
22
  end
23
23
 
data/bin/rubocop CHANGED
@@ -16,8 +16,8 @@ if File.file?(bundle_binstub)
16
16
  if File.read(bundle_binstub, 300).include?('This file was generated by Bundler')
17
17
  load(bundle_binstub)
18
18
  else
19
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
19
+ abort('Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
+ Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.')
21
21
  end
22
22
  end
23
23
 
@@ -30,7 +30,7 @@ module EmailHeaderMatcher
30
30
 
31
31
  EMAIL_HEADERS_WITH_DATE_REGEXES =
32
32
  EMAIL_HEADERS_WITH_DATE_MARKERS.map do |header|
33
- /^[[:blank:]*]*(?:#{header.join("|")})[[:blank:]*]*:.*\d+/
33
+ /^[[:blank:]*]*(?:#{header.join('|')})[[:blank:]*]*:.*\d+/
34
34
  end
35
35
 
36
36
  EMAIL_HEADERS_WITH_TEXT_MARKERS = [
@@ -58,7 +58,7 @@ module EmailHeaderMatcher
58
58
 
59
59
  EMAIL_HEADERS_WITH_TEXT_REGEXES =
60
60
  EMAIL_HEADERS_WITH_TEXT_MARKERS.map do |header|
61
- /^[[:blank:]*]*(?:#{header.join("|")})[[:blank:]*]*:.*[[:word:]]+/i
61
+ /^[[:blank:]*]*(?:#{header.join('|')})[[:blank:]*]*:.*[[:word:]]+/i
62
62
  end
63
63
 
64
64
  EMAIL_HEADER_REGEXES = [
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RungerEmailReplyTrimmer
4
- VERSION = '0.2.2'
4
+ VERSION = '0.3.0'
5
5
  end
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env zsh
2
+
3
+ { ( bundle install && osascript -e 'display notification "bundle install" with title "Job completed"' ) & disown } > /dev/null 2>&1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runger_email_reply_trimmer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-05-30 00:00:00.000000000 Z
12
+ date: 2024-06-16 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: RungerEmailReplyTrimmer is a library to trim replies from plain text
15
15
  email.
@@ -36,6 +36,7 @@ files:
36
36
  - lib/runger_email_reply_trimmer/quote_matcher.rb
37
37
  - lib/runger_email_reply_trimmer/signature_matcher.rb
38
38
  - lib/runger_email_reply_trimmer/version.rb
39
+ - personal/installer_executables/ruby.sh
39
40
  - runger_email_reply_trimmer.gemspec
40
41
  - test/before/email_headers_1.txt
41
42
  - test/before/email_headers_2.txt
@@ -269,7 +270,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
269
270
  - !ruby/object:Gem::Version
270
271
  version: '0'
271
272
  requirements: []
272
- rubygems_version: 3.4.13
273
+ rubygems_version: 3.5.11
273
274
  signing_key:
274
275
  specification_version: 4
275
276
  summary: Library to trim replies from plain text email.