Skip to content

Commit a223fcf

Browse files
Bump version 1.3.0
Dropping ruby 1.8.x support
1 parent 3bc4f5e commit a223fcf

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
== 1.3.0
2+
3+
* Dropping Ruby 1.8.x support
4+
15
== 1.2.10
26

37
* Adding Git::Diff.name_status

VERSION

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
1.2.10
1+
1.3.0
2+

git.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
66
s.license = 'MIT'
77
s.name = 'git'
88
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-
s.version = '1.2.10'
9+
s.version = '1.3.0'
1010

1111
s.require_paths = ['lib']
1212
s.required_ruby_version = '>= 1.9'

lib/git/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module Git
22

33
# The current gem version
44
# @return [String] the current gem version.
5-
VERSION='1.2.10'
5+
VERSION='1.3.0'
66

77
end

0 commit comments

Comments
 (0)