rails-highlightjs 9.1.0.2

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 (82) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +21 -0
  5. data/README.md +53 -0
  6. data/Rakefile +2 -0
  7. data/bin/console +14 -0
  8. data/bin/setup +8 -0
  9. data/lib/rails-highlightjs.rb +8 -0
  10. data/lib/rails-highlightjs/version.rb +5 -0
  11. data/rails-hightlightjs.gemspec +23 -0
  12. data/vendor/assets/javascripts/highlight_pack.js +2 -0
  13. data/vendor/assets/stylesheets/agate.css +108 -0
  14. data/vendor/assets/stylesheets/androidstudio.css +66 -0
  15. data/vendor/assets/stylesheets/arduino-light.css +88 -0
  16. data/vendor/assets/stylesheets/arta.css +73 -0
  17. data/vendor/assets/stylesheets/ascetic.css +45 -0
  18. data/vendor/assets/stylesheets/atelier-cave-dark.css +83 -0
  19. data/vendor/assets/stylesheets/atelier-cave-light.css +85 -0
  20. data/vendor/assets/stylesheets/atelier-dune-dark.css +69 -0
  21. data/vendor/assets/stylesheets/atelier-dune-light.css +69 -0
  22. data/vendor/assets/stylesheets/atelier-estuary-dark.css +84 -0
  23. data/vendor/assets/stylesheets/atelier-estuary-light.css +84 -0
  24. data/vendor/assets/stylesheets/atelier-forest-dark.css +69 -0
  25. data/vendor/assets/stylesheets/atelier-forest-light.css +69 -0
  26. data/vendor/assets/stylesheets/atelier-heath-dark.css +69 -0
  27. data/vendor/assets/stylesheets/atelier-heath-light.css +69 -0
  28. data/vendor/assets/stylesheets/atelier-lakeside-dark.css +69 -0
  29. data/vendor/assets/stylesheets/atelier-lakeside-light.css +69 -0
  30. data/vendor/assets/stylesheets/atelier-plateau-dark.css +84 -0
  31. data/vendor/assets/stylesheets/atelier-plateau-light.css +84 -0
  32. data/vendor/assets/stylesheets/atelier-savanna-dark.css +84 -0
  33. data/vendor/assets/stylesheets/atelier-savanna-light.css +84 -0
  34. data/vendor/assets/stylesheets/atelier-seaside-dark.css +69 -0
  35. data/vendor/assets/stylesheets/atelier-seaside-light.css +69 -0
  36. data/vendor/assets/stylesheets/atelier-sulphurpool-dark.css +69 -0
  37. data/vendor/assets/stylesheets/atelier-sulphurpool-light.css +69 -0
  38. data/vendor/assets/stylesheets/brown-paper.css +64 -0
  39. data/vendor/assets/stylesheets/brown-papersq.png +0 -0
  40. data/vendor/assets/stylesheets/codepen-embed.css +60 -0
  41. data/vendor/assets/stylesheets/color-brewer.css +71 -0
  42. data/vendor/assets/stylesheets/dark.css +63 -0
  43. data/vendor/assets/stylesheets/darkula.css +74 -0
  44. data/vendor/assets/stylesheets/default.css +77 -0
  45. data/vendor/assets/stylesheets/docco.css +97 -0
  46. data/vendor/assets/stylesheets/far.css +71 -0
  47. data/vendor/assets/stylesheets/foundation.css +88 -0
  48. data/vendor/assets/stylesheets/github-gist.css +71 -0
  49. data/vendor/assets/stylesheets/github.css +99 -0
  50. data/vendor/assets/stylesheets/googlecode.css +89 -0
  51. data/vendor/assets/stylesheets/grayscale.css +101 -0
  52. data/vendor/assets/stylesheets/hopscotch.css +83 -0
  53. data/vendor/assets/stylesheets/hybrid.css +102 -0
  54. data/vendor/assets/stylesheets/idea.css +97 -0
  55. data/vendor/assets/stylesheets/ir-black.css +73 -0
  56. data/vendor/assets/stylesheets/kimbie.dark.css +74 -0
  57. data/vendor/assets/stylesheets/kimbie.light.css +74 -0
  58. data/vendor/assets/stylesheets/magula.css +70 -0
  59. data/vendor/assets/stylesheets/mono-blue.css +59 -0
  60. data/vendor/assets/stylesheets/monokai-sublime.css +83 -0
  61. data/vendor/assets/stylesheets/monokai.css +70 -0
  62. data/vendor/assets/stylesheets/obsidian.css +88 -0
  63. data/vendor/assets/stylesheets/paraiso-dark.css +72 -0
  64. data/vendor/assets/stylesheets/paraiso-light.css +72 -0
  65. data/vendor/assets/stylesheets/pojoaque.css +83 -0
  66. data/vendor/assets/stylesheets/pojoaque.jpg +0 -0
  67. data/vendor/assets/stylesheets/railscasts.css +106 -0
  68. data/vendor/assets/stylesheets/rainbow.css +85 -0
  69. data/vendor/assets/stylesheets/school-book.css +72 -0
  70. data/vendor/assets/stylesheets/school-book.png +0 -0
  71. data/vendor/assets/stylesheets/solarized-dark.css +84 -0
  72. data/vendor/assets/stylesheets/solarized-light.css +84 -0
  73. data/vendor/assets/stylesheets/sunburst.css +102 -0
  74. data/vendor/assets/stylesheets/tomorrow-night-blue.css +75 -0
  75. data/vendor/assets/stylesheets/tomorrow-night-bright.css +74 -0
  76. data/vendor/assets/stylesheets/tomorrow-night-eighties.css +74 -0
  77. data/vendor/assets/stylesheets/tomorrow-night.css +75 -0
  78. data/vendor/assets/stylesheets/tomorrow.css +72 -0
  79. data/vendor/assets/stylesheets/vs.css +68 -0
  80. data/vendor/assets/stylesheets/xcode.css +93 -0
  81. data/vendor/assets/stylesheets/zenburn.css +80 -0
  82. metadata +166 -0
@@ -0,0 +1,75 @@
1
+ /* Tomorrow Night Theme */
2
+ /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
3
+ /* Original theme - https://github.com/chriskempson/tomorrow-theme */
4
+ /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
5
+
6
+ /* Tomorrow Comment */
7
+ .hljs-comment,
8
+ .hljs-quote {
9
+ color: #969896;
10
+ }
11
+
12
+ /* Tomorrow Red */
13
+ .hljs-variable,
14
+ .hljs-template-variable,
15
+ .hljs-tag,
16
+ .hljs-name,
17
+ .hljs-selector-id,
18
+ .hljs-selector-class,
19
+ .hljs-regexp,
20
+ .hljs-deletion {
21
+ color: #cc6666;
22
+ }
23
+
24
+ /* Tomorrow Orange */
25
+ .hljs-number,
26
+ .hljs-built_in,
27
+ .hljs-builtin-name,
28
+ .hljs-literal,
29
+ .hljs-type,
30
+ .hljs-params,
31
+ .hljs-meta,
32
+ .hljs-link {
33
+ color: #de935f;
34
+ }
35
+
36
+ /* Tomorrow Yellow */
37
+ .hljs-attribute {
38
+ color: #f0c674;
39
+ }
40
+
41
+ /* Tomorrow Green */
42
+ .hljs-string,
43
+ .hljs-symbol,
44
+ .hljs-bullet,
45
+ .hljs-addition {
46
+ color: #b5bd68;
47
+ }
48
+
49
+ /* Tomorrow Blue */
50
+ .hljs-title,
51
+ .hljs-section {
52
+ color: #81a2be;
53
+ }
54
+
55
+ /* Tomorrow Purple */
56
+ .hljs-keyword,
57
+ .hljs-selector-tag {
58
+ color: #b294bb;
59
+ }
60
+
61
+ .hljs {
62
+ display: block;
63
+ overflow-x: auto;
64
+ background: #1d1f21;
65
+ color: #c5c8c6;
66
+ padding: 0.5em;
67
+ }
68
+
69
+ .hljs-emphasis {
70
+ font-style: italic;
71
+ }
72
+
73
+ .hljs-strong {
74
+ font-weight: bold;
75
+ }
@@ -0,0 +1,72 @@
1
+ /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
2
+
3
+ /* Tomorrow Comment */
4
+ .hljs-comment,
5
+ .hljs-quote {
6
+ color: #8e908c;
7
+ }
8
+
9
+ /* Tomorrow Red */
10
+ .hljs-variable,
11
+ .hljs-template-variable,
12
+ .hljs-tag,
13
+ .hljs-name,
14
+ .hljs-selector-id,
15
+ .hljs-selector-class,
16
+ .hljs-regexp,
17
+ .hljs-deletion {
18
+ color: #c82829;
19
+ }
20
+
21
+ /* Tomorrow Orange */
22
+ .hljs-number,
23
+ .hljs-built_in,
24
+ .hljs-builtin-name,
25
+ .hljs-literal,
26
+ .hljs-type,
27
+ .hljs-params,
28
+ .hljs-meta,
29
+ .hljs-link {
30
+ color: #f5871f;
31
+ }
32
+
33
+ /* Tomorrow Yellow */
34
+ .hljs-attribute {
35
+ color: #eab700;
36
+ }
37
+
38
+ /* Tomorrow Green */
39
+ .hljs-string,
40
+ .hljs-symbol,
41
+ .hljs-bullet,
42
+ .hljs-addition {
43
+ color: #718c00;
44
+ }
45
+
46
+ /* Tomorrow Blue */
47
+ .hljs-title,
48
+ .hljs-section {
49
+ color: #4271ae;
50
+ }
51
+
52
+ /* Tomorrow Purple */
53
+ .hljs-keyword,
54
+ .hljs-selector-tag {
55
+ color: #8959a8;
56
+ }
57
+
58
+ .hljs {
59
+ display: block;
60
+ overflow-x: auto;
61
+ background: white;
62
+ color: #4d4d4c;
63
+ padding: 0.5em;
64
+ }
65
+
66
+ .hljs-emphasis {
67
+ font-style: italic;
68
+ }
69
+
70
+ .hljs-strong {
71
+ font-weight: bold;
72
+ }
@@ -0,0 +1,68 @@
1
+ /*
2
+
3
+ Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
4
+
5
+ */
6
+ .hljs {
7
+ display: block;
8
+ overflow-x: auto;
9
+ padding: 0.5em;
10
+ background: white;
11
+ color: black;
12
+ }
13
+
14
+ .hljs-comment,
15
+ .hljs-quote,
16
+ .hljs-variable {
17
+ color: #008000;
18
+ }
19
+
20
+ .hljs-keyword,
21
+ .hljs-selector-tag,
22
+ .hljs-built_in,
23
+ .hljs-name,
24
+ .hljs-tag {
25
+ color: #00f;
26
+ }
27
+
28
+ .hljs-string,
29
+ .hljs-title,
30
+ .hljs-section,
31
+ .hljs-attribute,
32
+ .hljs-literal,
33
+ .hljs-template-tag,
34
+ .hljs-template-variable,
35
+ .hljs-type,
36
+ .hljs-addition {
37
+ color: #a31515;
38
+ }
39
+
40
+ .hljs-deletion,
41
+ .hljs-selector-attr,
42
+ .hljs-selector-pseudo,
43
+ .hljs-meta {
44
+ color: #2b91af;
45
+ }
46
+
47
+ .hljs-doctag {
48
+ color: #808080;
49
+ }
50
+
51
+ .hljs-attr {
52
+ color: #f00;
53
+ }
54
+
55
+ .hljs-symbol,
56
+ .hljs-bullet,
57
+ .hljs-link {
58
+ color: #00b0e8;
59
+ }
60
+
61
+
62
+ .hljs-emphasis {
63
+ font-style: italic;
64
+ }
65
+
66
+ .hljs-strong {
67
+ font-weight: bold;
68
+ }
@@ -0,0 +1,93 @@
1
+ /*
2
+
3
+ XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>
4
+
5
+ */
6
+
7
+ .hljs {
8
+ display: block;
9
+ overflow-x: auto;
10
+ padding: 0.5em;
11
+ background: #fff;
12
+ color: black;
13
+ }
14
+
15
+ .hljs-comment,
16
+ .hljs-quote {
17
+ color: #006a00;
18
+ }
19
+
20
+ .hljs-keyword,
21
+ .hljs-selector-tag,
22
+ .hljs-literal {
23
+ color: #aa0d91;
24
+ }
25
+
26
+ .hljs-name {
27
+ color: #008;
28
+ }
29
+
30
+ .hljs-variable,
31
+ .hljs-template-variable {
32
+ color: #660;
33
+ }
34
+
35
+ .hljs-string {
36
+ color: #c41a16;
37
+ }
38
+
39
+ .hljs-regexp,
40
+ .hljs-link {
41
+ color: #080;
42
+ }
43
+
44
+ .hljs-title,
45
+ .hljs-tag,
46
+ .hljs-symbol,
47
+ .hljs-bullet,
48
+ .hljs-number,
49
+ .hljs-meta {
50
+ color: #1c00cf;
51
+ }
52
+
53
+ .hljs-section,
54
+ .hljs-class .hljs-title,
55
+ .hljs-type,
56
+ .hljs-attr,
57
+ .hljs-built_in,
58
+ .hljs-builtin-name,
59
+ .hljs-params {
60
+ color: #5c2699;
61
+ }
62
+
63
+ .hljs-attribute,
64
+ .hljs-subst {
65
+ color: #000;
66
+ }
67
+
68
+ .hljs-formula {
69
+ background-color: #eee;
70
+ font-style: italic;
71
+ }
72
+
73
+ .hljs-addition {
74
+ background-color: #baeeba;
75
+ }
76
+
77
+ .hljs-deletion {
78
+ background-color: #ffc8bd;
79
+ }
80
+
81
+ .hljs-selector-id,
82
+ .hljs-selector-class {
83
+ color: #9b703f;
84
+ }
85
+
86
+ .hljs-doctag,
87
+ .hljs-strong {
88
+ font-weight: bold;
89
+ }
90
+
91
+ .hljs-emphasis {
92
+ font-style: italic;
93
+ }
@@ -0,0 +1,80 @@
1
+ /*
2
+
3
+ Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
4
+ based on dark.css by Ivan Sagalaev
5
+
6
+ */
7
+
8
+ .hljs {
9
+ display: block;
10
+ overflow-x: auto;
11
+ padding: 0.5em;
12
+ background: #3f3f3f;
13
+ color: #dcdcdc;
14
+ }
15
+
16
+ .hljs-keyword,
17
+ .hljs-selector-tag,
18
+ .hljs-tag {
19
+ color: #e3ceab;
20
+ }
21
+
22
+ .hljs-template-tag {
23
+ color: #dcdcdc;
24
+ }
25
+
26
+ .hljs-number {
27
+ color: #8cd0d3;
28
+ }
29
+
30
+ .hljs-variable,
31
+ .hljs-template-variable,
32
+ .hljs-attribute {
33
+ color: #efdcbc;
34
+ }
35
+
36
+ .hljs-literal {
37
+ color: #efefaf;
38
+ }
39
+
40
+ .hljs-subst {
41
+ color: #8f8f8f;
42
+ }
43
+
44
+ .hljs-title,
45
+ .hljs-name,
46
+ .hljs-selector-id,
47
+ .hljs-selector-class,
48
+ .hljs-section,
49
+ .hljs-type {
50
+ color: #efef8f;
51
+ }
52
+
53
+ .hljs-symbol,
54
+ .hljs-bullet,
55
+ .hljs-link {
56
+ color: #dca3a3;
57
+ }
58
+
59
+ .hljs-deletion,
60
+ .hljs-string,
61
+ .hljs-built_in,
62
+ .hljs-builtin-name {
63
+ color: #cc9393;
64
+ }
65
+
66
+ .hljs-addition,
67
+ .hljs-comment,
68
+ .hljs-quote,
69
+ .hljs-meta {
70
+ color: #7f9f7f;
71
+ }
72
+
73
+
74
+ .hljs-emphasis {
75
+ font-style: italic;
76
+ }
77
+
78
+ .hljs-strong {
79
+ font-weight: bold;
80
+ }
metadata ADDED
@@ -0,0 +1,166 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rails-highlightjs
3
+ version: !ruby/object:Gem::Version
4
+ version: 9.1.0.2
5
+ platform: ruby
6
+ authors:
7
+ - David Reghay
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2016-01-20 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.11'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.11'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: railties
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.1'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.1'
55
+ description:
56
+ email:
57
+ - david.reghay@gmail.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - ".gitignore"
63
+ - Gemfile
64
+ - LICENSE.txt
65
+ - README.md
66
+ - Rakefile
67
+ - bin/console
68
+ - bin/setup
69
+ - lib/rails-highlightjs.rb
70
+ - lib/rails-highlightjs/version.rb
71
+ - rails-hightlightjs.gemspec
72
+ - vendor/assets/javascripts/highlight_pack.js
73
+ - vendor/assets/stylesheets/agate.css
74
+ - vendor/assets/stylesheets/androidstudio.css
75
+ - vendor/assets/stylesheets/arduino-light.css
76
+ - vendor/assets/stylesheets/arta.css
77
+ - vendor/assets/stylesheets/ascetic.css
78
+ - vendor/assets/stylesheets/atelier-cave-dark.css
79
+ - vendor/assets/stylesheets/atelier-cave-light.css
80
+ - vendor/assets/stylesheets/atelier-dune-dark.css
81
+ - vendor/assets/stylesheets/atelier-dune-light.css
82
+ - vendor/assets/stylesheets/atelier-estuary-dark.css
83
+ - vendor/assets/stylesheets/atelier-estuary-light.css
84
+ - vendor/assets/stylesheets/atelier-forest-dark.css
85
+ - vendor/assets/stylesheets/atelier-forest-light.css
86
+ - vendor/assets/stylesheets/atelier-heath-dark.css
87
+ - vendor/assets/stylesheets/atelier-heath-light.css
88
+ - vendor/assets/stylesheets/atelier-lakeside-dark.css
89
+ - vendor/assets/stylesheets/atelier-lakeside-light.css
90
+ - vendor/assets/stylesheets/atelier-plateau-dark.css
91
+ - vendor/assets/stylesheets/atelier-plateau-light.css
92
+ - vendor/assets/stylesheets/atelier-savanna-dark.css
93
+ - vendor/assets/stylesheets/atelier-savanna-light.css
94
+ - vendor/assets/stylesheets/atelier-seaside-dark.css
95
+ - vendor/assets/stylesheets/atelier-seaside-light.css
96
+ - vendor/assets/stylesheets/atelier-sulphurpool-dark.css
97
+ - vendor/assets/stylesheets/atelier-sulphurpool-light.css
98
+ - vendor/assets/stylesheets/brown-paper.css
99
+ - vendor/assets/stylesheets/brown-papersq.png
100
+ - vendor/assets/stylesheets/codepen-embed.css
101
+ - vendor/assets/stylesheets/color-brewer.css
102
+ - vendor/assets/stylesheets/dark.css
103
+ - vendor/assets/stylesheets/darkula.css
104
+ - vendor/assets/stylesheets/default.css
105
+ - vendor/assets/stylesheets/docco.css
106
+ - vendor/assets/stylesheets/far.css
107
+ - vendor/assets/stylesheets/foundation.css
108
+ - vendor/assets/stylesheets/github-gist.css
109
+ - vendor/assets/stylesheets/github.css
110
+ - vendor/assets/stylesheets/googlecode.css
111
+ - vendor/assets/stylesheets/grayscale.css
112
+ - vendor/assets/stylesheets/hopscotch.css
113
+ - vendor/assets/stylesheets/hybrid.css
114
+ - vendor/assets/stylesheets/idea.css
115
+ - vendor/assets/stylesheets/ir-black.css
116
+ - vendor/assets/stylesheets/kimbie.dark.css
117
+ - vendor/assets/stylesheets/kimbie.light.css
118
+ - vendor/assets/stylesheets/magula.css
119
+ - vendor/assets/stylesheets/mono-blue.css
120
+ - vendor/assets/stylesheets/monokai-sublime.css
121
+ - vendor/assets/stylesheets/monokai.css
122
+ - vendor/assets/stylesheets/obsidian.css
123
+ - vendor/assets/stylesheets/paraiso-dark.css
124
+ - vendor/assets/stylesheets/paraiso-light.css
125
+ - vendor/assets/stylesheets/pojoaque.css
126
+ - vendor/assets/stylesheets/pojoaque.jpg
127
+ - vendor/assets/stylesheets/railscasts.css
128
+ - vendor/assets/stylesheets/rainbow.css
129
+ - vendor/assets/stylesheets/school-book.css
130
+ - vendor/assets/stylesheets/school-book.png
131
+ - vendor/assets/stylesheets/solarized-dark.css
132
+ - vendor/assets/stylesheets/solarized-light.css
133
+ - vendor/assets/stylesheets/sunburst.css
134
+ - vendor/assets/stylesheets/tomorrow-night-blue.css
135
+ - vendor/assets/stylesheets/tomorrow-night-bright.css
136
+ - vendor/assets/stylesheets/tomorrow-night-eighties.css
137
+ - vendor/assets/stylesheets/tomorrow-night.css
138
+ - vendor/assets/stylesheets/tomorrow.css
139
+ - vendor/assets/stylesheets/vs.css
140
+ - vendor/assets/stylesheets/xcode.css
141
+ - vendor/assets/stylesheets/zenburn.css
142
+ homepage: https://github.com/davidreghay/rails-highlightjs
143
+ licenses:
144
+ - MIT
145
+ metadata: {}
146
+ post_install_message:
147
+ rdoc_options: []
148
+ require_paths:
149
+ - lib
150
+ required_ruby_version: !ruby/object:Gem::Requirement
151
+ requirements:
152
+ - - ">="
153
+ - !ruby/object:Gem::Version
154
+ version: '0'
155
+ required_rubygems_version: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - ">="
158
+ - !ruby/object:Gem::Version
159
+ version: '0'
160
+ requirements: []
161
+ rubyforge_project:
162
+ rubygems_version: 2.5.1
163
+ signing_key:
164
+ specification_version: 4
165
+ summary: highlight.js in gemified, easily Rails-digestible form
166
+ test_files: []