imap-filter 0.1.4 → 0.1.5
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/.ruby-version +1 -1
- data/.semver +1 -1
- data/Gemfile.lock +29 -29
- data/imap-filter.gemspec +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee49a284150d02f2fc96b2d8b4e42d6c443c5649
|
|
4
|
+
data.tar.gz: a02ef443befe880aa81febd0b84b36483b60bbbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 748d10f802fa7a7991284ee588afccf0ec9daa87177bd651ecd03eeffbb2a6744d0749b80366641b8f9bedc59eab5e782619e2e80da64d4d890c441ccccaad50
|
|
7
|
+
data.tar.gz: 961cddf4ba3241918aded23f32806114d2f95783d905b9a5e347e2bb6e0b67f2a051eb487be936f14caf7b30fe50dd2564b716e63ac140c4552767c50c506fe6
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.4.
|
|
1
|
+
2.4.2
|
data/.semver
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
GEM
|
|
2
2
|
remote: https://rubygems.org/
|
|
3
3
|
specs:
|
|
4
|
-
addressable (2.
|
|
4
|
+
addressable (2.5.2)
|
|
5
|
+
public_suffix (>= 2.0.2, < 4.0)
|
|
5
6
|
aspector (0.14.0)
|
|
6
7
|
awesome_print (1.8.0)
|
|
7
|
-
binding_of_caller (0.7.
|
|
8
|
+
binding_of_caller (0.7.3)
|
|
8
9
|
debug_inspector (>= 0.0.1)
|
|
9
10
|
builder (3.2.3)
|
|
10
11
|
byebug (9.1.0)
|
|
@@ -15,18 +16,17 @@ GEM
|
|
|
15
16
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
16
17
|
diff-lcs (1.3)
|
|
17
18
|
docile (1.1.5)
|
|
18
|
-
faraday (0.
|
|
19
|
+
faraday (0.12.2)
|
|
19
20
|
multipart-post (>= 1.2, < 3)
|
|
20
21
|
git (1.3.0)
|
|
21
|
-
github_api (0.
|
|
22
|
-
addressable (~> 2.4
|
|
22
|
+
github_api (0.18.2)
|
|
23
|
+
addressable (~> 2.4)
|
|
23
24
|
descendants_tracker (~> 0.0.4)
|
|
24
|
-
faraday (~> 0.8
|
|
25
|
-
hashie (>= 3.
|
|
26
|
-
mime-types (>= 1.16, < 3.0)
|
|
25
|
+
faraday (~> 0.8)
|
|
26
|
+
hashie (~> 3.5, >= 3.5.2)
|
|
27
27
|
oauth2 (~> 1.0)
|
|
28
28
|
hashie (3.5.6)
|
|
29
|
-
highline (1.7.
|
|
29
|
+
highline (1.7.10)
|
|
30
30
|
interception (0.5)
|
|
31
31
|
json (2.1.0)
|
|
32
32
|
juwelier (2.4.7)
|
|
@@ -44,8 +44,7 @@ GEM
|
|
|
44
44
|
jwt (1.5.6)
|
|
45
45
|
kamelcase (0.0.1)
|
|
46
46
|
semver2 (~> 3)
|
|
47
|
-
method_source (0.
|
|
48
|
-
mime-types (2.99.3)
|
|
47
|
+
method_source (0.9.0)
|
|
49
48
|
mini_portile2 (2.3.0)
|
|
50
49
|
multi_json (1.12.2)
|
|
51
50
|
multi_xml (0.6.0)
|
|
@@ -58,10 +57,10 @@ GEM
|
|
|
58
57
|
multi_json (~> 1.3)
|
|
59
58
|
multi_xml (~> 0.5)
|
|
60
59
|
rack (>= 1.2, < 3)
|
|
61
|
-
pry (0.11.
|
|
60
|
+
pry (0.11.3)
|
|
62
61
|
coderay (~> 1.1.0)
|
|
63
|
-
method_source (~> 0.
|
|
64
|
-
pry-byebug (3.5.
|
|
62
|
+
method_source (~> 0.9.0)
|
|
63
|
+
pry-byebug (3.5.1)
|
|
65
64
|
byebug (~> 9.1)
|
|
66
65
|
pry (~> 0.10)
|
|
67
66
|
pry-doc (0.11.1)
|
|
@@ -76,23 +75,24 @@ GEM
|
|
|
76
75
|
pry-stack_explorer (0.4.9.2)
|
|
77
76
|
binding_of_caller (>= 0.7)
|
|
78
77
|
pry (>= 0.9.11)
|
|
79
|
-
psych (
|
|
78
|
+
psych (3.0.1)
|
|
79
|
+
public_suffix (3.0.1)
|
|
80
80
|
rack (2.0.3)
|
|
81
|
-
rake (12.
|
|
81
|
+
rake (12.3.0)
|
|
82
82
|
rdoc (3.9.5)
|
|
83
|
-
rspec (3.
|
|
84
|
-
rspec-core (~> 3.
|
|
85
|
-
rspec-expectations (~> 3.
|
|
86
|
-
rspec-mocks (~> 3.
|
|
87
|
-
rspec-core (3.
|
|
88
|
-
rspec-support (~> 3.
|
|
89
|
-
rspec-expectations (3.
|
|
83
|
+
rspec (3.7.0)
|
|
84
|
+
rspec-core (~> 3.7.0)
|
|
85
|
+
rspec-expectations (~> 3.7.0)
|
|
86
|
+
rspec-mocks (~> 3.7.0)
|
|
87
|
+
rspec-core (3.7.0)
|
|
88
|
+
rspec-support (~> 3.7.0)
|
|
89
|
+
rspec-expectations (3.7.0)
|
|
90
90
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
91
|
-
rspec-support (~> 3.
|
|
92
|
-
rspec-mocks (3.
|
|
91
|
+
rspec-support (~> 3.7.0)
|
|
92
|
+
rspec-mocks (3.7.0)
|
|
93
93
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
94
|
-
rspec-support (~> 3.
|
|
95
|
-
rspec-support (3.
|
|
94
|
+
rspec-support (~> 3.7.0)
|
|
95
|
+
rspec-support (3.7.0)
|
|
96
96
|
semver2 (3.4.2)
|
|
97
97
|
simplecov (0.15.1)
|
|
98
98
|
docile (~> 1.1.0)
|
|
@@ -103,7 +103,7 @@ GEM
|
|
|
103
103
|
text-table (1.2.4)
|
|
104
104
|
thor (0.20.0)
|
|
105
105
|
thread_safe (0.3.6)
|
|
106
|
-
yard (0.9.
|
|
106
|
+
yard (0.9.12)
|
|
107
107
|
|
|
108
108
|
PLATFORMS
|
|
109
109
|
ruby
|
|
@@ -130,4 +130,4 @@ DEPENDENCIES
|
|
|
130
130
|
yard (~> 0)
|
|
131
131
|
|
|
132
132
|
BUNDLED WITH
|
|
133
|
-
1.
|
|
133
|
+
1.16.0
|
data/imap-filter.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: imap-filter 0.1.
|
|
5
|
+
# stub: imap-filter 0.1.5 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "imap-filter".freeze
|
|
9
|
-
s.version = "0.1.
|
|
9
|
+
s.version = "0.1.5"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
13
13
|
s.authors = ["Fred Mitchell".freeze]
|
|
14
|
-
s.date = "2017-
|
|
14
|
+
s.date = "2017-12-15"
|
|
15
15
|
s.description = "\n imap-filter is a Ruby implementation of an IMAP filtering application.\n it can handle multiple IMAP accounts, and create IMAP folders automatically\n where none exists.\n\n The imap-filter DSL makes it easy to filter. You can also do \"dry-runs\"\n to make sure what happens is what is expected.".freeze
|
|
16
16
|
s.email = "fred.mitchell@gmx.de".freeze
|
|
17
17
|
s.executables = ["imap-filter".freeze]
|
|
@@ -45,7 +45,7 @@ Gem::Specification.new do |s|
|
|
|
45
45
|
s.homepage = "http://github.com/flajann2/imap-filter".freeze
|
|
46
46
|
s.licenses = ["MIT".freeze]
|
|
47
47
|
s.required_ruby_version = Gem::Requirement.new(">= 2.2".freeze)
|
|
48
|
-
s.rubygems_version = "2.6.
|
|
48
|
+
s.rubygems_version = "2.6.13".freeze
|
|
49
49
|
s.summary = "IMAP Scriptable filter for one or multiple Email accounts.".freeze
|
|
50
50
|
|
|
51
51
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: imap-filter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fred Mitchell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-12-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: semver2
|
|
@@ -339,7 +339,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
339
339
|
version: '0'
|
|
340
340
|
requirements: []
|
|
341
341
|
rubyforge_project:
|
|
342
|
-
rubygems_version: 2.6.
|
|
342
|
+
rubygems_version: 2.6.13
|
|
343
343
|
signing_key:
|
|
344
344
|
specification_version: 4
|
|
345
345
|
summary: IMAP Scriptable filter for one or multiple Email accounts.
|