vf-email-handler 0.2.0 → 0.2.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 618ef3b9e7d47824e563e972a05b8ecd6857ffa5
4
- data.tar.gz: 039636735349783a9edc4a5b3729d865ee45d60a
3
+ metadata.gz: aac541488ba49892b79539bb3450e11c871401cd
4
+ data.tar.gz: 2a8c5c859433f488fe89d89fb54a13e02b4302b1
5
5
  SHA512:
6
- metadata.gz: 048f6fc367396cc90684db7ab3c526886900a6d53a383afcd679388a309d686d34c752519eb2eade947b724a93977b099392c364d64b5cd0c1119d83c8e85b00
7
- data.tar.gz: bb123e3a4c3adabd9167fc1552c27b896f737381b50f8b026a8d9584edb897c84f8a80c8273fa7e49d6c517b9dcf06c165688f87e693d1943cdbca292fd37560
6
+ metadata.gz: 899643d1fda9eb9590b1b16abcc1184091a261f1941b8c2b31db9f89f50c523abed448a89c5239c2bb4eac7417db95585548d2e2f287c655c1bcdb38113131a5
7
+ data.tar.gz: 6490941981ef1a2a46fb70471d75e2256471c010e61be6d647c3455a878e1a071fa834e425cee2256c3549a5b1bd4a70bb4bb4ff497cd67c7861f16399d8eddc
@@ -43,7 +43,7 @@ elsif ARGV[0] == 'run'
43
43
  puts STARTED
44
44
  rescue Errno::ENOENT
45
45
  puts MISSING_CONFIG
46
- rescue AWS::SES::ResponseError, AWS::SQS::Errors::IncompleteSignature
46
+ rescue AWS::SQS::Errors::IncompleteSignature
47
47
  puts BAD_AWS_CREDENTIALS
48
48
  rescue AWS::SQS::Errors::NonExistentQueue
49
49
  puts NO_SUCH_QUEUE
@@ -1,4 +1,4 @@
1
1
  # Current version of the handler
2
2
  module MailHandler
3
- VERSION = '0.2.0'
3
+ VERSION = '0.2.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vf-email-handler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Videofy