runger_email_reply_trimmer 0.2.1 → 0.2.2
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +11 -16
- data/bin/rubocop +27 -0
- data/lib/runger_email_reply_trimmer/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 336e6d2df8545044ebbfb84c410090a657ccd90633a71d60e9a5a1c6dae256bf
|
|
4
|
+
data.tar.gz: de707a40b583c717bbeb6965158c1af16b88e937491e55a53ebfedac372797e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19d34b9bca022e79c1356e1f3b2f0cdea0152730c88b392aa260df4ce911c3311d0740d4743a708d48c26302b9851cafab5e8b3094697800792a13641462ec7e
|
|
7
|
+
data.tar.gz: '085452dc10e8b1dc0f208c77c32491384a064579aadceb14067ee22d0e906c6fb47277b77a41efa6ae73cb00881cc2dbd0fc143489b51579e4d3580a38638d5f'
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,22 +1,12 @@
|
|
|
1
|
-
GIT
|
|
2
|
-
remote: https://github.com/davidrunger/release_assistant
|
|
3
|
-
revision: a278e05c53c700b8946e5fed16c7286eacb963e3
|
|
4
|
-
specs:
|
|
5
|
-
release_assistant (0.3.3.alpha)
|
|
6
|
-
activesupport (>= 6, < 8)
|
|
7
|
-
colorize (~> 0.8)
|
|
8
|
-
memoist (~> 0.16)
|
|
9
|
-
slop (~> 4.8)
|
|
10
|
-
|
|
11
1
|
PATH
|
|
12
2
|
remote: .
|
|
13
3
|
specs:
|
|
14
|
-
runger_email_reply_trimmer (0.2.
|
|
4
|
+
runger_email_reply_trimmer (0.2.2)
|
|
15
5
|
|
|
16
6
|
GEM
|
|
17
7
|
remote: https://rubygems.org/
|
|
18
8
|
specs:
|
|
19
|
-
activesupport (7.0.
|
|
9
|
+
activesupport (7.0.5)
|
|
20
10
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
21
11
|
i18n (>= 1.6, < 2)
|
|
22
12
|
minitest (>= 5.1)
|
|
@@ -27,7 +17,7 @@ GEM
|
|
|
27
17
|
i18n (1.13.0)
|
|
28
18
|
concurrent-ruby (~> 1.0)
|
|
29
19
|
json (2.6.3)
|
|
30
|
-
|
|
20
|
+
memo_wise (1.7.0)
|
|
31
21
|
minitest (5.18.0)
|
|
32
22
|
parallel (1.23.0)
|
|
33
23
|
parser (3.2.2.1)
|
|
@@ -49,7 +39,12 @@ GEM
|
|
|
49
39
|
rubocop-ast (1.28.1)
|
|
50
40
|
parser (>= 3.2.1.0)
|
|
51
41
|
ruby-progressbar (1.13.0)
|
|
52
|
-
|
|
42
|
+
runger_release_assistant (0.4.2)
|
|
43
|
+
activesupport (>= 6, < 8)
|
|
44
|
+
colorize (~> 0.8)
|
|
45
|
+
memo_wise (>= 1.7, < 2)
|
|
46
|
+
slop (~> 4.8)
|
|
47
|
+
runger_style (0.3.0)
|
|
53
48
|
rubocop (>= 1.38.0, < 2)
|
|
54
49
|
slop (4.10.1)
|
|
55
50
|
tzinfo (2.0.6)
|
|
@@ -63,10 +58,10 @@ PLATFORMS
|
|
|
63
58
|
DEPENDENCIES
|
|
64
59
|
minitest (~> 5)
|
|
65
60
|
rake (~> 12)
|
|
66
|
-
release_assistant!
|
|
67
61
|
rubocop
|
|
68
62
|
runger_email_reply_trimmer!
|
|
63
|
+
runger_release_assistant
|
|
69
64
|
runger_style
|
|
70
65
|
|
|
71
66
|
BUNDLED WITH
|
|
72
|
-
2.4.
|
|
67
|
+
2.4.13
|
data/bin/rubocop
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
#
|
|
5
|
+
# This file was generated by Bundler.
|
|
6
|
+
#
|
|
7
|
+
# The application 'rubocop' is installed as part of a gem, and
|
|
8
|
+
# this file is here to facilitate running it.
|
|
9
|
+
#
|
|
10
|
+
|
|
11
|
+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
|
|
12
|
+
|
|
13
|
+
bundle_binstub = File.expand_path('bundle', __dir__)
|
|
14
|
+
|
|
15
|
+
if File.file?(bundle_binstub)
|
|
16
|
+
if File.read(bundle_binstub, 300).include?('This file was generated by Bundler')
|
|
17
|
+
load(bundle_binstub)
|
|
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.")
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
require 'rubygems'
|
|
25
|
+
require 'bundler/setup'
|
|
26
|
+
|
|
27
|
+
load Gem.bin_path('rubocop', 'rubocop')
|
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.
|
|
4
|
+
version: 0.2.2
|
|
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-
|
|
12
|
+
date: 2023-05-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: RungerEmailReplyTrimmer is a library to trim replies from plain text
|
|
15
15
|
email.
|
|
@@ -27,6 +27,7 @@ files:
|
|
|
27
27
|
- README.md
|
|
28
28
|
- Rakefile
|
|
29
29
|
- bin/release
|
|
30
|
+
- bin/rubocop
|
|
30
31
|
- lib/runger_email_reply_trimmer.rb
|
|
31
32
|
- lib/runger_email_reply_trimmer/delimiter_matcher.rb
|
|
32
33
|
- lib/runger_email_reply_trimmer/email_header_matcher.rb
|
|
@@ -268,7 +269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
268
269
|
- !ruby/object:Gem::Version
|
|
269
270
|
version: '0'
|
|
270
271
|
requirements: []
|
|
271
|
-
rubygems_version: 3.4.
|
|
272
|
+
rubygems_version: 3.4.13
|
|
272
273
|
signing_key:
|
|
273
274
|
specification_version: 4
|
|
274
275
|
summary: Library to trim replies from plain text email.
|