highlight 1.1.5 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data/HISTORY.md +5 -0
- data/lib/simplabs/highlight.rb +2 -0
- metadata +8 -5
- checksums.yaml +0 -7
data/HISTORY.md
CHANGED
data/lib/simplabs/highlight.rb
CHANGED
@@ -27,6 +27,7 @@ module Simplabs
|
|
27
27
|
# * bash (+bash+, +sh+)
|
28
28
|
# * C (+c+, +h+)
|
29
29
|
# * Clojure (+clojure+)
|
30
|
+
# * CoffeeScript (+coffee+)
|
30
31
|
# * C++ (+c+++, +cpp+, +hpp+)
|
31
32
|
# * C# (+c#+, +csharp+, +cs+)
|
32
33
|
# * CSS (+css+)
|
@@ -67,6 +68,7 @@ module Simplabs
|
|
67
68
|
:bash => ['bash', 'sh'],
|
68
69
|
:c => ['c', 'h'],
|
69
70
|
:clojure => ['clojure'],
|
71
|
+
:coffeescript => ['coffeescript', 'coffee'],
|
70
72
|
:cpp => ['c++', 'cpp', 'hpp'],
|
71
73
|
:csharp => ['c#', 'csharp', 'cs'],
|
72
74
|
:css => ['css'],
|
metadata
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: highlight
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.6
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Marco Otte-Witte
|
@@ -35,25 +36,27 @@ files:
|
|
35
36
|
- spec/spec_helper.rb
|
36
37
|
homepage: http://github.com/simplabs/highlight
|
37
38
|
licenses: []
|
38
|
-
metadata: {}
|
39
39
|
post_install_message:
|
40
40
|
rdoc_options: []
|
41
41
|
require_paths:
|
42
42
|
- lib
|
43
43
|
required_ruby_version: !ruby/object:Gem::Requirement
|
44
|
+
none: false
|
44
45
|
requirements:
|
45
|
-
- - '>='
|
46
|
+
- - ! '>='
|
46
47
|
- !ruby/object:Gem::Version
|
47
48
|
version: '0'
|
48
49
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
50
|
+
none: false
|
49
51
|
requirements:
|
50
|
-
- - '>='
|
52
|
+
- - ! '>='
|
51
53
|
- !ruby/object:Gem::Version
|
52
54
|
version: '0'
|
53
55
|
requirements: []
|
54
56
|
rubyforge_project:
|
55
|
-
rubygems_version:
|
57
|
+
rubygems_version: 1.8.23
|
56
58
|
signing_key:
|
57
59
|
specification_version: 2
|
58
60
|
summary: Syntax Higlighting plugin for Ruby on Rails
|
59
61
|
test_files: []
|
62
|
+
has_rdoc: false
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: c0bc4a96c7be5df2f98b89e3084ce14db28fac06
|
4
|
-
data.tar.gz: af1f0d4c4e3ef8464389a5797b3ade49a2b11b8a
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 31ce617e77b6327cf6c4c658c8910c97201aca00fca965d7dd7a821ffe1938030219ce57f278a0bc2c2b8604c30d2e00afeed26d476e3d73d3d0fc094f4db53d
|
7
|
-
data.tar.gz: 6c07d47a250076d105ee598793c01162b486e40fef064dfd64257648383d52505b3521314b6a285cd1a25e7e56f39c1bd475ff1965d1fe83ecca2621f70801bc
|