coderay 0.9.6.pre2 → 0.9.6

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 (2) hide show
  1. data/test/functional/basic.rb +4 -0
  2. metadata +8 -11
@@ -115,4 +115,8 @@ more code # and another comment, in-line.
115
115
  assert CodeRay::Scanners.list.include?('plaintext')
116
116
  end
117
117
 
118
+ def test_scan_a_frozen_string
119
+ CodeRay.scan RUBY_VERSION, :ruby
120
+ end
121
+
118
122
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coderay
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1876988239
5
- prerelease: true
4
+ hash: 55
5
+ prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - 6
10
- - pre2
11
- version: 0.9.6.pre2
10
+ version: 0.9.6
12
11
  platform: ruby
13
12
  authors:
14
13
  - murphy
@@ -16,7 +15,7 @@ autorequire:
16
15
  bindir: bin
17
16
  cert_chain: []
18
17
 
19
- date: 2010-11-20 00:00:00 +13:00
18
+ date: 2010-11-25 00:00:00 +13:00
20
19
  default_executable:
21
20
  dependencies: []
22
21
 
@@ -138,14 +137,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
138
137
  required_rubygems_version: !ruby/object:Gem::Requirement
139
138
  none: false
140
139
  requirements:
141
- - - ">"
140
+ - - ">="
142
141
  - !ruby/object:Gem::Version
143
- hash: 25
142
+ hash: 3
144
143
  segments:
145
- - 1
146
- - 3
147
- - 1
148
- version: 1.3.1
144
+ - 0
145
+ version: "0"
149
146
  requirements: []
150
147
 
151
148
  rubyforge_project: coderay