Skip to content

Commit cc6d6ef

Browse files
Updating version (1.2.9.1)
1 parent 47051ed commit cc6d6ef

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.9
1+
1.2.9.1

git.gemspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
require 'date'
2-
31
Gem::Specification.new do |s|
42
s.authors = ['Scott Chacon']
5-
s.date = '2015-01-12'
3+
s.date = '2015-01-13'
64
s.email = '[email protected]'
75
s.homepage = 'http://github.com/schacon/ruby-git'
86
s.license = 'MIT'
97
s.name = 'git'
108
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.'
11-
s.version = '1.2.9'
9+
s.version = '1.2.9.1'
1210

1311
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1412
s.require_paths = ['lib']

0 commit comments

Comments
 (0)