File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Change Log
7
7
8
+ ## v1.11.0
9
+
10
+ * 292087e Supress unneeded test output (#570 )
11
+ * 19dfe5e Add support for fetch options "--force/-f" and "--prune-tags/-P". (#563 )
12
+ * 018d919 Fix bug when grepping lines that contain numbers surrounded by colons (#566 )
13
+ * c04d16e remove from maintainer (#567 )
14
+ * 291ca09 Address command line injection in Git::Lib#fetch
15
+ * 521b8e7 Release v1.10.2 (#561 )
16
+
17
+ See https://github.com/ruby-git/ruby-git/releases/tag/v1.11.0
18
+
8
19
## v1.10.2
9
20
10
21
See https://github.com/ruby-git/ruby-git/releases/tag/v1.10.2
Original file line number Diff line number Diff line change
1
+ # frozen_string_literal: true
2
+
1
3
source 'https://rubygems.org'
2
4
3
- gemspec :name => 'git'
5
+ git 'https://github.com/lsegal/yard' , branch : 'main' do
6
+ gem 'yard'
7
+ end
4
8
9
+ gemspec name : 'git'
Original file line number Diff line number Diff line change 1
1
module Git
2
2
# The current gem version
3
3
# @return [String] the current gem version.
4
- VERSION = '1.10.2 '
4
+ VERSION = '1.11.0 '
5
5
end
You can’t perform that action at this time.
0 commit comments