Kill 1.9.2 support.

This commit is contained in:
Parker Moore 2014-02-14 13:30:14 -05:00
parent 1671d34e15
commit 36b2963343
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ rvm:
- 2.1.0
- 2.0.0
- 1.9.3
- 1.9.2
script: script/cibuild
after_script:
- script/rebund upload

View File

@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.specification_version = 2 if s.respond_to? :specification_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.rubygems_version = '1.3.5'
s.required_ruby_version = '>= 1.9.2'
s.required_ruby_version = '>= 1.9.3'
s.name = 'jekyll'
s.version = '2.0.0.alpha.1'