spreewald 0.6.6 → 0.6.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.
@@ -60,7 +60,7 @@ end
60
60
  When /^I follow the (first|second|third)? ?link in the e?mail$/ do |index_in_words|
61
61
  mail = @mail || ActionMailer::Base.deliveries.last
62
62
  index = { nil => 0, 'first' => 0, 'second' => 1, 'third' => 2 }[index_in_words]
63
- url_pattern = %r{(?:http|https)://[^/]+([^"'\s]*)}
63
+ url_pattern = %r{(?:http|https)://[^/]+([^"'\s\\]*)}
64
64
  mail_body = MailFinder.email_text_body(mail).to_s
65
65
  only_path = mail_body.scan(url_pattern)[index][0]
66
66
  visit only_path
@@ -1,5 +1,5 @@
1
1
  # coding: UTF-8
2
2
 
3
3
  module Spreewald
4
- VERSION = "0.6.6"
4
+ VERSION = "0.6.7"
5
5
  end
@@ -4,4 +4,3 @@ cucumber:
4
4
  host: localhost
5
5
  username: root
6
6
  password: junior
7
-
@@ -4,4 +4,3 @@ cucumber:
4
4
  host: localhost
5
5
  username: root
6
6
  password: junior
7
-
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spreewald
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 6
10
- version: 0.6.6
9
+ - 7
10
+ version: 0.6.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tobias Kraze