webspicy 0.20.14 → 0.20.15

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
  SHA256:
3
- metadata.gz: 2a89789c42cdaf51eb907eaf6053eef356acff66102ccb1f579bbb2a85168e56
4
- data.tar.gz: 8afcba7ec470f2689300f2f9fe4122b7e0e11981617812fc5ce031df213adeb3
3
+ metadata.gz: 619e62aacf29510854c621123e81619b5ba0f4417965a5b6c3c13bfc3fbd2a74
4
+ data.tar.gz: b7e6096ab8accc6bbb33ec8a5ccfa7b60ad48b47e5116cd01d00c170141af79d
5
5
  SHA512:
6
- metadata.gz: fe767864fe5185515cfc9e20a7e5941ba1907979f86904920811c0c44821b8dcf7901f847b310db703497c83a18278b340b6ba30a018c44233660c82657625ec
7
- data.tar.gz: 749a0253312d49f05f46e5bd3022c2b657ddccfa0046fc0bdc70a68028161fc68c6f53d0c8e1b3e1cae00e333eb8b8c6429a3034090f5a1e54ea9b8958e81f2f
6
+ metadata.gz: 0b5cd9d03131cdd24c87141218801a6926ebe72b53d3621f2afbc6e754575b67e3fd7bce9fdbf3971c8a97bc468771b8795f661b0093e23cdfedcdf503098480
7
+ data.tar.gz: 299b2c6d53792dfb58923305f7980d7b57c72c529a2ce4d99047c0691dd9d5a6093981aca0d879c7625d8cfa84d4fd1ccd331956d46281e0ed68cca1b5c108eb
@@ -11,7 +11,7 @@ module Webspicy
11
11
  attr_reader :data
12
12
 
13
13
  def from
14
- email.from
14
+ email.from[0]
15
15
  end
16
16
 
17
17
  def recipients
@@ -2,7 +2,7 @@ module Webspicy
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 20
5
- TINY = 14
5
+ TINY = 15
6
6
  end
7
7
  VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
8
8
  end
@@ -50,7 +50,7 @@ module Webspicy
50
50
  }
51
51
 
52
52
  it 'works as expected' do
53
- expect(subject.from).to eql(["noreply@webspicy.io"])
53
+ expect(subject.from).to eql("noreply@webspicy.io")
54
54
  expect(subject.to).to eql(["someone@world.com", "someoneelse@world.com"])
55
55
  expect(subject.cc).to eql(["a-cc-recipient@world.com"])
56
56
  expect(subject.bcc).to eql(["a-bcc-recipient@world.com"])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webspicy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.14
4
+ version: 0.20.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bernard Lambeau