coderay 0.9.6.pre → 0.9.6.pre2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/coderay/scanner.rb +1 -0
- data/test/functional/basic.rbc +1938 -0
- data/test/functional/for_redcloth.rbc +1708 -0
- data/test/functional/load_plugin_scanner.rbc +317 -0
- data/test/functional/suite.rbc +322 -0
- data/test/functional/vhdl.rbc +2334 -0
- data/test/functional/word_list.rbc +1763 -0
- metadata +12 -3
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: coderay
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
hash: -1876988239
|
4
5
|
prerelease: true
|
5
6
|
segments:
|
6
7
|
- 0
|
7
8
|
- 9
|
8
9
|
- 6
|
9
|
-
-
|
10
|
-
version: 0.9.6.
|
10
|
+
- pre2
|
11
|
+
version: 0.9.6.pre2
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- murphy
|
@@ -15,7 +16,7 @@ autorequire:
|
|
15
16
|
bindir: bin
|
16
17
|
cert_chain: []
|
17
18
|
|
18
|
-
date: 2010-
|
19
|
+
date: 2010-11-20 00:00:00 +13:00
|
19
20
|
default_executable:
|
20
21
|
dependencies: []
|
21
22
|
|
@@ -95,11 +96,17 @@ files:
|
|
95
96
|
- ./lib/coderay.rb
|
96
97
|
- ./Rakefile
|
97
98
|
- ./test/functional/basic.rb
|
99
|
+
- ./test/functional/basic.rbc
|
98
100
|
- ./test/functional/for_redcloth.rb
|
101
|
+
- ./test/functional/for_redcloth.rbc
|
99
102
|
- ./test/functional/load_plugin_scanner.rb
|
103
|
+
- ./test/functional/load_plugin_scanner.rbc
|
100
104
|
- ./test/functional/suite.rb
|
105
|
+
- ./test/functional/suite.rbc
|
101
106
|
- ./test/functional/vhdl.rb
|
107
|
+
- ./test/functional/vhdl.rbc
|
102
108
|
- ./test/functional/word_list.rb
|
109
|
+
- ./test/functional/word_list.rbc
|
103
110
|
- ./lib/README
|
104
111
|
- ./LICENSE
|
105
112
|
- lib/README
|
@@ -122,6 +129,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
122
129
|
requirements:
|
123
130
|
- - ">="
|
124
131
|
- !ruby/object:Gem::Version
|
132
|
+
hash: 51
|
125
133
|
segments:
|
126
134
|
- 1
|
127
135
|
- 8
|
@@ -132,6 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
132
140
|
requirements:
|
133
141
|
- - ">"
|
134
142
|
- !ruby/object:Gem::Version
|
143
|
+
hash: 25
|
135
144
|
segments:
|
136
145
|
- 1
|
137
146
|
- 3
|