File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11
11
- ree
12
12
matrix :
13
13
allow_failures :
14
+ - 1.8.7
14
15
- rbx-18mode
15
16
- rbx-19mode
17
+ - ree
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ Gem::Specification.new do |s|
8
8
s . summary = 'Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.'
9
9
s . version = '1.2.10'
10
10
11
- s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
12
11
s . require_paths = [ 'lib' ]
12
+ s . required_ruby_version = '>= 1.9'
13
+ s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
13
14
s . requirements = [ 'git 1.6.0.0, or greater' ]
14
15
15
16
s . add_development_dependency 'rake'
You can’t perform that action at this time.
0 commit comments