imap-backup 2.0.0.rc4 → 2.0.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: b966a486d725df80c3b8d5c2781f5fe872262057eb4291c75f9c381fa6ce85d6
4
- data.tar.gz: eb8b7cb549218d74aaa83aa34ca6de2378b6d06781f549a393ca5f92f02b9bd9
3
+ metadata.gz: 334bd1417efce8e604aedbe1878d09bf2c79fce40c8efd3d2d70f2fa66a261bc
4
+ data.tar.gz: e217a9925ea2a8afeb7d3d26d72e644bbb58a0012c06b6f2b01c4595d24c2ae6
5
5
  SHA512:
6
- metadata.gz: 31195c33ead815c8cd32a30ab1326517d69c264e316358f112a50f6c7ebdec0613d475a03fb4910897819fc0796e7c52fe2839402a9d06cf1cba4bbf3cdee9f3
7
- data.tar.gz: 614d17d8c8e18f1354eb1c5f0802758df76ae50a32e70a82f33e9ab22dd97068eb8a7a5f612f39846892b86ed1d91e686750673eb0b85ae4bcf1f30421cd3a27
6
+ metadata.gz: b374fe448bf88411f2681c7c07159f34c06ed8c537f1dc8c18b41c60ca7c690693d0b1c672e7a31e85d38c0b50afbc9e1004344359273ef17f0ca148909a095f
7
+ data.tar.gz: 9be2593d7b380bd0c3d1af1a85a79d9a3662de74d078d0564fff08884c336325f1bb33c08f10582e48e0728178d80cc6a8633a26782641ee66861ca313eec9cc
@@ -17,8 +17,9 @@ Gem::Specification.new do |gem|
17
17
  gem.version = Imap::Backup::VERSION
18
18
 
19
19
  gem.post_install_message = <<-MESSAGE.gsub(/^\s{4}/m, "")
20
- When upgrading #{gem.name} from version 1.x to 2.x not that the
21
- metadata storage method has changed (from flat file to JSON).
20
+ Note that, when upgrading #{gem.name} from version 1.x to 2.x,
21
+ the metadata storage method has changed (from flat file to JSON).
22
+
22
23
  As a result, on the first run after an upgrade, old backup folders will be
23
24
  **deleted** and a full new backup created.
24
25
  MESSAGE
@@ -4,6 +4,5 @@ module Imap::Backup
4
4
  MAJOR = 2
5
5
  MINOR = 0
6
6
  REVISION = 0
7
- PRE = "rc4"
8
- VERSION = [MAJOR, MINOR, REVISION, PRE].compact.map(&:to_s).join(".")
7
+ VERSION = [MAJOR, MINOR, REVISION].compact.map(&:to_s).join(".")
9
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imap-backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc4
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Yates
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-21 00:00:00.000000000 Z
11
+ date: 2019-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -197,9 +197,9 @@ homepage: https://github.com/joeyates/imap-backup
197
197
  licenses: []
198
198
  metadata: {}
199
199
  post_install_message: |
200
- When upgrading imap-backup from version 1.x to 2.x not that the
201
- metadata storage method has changed (from flat file to JSON).
202
- As a result, on the first run after an upgrade, old backup folders will be
200
+ Note that, when upgrading imap-backup from version 1.x to 2.x,
201
+ the metadata storage method has changed (from flat file to JSON).
202
+ As a result, on the first run after an upgrade, old backup folders will be
203
203
  **deleted** and a full new backup created.
204
204
  rdoc_options: []
205
205
  require_paths:
@@ -211,12 +211,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
211
211
  version: 2.2.0
212
212
  required_rubygems_version: !ruby/object:Gem::Requirement
213
213
  requirements:
214
- - - ">"
214
+ - - ">="
215
215
  - !ruby/object:Gem::Version
216
- version: 1.3.1
216
+ version: '0'
217
217
  requirements: []
218
- rubyforge_project:
219
- rubygems_version: 2.7.6
218
+ rubygems_version: 3.0.3
220
219
  signing_key:
221
220
  specification_version: 4
222
221
  summary: Backup GMail (or other IMAP) accounts to disk