fastlane_core 0.1.4 → 0.2.0

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: f5befbdb7c8a4fd081865b47b533a4052731fe20
4
- data.tar.gz: f397242998ea977e8b85381a815df52daaf78f2a
3
+ metadata.gz: 0e5cf8095872dbf3372cee378ec4551257e7d2ca
4
+ data.tar.gz: 450f17a75d1832bc03c687ab16a2dd28802dd444
5
5
  SHA512:
6
- metadata.gz: c0b020730bf64ec61d05b774e290be5e2d9cdf791806875048f53ac52e69e048090e91c9dabe05b46ef45f449423c3faaffe738b2f39905732be8a5330e42418
7
- data.tar.gz: 69d00abe34da013cd4681cb228d3d4eab5e3b4f60d4a87c11dabad85de93f609438c03cc79f7797013faca8af211cb5a01924cbf7f1eb09cd1a40bbc83285b72
6
+ metadata.gz: a0cb11c257e08292c144fdf17c5143a3f80fed1d43ca98b4f8f767aa37f6e5ba2f1d90f7d6560ec0b7d7925729f180465f198a84433c8c7e043b9a6a457bceff
7
+ data.tar.gz: 290d0c2b12ad9b198df7e1eab79071976609622694179629064c2985e6d1d9410d28123eba00c72f728d6fa12f1b7df644f94c0dc71fdf02d3358290715dfcd3
@@ -42,7 +42,8 @@ module FastlaneCore
42
42
  phantomjs: Phantomjs.path,
43
43
  phantomjs_options: conf,
44
44
  phantomjs_logger: File.open("#{TMP_FOLDER}/poltergeist_log.txt", "a"),
45
- js_errors: false
45
+ js_errors: false,
46
+ timeout: 90
46
47
  })
47
48
  end
48
49
 
@@ -12,7 +12,7 @@ module FastlaneCore
12
12
 
13
13
  page.driver.cookies.each do |key, cookie|
14
14
  cookieString << "#{cookie.name}=#{cookie.value};" # append all known cookies
15
- end
15
+ end
16
16
 
17
17
  data = open(url, {'Cookie' => cookieString}).read
18
18
 
@@ -51,7 +51,8 @@ module FastlaneCore
51
51
  phantomjs: Phantomjs.path,
52
52
  phantomjs_options: conf,
53
53
  phantomjs_logger: File.open("/tmp/poltergeist_log.txt", "a"),
54
- js_errors: false
54
+ js_errors: false,
55
+ timeout: 90
55
56
  })
56
57
  end
57
58
 
@@ -1,3 +1,3 @@
1
1
  module FastlaneCore
2
- VERSION = "0.1.4"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-22 00:00:00.000000000 Z
11
+ date: 2015-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json