anadea-mailsocio-qa 0.1.6 → 0.1.7

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: 5dee8f8acfd5994d7c03c6121e3b38b430e59b43
4
- data.tar.gz: 549bb8a9398d4d88ef02e0aea6aee1ca49cd9dcd
3
+ metadata.gz: cc5a7cbdae225e911aadca1d50317b48701ea263
4
+ data.tar.gz: afeb5f193b578d4e5fa50336034ffbf22b6f7014
5
5
  SHA512:
6
- metadata.gz: e3817a8e0cc41982e49264ccab0aa4602803fe61f3ada660abce020095d8561721fe7c807d97ab13985e498b3804520ba55802bb97b3480dbeabfd552f0debf5
7
- data.tar.gz: 62da4a8be903af86848fcf59ec2da3ae9869a5ce177ce71a58887ae0b52727b0df08071d6a4e033351ce5f2a6639c273d55258755a3613c69e277b977034a263
6
+ metadata.gz: d1607f6d87bd1530968ccac8aa9bacf00c1b08e586cb7566a037121e0281c1537ce74f1a561bd29482f7414489110ac1b79085f9b1cb7128308375a3edcc9ef6
7
+ data.tar.gz: 10508909e1f3b385c46d08e6fd4227910348ad49d5119ac979c6831f97712fd6478ad691096b12f6259c1ea9c935ca2f446392011f1949b80f8bccbae16fd12f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- anadea-mailsocio-qa (0.1.5)
4
+ anadea-mailsocio-qa (0.1.7)
5
5
  activesupport (>= 3.0, < 5.0)
6
6
  httpi (>= 2.0)
7
7
  json (>= 1.0)
@@ -253,7 +253,7 @@ NONASCIIHTML
253
253
  @client.deliver('X-To' => "[\"#{@john}\"]")
254
254
 
255
255
  received = @client.read_message.received
256
- assert_match /from (smtp0\.#{@base_domain}) \(\1\. /, received[-3].value
256
+ assert_match /from (smtp[08]\.#{@base_domain}) \(\1\. /, received[-3].value
257
257
  assert_match 'from localhost.localdomain (localhost ', received[-2].value
258
258
  assert_match 'from localhost.localdomain (localhost ', received[-1].value
259
259
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'anadea-mailsocio-qa'
3
- s.version = '0.1.6'
3
+ s.version = '0.1.7'
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.summary = "Mailsocio Quality Assurance"
6
6
  s.description = s.summary
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anadea-mailsocio-qa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anadea
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-13 00:00:00.000000000 Z
11
+ date: 2015-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest