File tree 4 files changed +18
-6
lines changed 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Library for using Git in Ruby.
4
4
5
+ ## Branch: multiple_merges
6
+ This is a branch which merges multiple enhancements on top of the latest schacon/ruby-git-master.
7
+
8
+ ### Install multi_merges version
9
+ ``` ruby
10
+ git clone https: // github.com/ saheba/ ruby- git.git
11
+ cd ruby- git
12
+ git checkout multi_merges
13
+ gem build git.gemspec
14
+ gem install ./ git- 1 - 2.6 .2 .gem
15
+ ```
16
+
5
17
## Homepage
6
18
7
19
Git public hosting of the project source code is at:
Original file line number Diff line number Diff line change 1
- 1.2.6
1
+ 1.2.6.2
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ require 'date'
3
3
require "#{ File . expand_path ( File . dirname ( __FILE__ ) ) } /lib/git/version"
4
4
5
5
Gem ::Specification . new do |s |
6
- s . authors = [ 'Scott Chacon' ]
6
+ s . authors = [ 'Scott Chacon, SaHeBa ' ]
7
7
s . date = Date . today . to_s
8
- s . email = 'schacon@gmail.com'
9
- s . homepage = 'http://github.com/schacon /ruby-git'
8
+ s . email = 'schacon@gmail.com, mail-@-saheba-dot-net '
9
+ s . homepage = 'http://github.com/saheba /ruby-git'
10
10
s . license = 'MIT'
11
11
s . name = 'git'
12
12
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.'
13
- s . version = Git ::VERSION
13
+ s . version = Git ::VERSION
14
14
15
15
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
16
16
s . require_paths = [ 'lib' ]
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module Git
2
2
3
3
# The current gem version
4
4
# @return [String] the current gem version.
5
- VERSION = '1.2.6.1 '
5
+ VERSION = '1.2.6.2 '
6
6
7
7
end
You can’t perform that action at this time.
0 commit comments