net-imap 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.

Potentially problematic release.


This version of net-imap might be problematic. Click here for more details.

metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: net-imap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shugo Maeda
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-03-17 00:00:00.000000000 Z
11
+ date: 2021-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-protocol
@@ -62,13 +62,22 @@ files:
62
62
  - ".github/workflows/test.yml"
63
63
  - ".gitignore"
64
64
  - Gemfile
65
- - Gemfile.lock
66
65
  - LICENSE.txt
67
66
  - README.md
68
67
  - Rakefile
69
68
  - bin/console
70
69
  - bin/setup
71
70
  - lib/net/imap.rb
71
+ - lib/net/imap/authenticators.rb
72
+ - lib/net/imap/authenticators/cram_md5.rb
73
+ - lib/net/imap/authenticators/digest_md5.rb
74
+ - lib/net/imap/authenticators/login.rb
75
+ - lib/net/imap/authenticators/plain.rb
76
+ - lib/net/imap/command_data.rb
77
+ - lib/net/imap/data_encoding.rb
78
+ - lib/net/imap/flags.rb
79
+ - lib/net/imap/response_data.rb
80
+ - lib/net/imap/response_parser.rb
72
81
  - net-imap.gemspec
73
82
  homepage: https://github.com/ruby/net-imap
74
83
  licenses:
data/Gemfile.lock DELETED
@@ -1,23 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- net-imap (0.1.0)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- power_assert (1.1.5)
10
- rake (13.0.1)
11
- test-unit (3.3.5)
12
- power_assert
13
-
14
- PLATFORMS
15
- ruby
16
-
17
- DEPENDENCIES
18
- net-imap!
19
- rake
20
- test-unit
21
-
22
- BUNDLED WITH
23
- 2.1.4