Skip to content

Commit 4a0b690

Browse files
committed
Change required ruby version 1.9.3 -> 1.8.7
Semi-reverts part of commit d9b59ff.
1 parent add8327 commit 4a0b690

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libxslt-ruby.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
3737
'test/**/*'])
3838
spec.test_files = Dir.glob("test/test_*.rb")
3939
spec.add_development_dependency 'rake-compiler'
40-
spec.required_ruby_version = '>= 1.9.3'
40+
spec.required_ruby_version = '>= 1.8.7'
4141
spec.date = DateTime.now
4242
spec.rubyforge_project = 'libxslt-ruby'
43-
end
43+
end

0 commit comments

Comments
 (0)