coderay 1.0.6 → 1.0.7.rc1

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.
@@ -176,7 +176,6 @@ module CodeRay
176
176
  id = validate_id(plugin_id)
177
177
  path = path_to id
178
178
  begin
179
- raise LoadError, "#{path} not found" unless File.exist? path
180
179
  require path
181
180
  rescue LoadError => boom
182
181
  if @plugin_map_loaded
@@ -1,3 +1,3 @@
1
1
  module CodeRay
2
- VERSION = '1.0.6'
2
+ VERSION = '1.0.7'
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coderay
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
5
- prerelease:
4
+ version: 1.0.7.rc1
5
+ prerelease: 6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kornelius Kalnbach
@@ -111,9 +111,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
111
111
  required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  none: false
113
113
  requirements:
114
- - - ! '>='
114
+ - - ! '>'
115
115
  - !ruby/object:Gem::Version
116
- version: '0'
116
+ version: 1.3.1
117
117
  requirements: []
118
118
  rubyforge_project: coderay
119
119
  rubygems_version: 1.8.21