We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47051ed commit cc6d6efCopy full SHA for cc6d6ef
VERSION
@@ -1 +1 @@
1
-1.2.9
+1.2.9.1
git.gemspec
@@ -1,14 +1,12 @@
-require 'date'
2
-
3
Gem::Specification.new do |s|
4
s.authors = ['Scott Chacon']
5
- s.date = '2015-01-12'
+ s.date = '2015-01-13'
6
s.email = 'schacon@gmail.com'
7
s.homepage = 'http://github.com/schacon/ruby-git'
8
s.license = 'MIT'
9
s.name = 'git'
10
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'
+ s.version = '1.2.9.1'
12
13
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
14
s.require_paths = ['lib']
0 commit comments