dependabot-linguist 0.212.0 → 0.217.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.
Files changed (215) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +38 -2
  3. data/Gemfile.lock +100 -108
  4. data/Makefile +4 -2
  5. data/README.md +32 -4
  6. data/SECURITY.md +3 -2
  7. data/dependabot-linguist.gemspec +9 -7
  8. data/exe/dependabot-linguist +1 -1
  9. data/lib/dependabot/linguist/dependabot_file_validator.rb +43 -7
  10. data/lib/dependabot/linguist/dependabot_patch.rb +14 -2
  11. data/lib/dependabot/linguist/file_fetchers/bundler.rb +54 -0
  12. data/lib/dependabot/linguist/file_fetchers/git_submodules.rb +9 -7
  13. data/lib/dependabot/linguist/file_fetchers/go_modules.rb +2 -2
  14. data/lib/dependabot/linguist/language.rb +18 -14
  15. data/lib/dependabot/linguist/languages_to_ecosystems/contexts.rb +22 -21
  16. data/lib/dependabot/linguist/languages_to_ecosystems/languages.yaml +172 -21
  17. data/lib/dependabot/linguist/languages_to_ecosystems/manager_ecosystem_maps.rb +17 -17
  18. data/lib/dependabot/linguist/linguist_patch.rb +1 -1
  19. data/lib/dependabot/linguist/repository.rb +7 -2
  20. data/lib/dependabot/linguist/version.rb +1 -1
  21. metadata +17 -210
  22. data/lib/dependabot/linguist/file_fetchers/base.rb +0 -48
  23. data/smoke-test/README.md +0 -58
  24. data/smoke-test/bundler/Gemfile +0 -9
  25. data/smoke-test/bundler/Gemfile.lock +0 -47
  26. data/smoke-test/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
  27. data/smoke-test/cargo/Cargo.lock +0 -90
  28. data/smoke-test/cargo/Cargo.toml +0 -8
  29. data/smoke-test/composer/composer.json +0 -5
  30. data/smoke-test/composer/composer.lock +0 -72
  31. data/smoke-test/composer/vendor/autoload.php +0 -7
  32. data/smoke-test/composer/vendor/composer/ClassLoader.php +0 -445
  33. data/smoke-test/composer/vendor/composer/LICENSE +0 -21
  34. data/smoke-test/composer/vendor/composer/autoload_classmap.php +0 -13
  35. data/smoke-test/composer/vendor/composer/autoload_namespaces.php +0 -9
  36. data/smoke-test/composer/vendor/composer/autoload_psr4.php +0 -9
  37. data/smoke-test/composer/vendor/composer/autoload_real.php +0 -55
  38. data/smoke-test/composer/vendor/composer/autoload_static.php +0 -23
  39. data/smoke-test/composer/vendor/composer/installed.json +0 -57
  40. data/smoke-test/composer/vendor/phpmailer/phpmailer/.gitignore +0 -3
  41. data/smoke-test/composer/vendor/phpmailer/phpmailer/LICENSE +0 -504
  42. data/smoke-test/composer/vendor/phpmailer/phpmailer/README.md +0 -112
  43. data/smoke-test/composer/vendor/phpmailer/phpmailer/changelog.md +0 -530
  44. data/smoke-test/composer/vendor/phpmailer/phpmailer/class.phpmailer.php +0 -2758
  45. data/smoke-test/composer/vendor/phpmailer/phpmailer/class.pop3.php +0 -417
  46. data/smoke-test/composer/vendor/phpmailer/phpmailer/class.smtp.php +0 -1075
  47. data/smoke-test/composer/vendor/phpmailer/phpmailer/composer.json +0 -32
  48. data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/Callback_function_notes.txt +0 -17
  49. data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/DomainKeys_notes.txt +0 -55
  50. data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/Note_for_SMTP_debugging.txt +0 -23
  51. data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/extending.html +0 -148
  52. data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/faq.html +0 -67
  53. data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/generatedocs.sh +0 -4
  54. data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/pop3_article.txt +0 -39
  55. data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/use_gmail.txt +0 -44
  56. data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/contents.html +0 -20
  57. data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/images/phpmailer.gif +0 -0
  58. data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/images/phpmailer_mini.gif +0 -0
  59. data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/index.html +0 -50
  60. data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_db_smtp_basic.php +0 -58
  61. data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_mail_advanced.php +0 -30
  62. data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_mail_basic.php +0 -41
  63. data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_pop_before_smtp_advanced.php +0 -39
  64. data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_pop_before_smtp_basic.php +0 -49
  65. data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_sendmail_advanced.php +0 -33
  66. data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_sendmail_basic.php +0 -43
  67. data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_advanced.php +0 -42
  68. data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_advanced_no_auth.php +0 -36
  69. data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_basic.php +0 -58
  70. data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_basic_no_auth.php +0 -53
  71. data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_gmail_advanced.php +0 -42
  72. data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_gmail_basic.php +0 -59
  73. data/smoke-test/composer/vendor/phpmailer/phpmailer/extras/class.html2text.inc +0 -489
  74. data/smoke-test/composer/vendor/phpmailer/phpmailer/extras/htmlfilter.php +0 -861
  75. data/smoke-test/composer/vendor/phpmailer/phpmailer/extras/ntlm_sasl_client.php +0 -185
  76. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ar.php +0 -26
  77. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-br.php +0 -25
  78. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ca.php +0 -25
  79. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ch.php +0 -25
  80. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-cz.php +0 -24
  81. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-de.php +0 -24
  82. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-dk.php +0 -25
  83. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-es.php +0 -25
  84. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-et.php +0 -25
  85. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php +0 -26
  86. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-fo.php +0 -26
  87. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php +0 -24
  88. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php +0 -24
  89. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php +0 -26
  90. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php +0 -25
  91. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-nl.php +0 -24
  92. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-no.php +0 -24
  93. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php +0 -24
  94. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php +0 -26
  95. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php +0 -24
  96. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-se.php +0 -25
  97. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php +0 -25
  98. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php +0 -26
  99. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php +0 -25
  100. data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php +0 -25
  101. data/smoke-test/composer/vendor/phpmailer/phpmailer/test/contents.html +0 -10
  102. data/smoke-test/composer/vendor/phpmailer/phpmailer/test/phpmailerTest.php +0 -1084
  103. data/smoke-test/composer/vendor/phpmailer/phpmailer/test/test.png +0 -0
  104. data/smoke-test/composer/vendor/phpmailer/phpmailer/test/test_callback.php +0 -84
  105. data/smoke-test/composer/vendor/phpmailer/phpmailer/test/testemail.php +0 -48
  106. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/LGPLv3.txt +0 -165
  107. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/contents.html +0 -14
  108. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/images/aikido.gif +0 -0
  109. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/images/bkgrnd.gif +0 -0
  110. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/images/phpmailer.gif +0 -0
  111. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/index.php +0 -427
  112. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/clipboard.swf +0 -0
  113. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushBash.js +0 -59
  114. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushCSharp.js +0 -64
  115. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushCpp.js +0 -99
  116. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushCss.js +0 -93
  117. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushDelphi.js +0 -57
  118. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushDiff.js +0 -43
  119. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushGroovy.js +0 -69
  120. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushJScript.js +0 -51
  121. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushJava.js +0 -55
  122. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushPerl.js +0 -74
  123. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushPhp.js +0 -91
  124. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushPlain.js +0 -35
  125. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushPython.js +0 -56
  126. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushRuby.js +0 -57
  127. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushScala.js +0 -53
  128. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushSql.js +0 -68
  129. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushVb.js +0 -58
  130. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushXml.js +0 -71
  131. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shCore.js +0 -30
  132. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shLegacy.js +0 -30
  133. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/src/shCore.js +0 -1949
  134. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/src/shLegacy.js +0 -172
  135. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/help.png +0 -0
  136. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/magnifier.png +0 -0
  137. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/page_white_code.png +0 -0
  138. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/page_white_copy.png +0 -0
  139. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/printer.png +0 -0
  140. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shCore.css +0 -321
  141. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeDefault.css +0 -191
  142. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeDjango.css +0 -193
  143. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeEmacs.css +0 -192
  144. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeFadeToGrey.css +0 -193
  145. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeMidnight.css +0 -192
  146. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeRDark.css +0 -192
  147. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/wrapping.png +0 -0
  148. data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/test.html +0 -46
  149. data/smoke-test/dependabot-file/no-config/.github/TARGET.yaml +0 -14
  150. data/smoke-test/dependabot-file/no-config/bundler/Gemfile +0 -9
  151. data/smoke-test/dependabot-file/no-config/bundler/Gemfile.lock +0 -47
  152. data/smoke-test/dependabot-file/no-config/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
  153. data/smoke-test/dependabot-file/no-config/cargo/Cargo.lock +0 -90
  154. data/smoke-test/dependabot-file/no-config/cargo/Cargo.toml +0 -8
  155. data/smoke-test/dependabot-file/no-config/composer/composer.json +0 -5
  156. data/smoke-test/dependabot-file/no-config/composer/composer.lock +0 -72
  157. data/smoke-test/dependabot-file/over-config/.github/TARGET.yaml +0 -17
  158. data/smoke-test/dependabot-file/over-config/.github/dependabot.yaml +0 -12
  159. data/smoke-test/dependabot-file/over-config/bundler/Gemfile +0 -9
  160. data/smoke-test/dependabot-file/over-config/bundler/Gemfile.lock +0 -47
  161. data/smoke-test/dependabot-file/over-config/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
  162. data/smoke-test/dependabot-file/over-config/cargo/Cargo.lock +0 -90
  163. data/smoke-test/dependabot-file/over-config/cargo/Cargo.toml +0 -8
  164. data/smoke-test/dependabot-file/over-config/composer/composer.json +0 -5
  165. data/smoke-test/dependabot-file/over-config/composer/composer.lock +0 -72
  166. data/smoke-test/dependabot-file/overer-config/.github/TARGET.yaml +0 -19
  167. data/smoke-test/dependabot-file/overer-config/.github/dependabot.yaml +0 -12
  168. data/smoke-test/dependabot-file/overer-config/bundler/Gemfile +0 -9
  169. data/smoke-test/dependabot-file/overer-config/bundler/Gemfile.lock +0 -47
  170. data/smoke-test/dependabot-file/overer-config/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
  171. data/smoke-test/dependabot-file/overer-config/cargo/Cargo.lock +0 -90
  172. data/smoke-test/dependabot-file/overer-config/cargo/Cargo.toml +0 -8
  173. data/smoke-test/dependabot-file/overer-config/composer/composer.json +0 -5
  174. data/smoke-test/dependabot-file/overer-config/composer/composer.lock +0 -72
  175. data/smoke-test/dependabot-file/partial-config/.github/TARGET.yaml +0 -17
  176. data/smoke-test/dependabot-file/partial-config/.github/dependabot.yaml +0 -7
  177. data/smoke-test/dependabot-file/partial-config/bundler/Gemfile +0 -9
  178. data/smoke-test/dependabot-file/partial-config/bundler/Gemfile.lock +0 -47
  179. data/smoke-test/dependabot-file/partial-config/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
  180. data/smoke-test/dependabot-file/partial-config/cargo/Cargo.lock +0 -90
  181. data/smoke-test/dependabot-file/partial-config/cargo/Cargo.toml +0 -8
  182. data/smoke-test/dependabot-file/partial-config/composer/composer.json +0 -5
  183. data/smoke-test/dependabot-file/partial-config/composer/composer.lock +0 -72
  184. data/smoke-test/docker/Dockerfile +0 -19
  185. data/smoke-test/elm/elm-package.json +0 -15
  186. data/smoke-test/elm/elm.json +0 -31
  187. data/smoke-test/github-actions/both/.github/workflows/this.yaml +0 -11
  188. data/smoke-test/github-actions/both/yaml/action.yml +0 -13
  189. data/smoke-test/github-actions/invalid/invalid_file.yaml +0 -0
  190. data/smoke-test/github-actions/workflow/.github/workflows/this.yaml +0 -11
  191. data/smoke-test/github-actions/yaml/action.yml +0 -13
  192. data/smoke-test/gitsubmodule/.gitmodules +0 -4
  193. data/smoke-test/gomod/go.mod +0 -16
  194. data/smoke-test/gomod/go.sum +0 -18
  195. data/smoke-test/gomod/gomain.go +0 -14
  196. data/smoke-test/gradle/.gitignore +0 -1
  197. data/smoke-test/gradle/build.gradle +0 -65
  198. data/smoke-test/maven/pom.xml +0 -65
  199. data/smoke-test/mix/mix.exs +0 -24
  200. data/smoke-test/mix/mix.lock +0 -5
  201. data/smoke-test/npm/package-lock.json +0 -166
  202. data/smoke-test/npm/package.json +0 -22
  203. data/smoke-test/npm/removed/package-lock.json +0 -44
  204. data/smoke-test/npm/removed/package.json +0 -15
  205. data/smoke-test/nuget/project.csproj +0 -14
  206. data/smoke-test/pip/pip/requirements.txt +0 -5
  207. data/smoke-test/pip/pip-compile/requirements.in +0 -2
  208. data/smoke-test/pip/pip-compile/requirements.txt +0 -16
  209. data/smoke-test/pip/pipenv/Pipfile +0 -13
  210. data/smoke-test/pip/pipenv/Pipfile.lock +0 -86
  211. data/smoke-test/pip/poetry/poetry.lock +0 -33
  212. data/smoke-test/pip/poetry/pyproject.toml +0 -18
  213. data/smoke-test/pub/pubspec.lock +0 -40
  214. data/smoke-test/pub/pubspec.yaml +0 -10
  215. data/smoke-test/terraform/main.tf +0 -143
@@ -1,192 +0,0 @@
1
- /**
2
- * SyntaxHighlighter
3
- * http://alexgorbatchev.com/
4
- *
5
- * SyntaxHighlighter is donationware. If you are using it, please donate.
6
- * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
7
- *
8
- * @version
9
- * 2.0.296 (March 01 2009)
10
- *
11
- * @copyright
12
- * Copyright (C) 2004-2009 Alex Gorbatchev.
13
- *
14
- * @license
15
- * This file is part of SyntaxHighlighter.
16
- *
17
- * SyntaxHighlighter is free software: you can redistribute it and/or modify
18
- * it under the terms of the GNU General Public License as published by
19
- * the Free Software Foundation, either version 3 of the License, or
20
- * (at your option) any later version.
21
- *
22
- * SyntaxHighlighter is distributed in the hope that it will be useful,
23
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
24
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25
- * GNU General Public License for more details.
26
- *
27
- * You should have received a copy of the GNU General Public License
28
- * along with SyntaxHighlighter. If not, see <http://www.gnu.org/licenses/>.
29
- */
30
- /**
31
- * Midnight SyntaxHighlighter theme based on theme by J.D. Myers
32
- * http://webdesign.lsnjd.com/
33
- */
34
-
35
- /************************************
36
- * Interface elements.
37
- ************************************/
38
-
39
- .syntaxhighlighter
40
- {
41
- background-color: #0F192A !important;
42
- }
43
-
44
- /* Gutter line numbers */
45
- .syntaxhighlighter .line .number
46
- {
47
- color: #38566F !important;
48
- }
49
-
50
- /* Add border to the lines */
51
- .syntaxhighlighter .line .content
52
- {
53
- border-left: 3px solid #435A5F !important;
54
- color: #B9BDB6 !important;
55
- }
56
-
57
- .syntaxhighlighter.printing .line .content
58
- {
59
- border: 0 !important;
60
- }
61
-
62
- /* First line */
63
- .syntaxhighlighter .line.alt1 .content
64
- {
65
- background-color: #0F192A !important;
66
- }
67
-
68
- /* Second line */
69
- .syntaxhighlighter .line.alt2 .content
70
- {
71
- background-color: #0F192A !important;
72
- }
73
-
74
- .syntaxhighlighter .line .content .block
75
- {
76
- background: url(wrapping.png) 0 1.1em no-repeat !important;
77
- }
78
-
79
- /* Highlighed line number */
80
- .syntaxhighlighter .line.highlighted .number
81
- {
82
- background-color: #253E5A !important;
83
- color: #fff !important;
84
- }
85
-
86
- /* Highlighed line */
87
- .syntaxhighlighter .line.highlighted.alt1 .content,
88
- .syntaxhighlighter .line.highlighted.alt2 .content
89
- {
90
- background-color: #253E5A !important;
91
- }
92
-
93
- .syntaxhighlighter .ruler
94
- {
95
- color: #38566F !important;
96
- background-color: #0F192A !important;
97
- border-left: 3px solid #435A5F !important;
98
- }
99
-
100
- .syntaxhighlighter.nogutter .ruler
101
- {
102
- border: 0 !important;
103
- }
104
-
105
- .syntaxhighlighter .toolbar
106
- {
107
- background-color: #0F192A !important;
108
- }
109
-
110
- .syntaxhighlighter .toolbar a
111
- {
112
- color: #38566F !important;
113
- }
114
-
115
- .syntaxhighlighter .toolbar a:hover
116
- {
117
- color: #8AA6C1 !important;
118
- }
119
-
120
- /************************************
121
- * Actual syntax highlighter colors.
122
- ************************************/
123
- .syntaxhighlighter .plain,
124
- .syntaxhighlighter .plain a
125
- {
126
- color: #D1EDFF !important;
127
- }
128
-
129
- .syntaxhighlighter .comments,
130
- .syntaxhighlighter .comments a
131
- {
132
- color: #428BDD !important;
133
- }
134
-
135
- .syntaxhighlighter .string,
136
- .syntaxhighlighter .string a
137
- {
138
- color: #1DC116 !important;
139
- }
140
-
141
- .syntaxhighlighter .keyword
142
- {
143
- color: #B43D3D !important;
144
- }
145
-
146
- .syntaxhighlighter .preprocessor
147
- {
148
- color: #8AA6C1 !important;
149
- }
150
-
151
- .syntaxhighlighter .variable
152
- {
153
- color: #FFAA3E !important;
154
- }
155
-
156
- .syntaxhighlighter .value
157
- {
158
- color: #F7E741 !important;
159
- }
160
-
161
- .syntaxhighlighter .functions
162
- {
163
- color: #FFAA3E !important;
164
- }
165
-
166
- .syntaxhighlighter .constants
167
- {
168
- color: #E0E8FF !important;
169
- }
170
-
171
- .syntaxhighlighter .script
172
- {
173
- background-color: #404040 !important;
174
- }
175
-
176
- .syntaxhighlighter .color1,
177
- .syntaxhighlighter .color1 a
178
- {
179
- color: #F8BB00 !important;
180
- }
181
-
182
- .syntaxhighlighter .color2,
183
- .syntaxhighlighter .color2 a
184
- {
185
- color: #FFFFFF !important;
186
- }
187
-
188
- .syntaxhighlighter .color3,
189
- .syntaxhighlighter .color3 a
190
- {
191
- color: #FFAA3E !important;
192
- }
@@ -1,192 +0,0 @@
1
- /**
2
- * SyntaxHighlighter
3
- * http://alexgorbatchev.com/
4
- *
5
- * SyntaxHighlighter is donationware. If you are using it, please donate.
6
- * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
7
- *
8
- * @version
9
- * 2.0.296 (March 01 2009)
10
- *
11
- * @copyright
12
- * Copyright (C) 2004-2009 Alex Gorbatchev.
13
- *
14
- * @license
15
- * This file is part of SyntaxHighlighter.
16
- *
17
- * SyntaxHighlighter is free software: you can redistribute it and/or modify
18
- * it under the terms of the GNU General Public License as published by
19
- * the Free Software Foundation, either version 3 of the License, or
20
- * (at your option) any later version.
21
- *
22
- * SyntaxHighlighter is distributed in the hope that it will be useful,
23
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
24
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25
- * GNU General Public License for more details.
26
- *
27
- * You should have received a copy of the GNU General Public License
28
- * along with SyntaxHighlighter. If not, see <http://www.gnu.org/licenses/>.
29
- */
30
- /**
31
- * RDark SyntaxHighlighter theme based on theme by Radu Dineiu
32
- * http://www.vim.org/scripts/script.php?script_id=1732
33
- */
34
-
35
- /************************************
36
- * Interface elements.
37
- ************************************/
38
-
39
- .syntaxhighlighter
40
- {
41
- background-color: #1B2426 !important;
42
- }
43
-
44
- /* Gutter line numbers */
45
- .syntaxhighlighter .line .number
46
- {
47
- color: #B9BDB6 !important;
48
- }
49
-
50
- /* Add border to the lines */
51
- .syntaxhighlighter .line .content
52
- {
53
- border-left: 3px solid #435A5F !important;
54
- color: #B9BDB6 !important;
55
- }
56
-
57
- .syntaxhighlighter.printing .line .content
58
- {
59
- border: 0 !important;
60
- }
61
-
62
- /* First line */
63
- .syntaxhighlighter .line.alt1 .content
64
- {
65
- background-color: #1B2426 !important;
66
- }
67
-
68
- /* Second line */
69
- .syntaxhighlighter .line.alt2 .content
70
- {
71
- background-color: #1B2426 !important;
72
- }
73
-
74
- .syntaxhighlighter .line .content .block
75
- {
76
- background: url(wrapping.png) 0 1.1em no-repeat !important;
77
- }
78
-
79
- /* Highlighed line number */
80
- .syntaxhighlighter .line.highlighted .number
81
- {
82
- background-color: #435A5F !important;
83
- color: #fff !important;
84
- }
85
-
86
- /* Highlighed line */
87
- .syntaxhighlighter .line.highlighted.alt1 .content,
88
- .syntaxhighlighter .line.highlighted.alt2 .content
89
- {
90
- background-color: #435A5F !important;
91
- }
92
-
93
- .syntaxhighlighter .ruler
94
- {
95
- color: silver !important;
96
- background-color: #1B2426 !important;
97
- border-left: 3px solid #435A5F !important;
98
- }
99
-
100
- .syntaxhighlighter.nogutter .ruler
101
- {
102
- border: 0 !important;
103
- }
104
-
105
- .syntaxhighlighter .toolbar
106
- {
107
- background-color: #1B2426 !important;
108
- }
109
-
110
- .syntaxhighlighter .toolbar a
111
- {
112
- color: #646763 !important;
113
- }
114
-
115
- .syntaxhighlighter .toolbar a:hover
116
- {
117
- color: #E0E8FF !important;
118
- }
119
-
120
- /************************************
121
- * Actual syntax highlighter colors.
122
- ************************************/
123
- .syntaxhighlighter .plain,
124
- .syntaxhighlighter .plain a
125
- {
126
- color: #B9BDB6 !important;
127
- }
128
-
129
- .syntaxhighlighter .comments,
130
- .syntaxhighlighter .comments a
131
- {
132
- color: #878A85 !important;
133
- }
134
-
135
- .syntaxhighlighter .string,
136
- .syntaxhighlighter .string a
137
- {
138
- color: #5CE638 !important;
139
- }
140
-
141
- .syntaxhighlighter .keyword
142
- {
143
- color: #5BA1CF !important;
144
- }
145
-
146
- .syntaxhighlighter .preprocessor
147
- {
148
- color: #435A5F !important;
149
- }
150
-
151
- .syntaxhighlighter .variable
152
- {
153
- color: #FFAA3E !important;
154
- }
155
-
156
- .syntaxhighlighter .value
157
- {
158
- color: #090 !important;
159
- }
160
-
161
- .syntaxhighlighter .functions
162
- {
163
- color: #FFAA3E !important;
164
- }
165
-
166
- .syntaxhighlighter .constants
167
- {
168
- color: #E0E8FF !important;
169
- }
170
-
171
- .syntaxhighlighter .script
172
- {
173
- background-color: #435A5F !important;
174
- }
175
-
176
- .syntaxhighlighter .color1,
177
- .syntaxhighlighter .color1 a
178
- {
179
- color: #E0E8FF !important;
180
- }
181
-
182
- .syntaxhighlighter .color2,
183
- .syntaxhighlighter .color2 a
184
- {
185
- color: #FFFFFF !important;
186
- }
187
-
188
- .syntaxhighlighter .color3,
189
- .syntaxhighlighter .color3 a
190
- {
191
- color: #FFAA3E !important;
192
- }
@@ -1,46 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
- <title>SyntaxHighlighter Build Test Page</title>
6
- <script type="text/javascript" src="scripts/shCore.js"></script>
7
- <!--
8
- <script type="text/javascript" src="scripts/shBrushBash.js"></script>
9
- <script type="text/javascript" src="scripts/shBrushCpp.js"></script>
10
- <script type="text/javascript" src="scripts/shBrushCSharp.js"></script>
11
- <script type="text/javascript" src="scripts/shBrushCss.js"></script>
12
- <script type="text/javascript" src="scripts/shBrushDelphi.js"></script>
13
- <script type="text/javascript" src="scripts/shBrushDiff.js"></script>
14
- <script type="text/javascript" src="scripts/shBrushGroovy.js"></script>
15
- <script type="text/javascript" src="scripts/shBrushJava.js"></script>
16
- <script type="text/javascript" src="scripts/shBrushJScript.js"></script>
17
- -->
18
- <script type="text/javascript" src="scripts/shBrushPhp.js"></script>
19
- <!--
20
- <script type="text/javascript" src="scripts/shBrushPlain.js"></script>
21
- <script type="text/javascript" src="scripts/shBrushPython.js"></script>
22
- <script type="text/javascript" src="scripts/shBrushRuby.js"></script>
23
- <script type="text/javascript" src="scripts/shBrushScala.js"></script>
24
- <script type="text/javascript" src="scripts/shBrushSql.js"></script>
25
- <script type="text/javascript" src="scripts/shBrushVb.js"></script>
26
- <script type="text/javascript" src="scripts/shBrushXml.js"></script>
27
- -->
28
- <link type="text/css" rel="stylesheet" href="styles/shCore.css"/>
29
- <link type="text/css" rel="stylesheet" href="styles/shThemeDefault.css"/>
30
- <script type="text/javascript">
31
- SyntaxHighlighter.config.clipboardSwf = 'scripts/clipboard.swf';
32
- SyntaxHighlighter.all();
33
- </script>
34
- </head>
35
-
36
- <body >
37
- <h1>SyntaxHihglighter Test</h1>
38
- <p>This is a test file to insure that everything is working well.</p>
39
-
40
- <pre class="brush: php;">
41
- function test() : String
42
- {
43
- return 10;
44
- }
45
- </pre>
46
- </html>
@@ -1,14 +0,0 @@
1
- version: 2
2
- updates:
3
- - package-ecosystem: bundler
4
- directory: "/bundler"
5
- schedule:
6
- interval: weekly
7
- - package-ecosystem: cargo
8
- directory: "/cargo"
9
- schedule:
10
- interval: weekly
11
- - package-ecosystem: composer
12
- directory: "/composer"
13
- schedule:
14
- interval: weekly
@@ -1,9 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source "https://rubygems.org"
4
-
5
- gemspec
6
-
7
- gem "rubocop", "0.76.0"
8
- gem "toml-rb", "2.2.0"
9
- gem 'rack', git: 'git@github.com:rack/rack.git', tag: '2.1.4'
@@ -1,47 +0,0 @@
1
- GIT
2
- remote: git@github.com:rack/rack.git
3
- revision: f3cf79d6460dc592767941806d1b2b7008f73e01
4
- tag: 2.1.4
5
- specs:
6
- rack (2.1.4)
7
-
8
- PATH
9
- remote: .
10
- specs:
11
- dependabot-all-updates-test-staging (0.0.0)
12
- netaddr (= 2.0.1)
13
-
14
- GEM
15
- remote: https://rubygems.org/
16
- specs:
17
- ast (2.4.2)
18
- citrus (3.0.2)
19
- jaro_winkler (1.5.4)
20
- netaddr (2.0.1)
21
- parallel (1.22.1)
22
- parser (3.1.2.0)
23
- ast (~> 2.4.1)
24
- rainbow (3.1.1)
25
- rubocop (0.76.0)
26
- jaro_winkler (~> 1.5.1)
27
- parallel (~> 1.10)
28
- parser (>= 2.6)
29
- rainbow (>= 2.2.2, < 4.0)
30
- ruby-progressbar (~> 1.7)
31
- unicode-display_width (>= 1.4.0, < 1.7)
32
- ruby-progressbar (1.11.0)
33
- toml-rb (2.2.0)
34
- citrus (~> 3.0, > 3.0)
35
- unicode-display_width (1.6.1)
36
-
37
- PLATFORMS
38
- ruby
39
-
40
- DEPENDENCIES
41
- dependabot-all-updates-test-staging!
42
- rack!
43
- rubocop (= 0.76.0)
44
- toml-rb (= 2.2.0)
45
-
46
- BUNDLED WITH
47
- 2.1.4
@@ -1,10 +0,0 @@
1
- Gem::Specification.new do |s|
2
- s.name = 'dependabot-all-updates-test-staging'
3
- s.version = '0.0.0'
4
- s.description = "Dependabot test ruby"
5
- s.summary = "dependabot test"
6
- s.authors = ["No Reply"]
7
- s.email = 'noreply@github.com'
8
- s.license = 'MIT'
9
- s.add_runtime_dependency 'netaddr', '= 2.0.1'
10
- end
@@ -1,90 +0,0 @@
1
- [[package]]
2
- name = "aho-corasick"
3
- version = "0.3.4"
4
- source = "registry+https://github.com/rust-lang/crates.io-index"
5
- dependencies = [
6
- "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
7
- ]
8
-
9
- [[package]]
10
- name = "dependabot"
11
- version = "0.1.0"
12
- dependencies = [
13
- "regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
14
- "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
15
- ]
16
-
17
- [[package]]
18
- name = "kernel32-sys"
19
- version = "0.2.2"
20
- source = "registry+https://github.com/rust-lang/crates.io-index"
21
- dependencies = [
22
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
23
- "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
24
- ]
25
-
26
- [[package]]
27
- name = "libc"
28
- version = "0.2.40"
29
- source = "registry+https://github.com/rust-lang/crates.io-index"
30
-
31
- [[package]]
32
- name = "memchr"
33
- version = "0.1.11"
34
- source = "registry+https://github.com/rust-lang/crates.io-index"
35
- dependencies = [
36
- "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
37
- ]
38
-
39
- [[package]]
40
- name = "redox_syscall"
41
- version = "0.1.37"
42
- source = "registry+https://github.com/rust-lang/crates.io-index"
43
-
44
- [[package]]
45
- name = "regex"
46
- version = "0.1.41"
47
- source = "registry+https://github.com/rust-lang/crates.io-index"
48
- dependencies = [
49
- "aho-corasick 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
50
- "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
51
- "regex-syntax 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
52
- ]
53
-
54
- [[package]]
55
- name = "regex-syntax"
56
- version = "0.2.6"
57
- source = "registry+https://github.com/rust-lang/crates.io-index"
58
-
59
- [[package]]
60
- name = "time"
61
- version = "0.1.38"
62
- source = "registry+https://github.com/rust-lang/crates.io-index"
63
- dependencies = [
64
- "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
65
- "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
66
- "redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
67
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
68
- ]
69
-
70
- [[package]]
71
- name = "winapi"
72
- version = "0.2.8"
73
- source = "registry+https://github.com/rust-lang/crates.io-index"
74
-
75
- [[package]]
76
- name = "winapi-build"
77
- version = "0.1.1"
78
- source = "registry+https://github.com/rust-lang/crates.io-index"
79
-
80
- [metadata]
81
- "checksum aho-corasick 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f5314d38125dc9b9ca99ed19a516eb19feac7bf8b22b5b32993c971bf8cb2a4d"
82
- "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
83
- "checksum libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" = "6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b"
84
- "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
85
- "checksum redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd"
86
- "checksum regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "4499ef755e709fbfe334ecbc3206537e84952ead5347791b0f54c2b75fe63a28"
87
- "checksum regex-syntax 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a21935ce5a4dfa48e3ded1aefbbe353fb9ab258b0d3fa0bd168bef00797b3dc7"
88
- "checksum time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d788d3aa77bc0ef3e9621256885555368b47bd495c13dd2e7413c89f845520"
89
- "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
90
- "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
@@ -1,8 +0,0 @@
1
- [package]
2
- name = "dependabot" # the name of the package
3
- version = "0.1.0" # the current version, obeying semver
4
- authors = ["support@dependabot.com"]
5
-
6
- [dependencies]
7
- time = "0.1.12"
8
- regex = "0.1.41"
@@ -1,5 +0,0 @@
1
- {
2
- "require": {
3
- "phpmailer/phpmailer": "5.2.2"
4
- }
5
- }
@@ -1,72 +0,0 @@
1
- {
2
- "_readme": [
3
- "This file locks the dependencies of your project to a known state",
4
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
- "This file is @generated automatically"
6
- ],
7
- "content-hash": "d9618a62db23d0cc400a40547ca61955",
8
- "packages": [
9
- {
10
- "name": "phpmailer/phpmailer",
11
- "version": "v5.2.2",
12
- "source": {
13
- "type": "git",
14
- "url": "https://github.com/PHPMailer/PHPMailer.git",
15
- "reference": "10c57b72fe4476901d1b3f5ccf3f5cedb4b3c8b1"
16
- },
17
- "dist": {
18
- "type": "zip",
19
- "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/10c57b72fe4476901d1b3f5ccf3f5cedb4b3c8b1",
20
- "reference": "10c57b72fe4476901d1b3f5ccf3f5cedb4b3c8b1",
21
- "shasum": ""
22
- },
23
- "require": {
24
- "php": ">=5.0.0"
25
- },
26
- "require-dev": {
27
- "phpdocumentor/phpdocumentor": "*",
28
- "phpunit/phpunit": "*"
29
- },
30
- "type": "library",
31
- "autoload": {
32
- "classmap": [
33
- "class.phpmailer.php",
34
- "class.pop3.php",
35
- "class.smtp.php"
36
- ]
37
- },
38
- "notification-url": "https://packagist.org/downloads/",
39
- "license": [
40
- "LGPL-2.1"
41
- ],
42
- "authors": [
43
- {
44
- "name": "Jim Jagielski",
45
- "email": "jimjag@gmail.com"
46
- },
47
- {
48
- "name": "Marcus Bointon",
49
- "email": "phpmailer@synchromedia.co.uk"
50
- },
51
- {
52
- "name": "Andy Prevost",
53
- "email": "codeworxtech@users.sourceforge.net"
54
- },
55
- {
56
- "name": "Brent R. Matzelle"
57
- }
58
- ],
59
- "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
60
- "time": "2012-12-04T11:15:39+00:00"
61
- }
62
- ],
63
- "packages-dev": [],
64
- "aliases": [],
65
- "minimum-stability": "stable",
66
- "stability-flags": [],
67
- "prefer-stable": false,
68
- "prefer-lowest": false,
69
- "platform": [],
70
- "platform-dev": [],
71
- "plugin-api-version": "1.1.0"
72
- }