selenium-webdriver 3.6.0 → 3.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. data/CHANGES +15 -2
  2. data/lib/selenium-webdriver.rb +0 -2
  3. data/lib/selenium/server.rb +0 -2
  4. data/lib/selenium/webdriver.rb +0 -2
  5. data/lib/selenium/webdriver/chrome.rb +0 -2
  6. data/lib/selenium/webdriver/chrome/driver.rb +0 -2
  7. data/lib/selenium/webdriver/chrome/options.rb +0 -2
  8. data/lib/selenium/webdriver/chrome/profile.rb +0 -2
  9. data/lib/selenium/webdriver/chrome/service.rb +0 -2
  10. data/lib/selenium/webdriver/common.rb +0 -3
  11. data/lib/selenium/webdriver/common/action_builder.rb +0 -2
  12. data/lib/selenium/webdriver/common/alert.rb +0 -2
  13. data/lib/selenium/webdriver/common/bridge_helper.rb +0 -2
  14. data/lib/selenium/webdriver/common/driver.rb +0 -2
  15. data/lib/selenium/webdriver/common/driver_extensions/has_addons.rb +0 -2
  16. data/lib/selenium/webdriver/common/driver_extensions/has_location.rb +0 -2
  17. data/lib/selenium/webdriver/common/driver_extensions/has_network_connection.rb +0 -2
  18. data/lib/selenium/webdriver/common/driver_extensions/has_remote_status.rb +0 -2
  19. data/lib/selenium/webdriver/common/driver_extensions/has_session_id.rb +0 -2
  20. data/lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb +0 -2
  21. data/lib/selenium/webdriver/common/driver_extensions/has_web_storage.rb +0 -2
  22. data/lib/selenium/webdriver/common/driver_extensions/rotatable.rb +0 -2
  23. data/lib/selenium/webdriver/common/driver_extensions/takes_screenshot.rb +0 -2
  24. data/lib/selenium/webdriver/common/driver_extensions/uploads_files.rb +0 -2
  25. data/lib/selenium/webdriver/common/element.rb +0 -2
  26. data/lib/selenium/webdriver/common/error.rb +195 -94
  27. data/lib/selenium/webdriver/common/file_reaper.rb +0 -2
  28. data/lib/selenium/webdriver/common/html5/local_storage.rb +0 -2
  29. data/lib/selenium/webdriver/common/html5/session_storage.rb +0 -2
  30. data/lib/selenium/webdriver/common/html5/shared_web_storage.rb +1 -3
  31. data/lib/selenium/webdriver/common/interactions/input_device.rb +0 -2
  32. data/lib/selenium/webdriver/common/interactions/interaction.rb +0 -2
  33. data/lib/selenium/webdriver/common/interactions/interactions.rb +0 -2
  34. data/lib/selenium/webdriver/common/interactions/key_actions.rb +0 -2
  35. data/lib/selenium/webdriver/common/interactions/key_input.rb +0 -2
  36. data/lib/selenium/webdriver/common/interactions/none_input.rb +0 -2
  37. data/lib/selenium/webdriver/common/interactions/pointer_actions.rb +0 -2
  38. data/lib/selenium/webdriver/common/interactions/pointer_input.rb +0 -2
  39. data/lib/selenium/webdriver/common/keyboard.rb +0 -2
  40. data/lib/selenium/webdriver/common/keys.rb +1 -3
  41. data/lib/selenium/webdriver/common/log_entry.rb +0 -2
  42. data/lib/selenium/webdriver/common/logger.rb +0 -2
  43. data/lib/selenium/webdriver/common/logs.rb +0 -2
  44. data/lib/selenium/webdriver/common/mouse.rb +0 -2
  45. data/lib/selenium/webdriver/common/navigation.rb +0 -2
  46. data/lib/selenium/webdriver/common/options.rb +0 -2
  47. data/lib/selenium/webdriver/common/platform.rb +0 -2
  48. data/lib/selenium/webdriver/common/port_prober.rb +0 -2
  49. data/lib/selenium/webdriver/common/profile_helper.rb +1 -3
  50. data/lib/selenium/webdriver/common/proxy.rb +1 -3
  51. data/lib/selenium/webdriver/common/search_context.rb +0 -2
  52. data/lib/selenium/webdriver/common/service.rb +0 -2
  53. data/lib/selenium/webdriver/common/socket_lock.rb +0 -2
  54. data/lib/selenium/webdriver/common/socket_poller.rb +0 -2
  55. data/lib/selenium/webdriver/common/target_locator.rb +0 -2
  56. data/lib/selenium/webdriver/common/timeouts.rb +0 -2
  57. data/lib/selenium/webdriver/common/touch_action_builder.rb +0 -2
  58. data/lib/selenium/webdriver/common/touch_screen.rb +0 -2
  59. data/lib/selenium/webdriver/common/w3c_action_builder.rb +0 -2
  60. data/lib/selenium/webdriver/common/w3c_options.rb +0 -2
  61. data/lib/selenium/webdriver/common/wait.rb +0 -2
  62. data/lib/selenium/webdriver/common/window.rb +0 -2
  63. data/lib/selenium/webdriver/common/zipper.rb +0 -2
  64. data/lib/selenium/webdriver/edge.rb +0 -2
  65. data/lib/selenium/webdriver/edge/bridge.rb +0 -2
  66. data/lib/selenium/webdriver/edge/driver.rb +0 -2
  67. data/lib/selenium/webdriver/edge/service.rb +0 -2
  68. data/lib/selenium/webdriver/firefox.rb +0 -2
  69. data/lib/selenium/webdriver/firefox/binary.rb +0 -2
  70. data/lib/selenium/webdriver/firefox/driver.rb +0 -2
  71. data/lib/selenium/webdriver/firefox/extension.rb +0 -2
  72. data/lib/selenium/webdriver/firefox/extension/webdriver.xpi +0 -0
  73. data/lib/selenium/webdriver/firefox/launcher.rb +0 -2
  74. data/lib/selenium/webdriver/firefox/legacy/driver.rb +0 -2
  75. data/lib/selenium/webdriver/firefox/marionette/bridge.rb +0 -2
  76. data/lib/selenium/webdriver/firefox/marionette/driver.rb +0 -2
  77. data/lib/selenium/webdriver/firefox/options.rb +12 -2
  78. data/lib/selenium/webdriver/firefox/profile.rb +0 -4
  79. data/lib/selenium/webdriver/firefox/profiles_ini.rb +0 -2
  80. data/lib/selenium/webdriver/firefox/service.rb +0 -2
  81. data/lib/selenium/webdriver/firefox/util.rb +0 -2
  82. data/lib/selenium/webdriver/ie.rb +0 -2
  83. data/lib/selenium/webdriver/ie/driver.rb +0 -2
  84. data/lib/selenium/webdriver/ie/options.rb +1 -3
  85. data/lib/selenium/webdriver/ie/service.rb +0 -2
  86. data/lib/selenium/webdriver/phantomjs.rb +0 -2
  87. data/lib/selenium/webdriver/phantomjs/driver.rb +0 -2
  88. data/lib/selenium/webdriver/phantomjs/service.rb +0 -2
  89. data/lib/selenium/webdriver/remote.rb +0 -2
  90. data/lib/selenium/webdriver/remote/bridge.rb +1 -3
  91. data/lib/selenium/webdriver/remote/capabilities.rb +0 -2
  92. data/lib/selenium/webdriver/remote/driver.rb +0 -2
  93. data/lib/selenium/webdriver/remote/http/common.rb +0 -2
  94. data/lib/selenium/webdriver/remote/http/curb.rb +0 -2
  95. data/lib/selenium/webdriver/remote/http/default.rb +1 -3
  96. data/lib/selenium/webdriver/remote/http/persistent.rb +0 -2
  97. data/lib/selenium/webdriver/remote/oss/bridge.rb +0 -2
  98. data/lib/selenium/webdriver/remote/oss/commands.rb +0 -2
  99. data/lib/selenium/webdriver/remote/response.rb +0 -2
  100. data/lib/selenium/webdriver/remote/server_error.rb +0 -2
  101. data/lib/selenium/webdriver/remote/w3c/bridge.rb +0 -2
  102. data/lib/selenium/webdriver/remote/w3c/capabilities.rb +0 -2
  103. data/lib/selenium/webdriver/remote/w3c/commands.rb +0 -2
  104. data/lib/selenium/webdriver/safari.rb +0 -2
  105. data/lib/selenium/webdriver/safari/driver.rb +0 -2
  106. data/lib/selenium/webdriver/safari/service.rb +0 -2
  107. data/lib/selenium/webdriver/support.rb +0 -2
  108. data/lib/selenium/webdriver/support/abstract_event_listener.rb +0 -2
  109. data/lib/selenium/webdriver/support/block_event_listener.rb +0 -2
  110. data/lib/selenium/webdriver/support/color.rb +0 -2
  111. data/lib/selenium/webdriver/support/escaper.rb +0 -2
  112. data/lib/selenium/webdriver/support/event_firing_bridge.rb +0 -2
  113. data/lib/selenium/webdriver/support/select.rb +0 -2
  114. data/selenium-webdriver.gemspec +2 -3
  115. metadata +103 -93
  116. data/lib/selenium/webdriver/common/w3c_error.rb +0 -204
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -42,7 +40,7 @@ module Selenium
42
40
  def each
43
41
  return enum_for(:each) unless block_given?
44
42
 
45
- keys.each do |k|
43
+ keys.each do |k| # rubocop:disable Performance/HashEachMethods
46
44
  yield k, self[k]
47
45
  end
48
46
  end
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -22,7 +20,7 @@ module Selenium
22
20
  module Keys
23
21
  #
24
22
  # @see Element#send_keys
25
- # @see http://www.google.com.au/search?&q=unicode+pua&btnG=Search
23
+ # @see http://www.google.com.au/search?&q=unicode+pua&btnK=Search
26
24
  #
27
25
 
28
26
  KEYS = {
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -32,7 +30,7 @@ module Selenium
32
30
  end
33
31
 
34
32
  def as_json(*)
35
- {'zip' => Zipper.zip(layout_on_disk)}
33
+ {"zip" => Zipper.zip(layout_on_disk)}
36
34
  end
37
35
 
38
36
  def to_json(*)
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -39,7 +37,7 @@ module Selenium
39
37
  socks_username: 'socksUsername',
40
38
  socks_password: 'socksPassword'}.freeze
41
39
 
42
- ALLOWED.keys.each { |t| attr_reader t }
40
+ ALLOWED.each_key { |t| attr_reader t }
43
41
 
44
42
  def self.json_create(data)
45
43
  data['proxyType'] = data['proxyType'].downcase.to_sym
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -95,6 +93,18 @@ module Selenium
95
93
  prefs[name] = value
96
94
  end
97
95
 
96
+ #
97
+ # Run Firefox in headless mode.
98
+ #
99
+ # @example Enable headless mode
100
+ # options = Selenium::WebDriver::Firefox::Options.new
101
+ # options.headless!
102
+ #
103
+
104
+ def headless!
105
+ add_argument '-headless'
106
+ end
107
+
98
108
  #
99
109
  # Sets Firefox profile.
100
110
  #
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -191,8 +189,6 @@ module Selenium
191
189
  else
192
190
  raise ArgumentError, "unsupported proxy type #{proxy.type}"
193
191
  end
194
-
195
- proxy
196
192
  end
197
193
 
198
194
  def encoded
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
- #
3
1
  # Licensed to the Software Freedom Conservancy (SFC) under one
4
2
  # or more contributor license agreements. See the NOTICE file
5
3
  # distributed with this work for additional information