Skip to content

Commit

Permalink
Release 0.21.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Dec 18, 2014
1 parent 1f6b7d0 commit c5b8bc5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Rugged 0.21.3 (December 18, 2014) ##

* Update bundled libgit2 to 0.21.3.

See https://github.com/libgit2/libgit2/releases/tag/v0.21.3 for a list
of fixed issues.

*Arthur Schreiber*

## Rugged 0.21.2 (November 16, 2014) ##

* Update bundled libgit2 to 0.21.2 (from 0.21.0).
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rugged (0.21.2)
rugged (0.21.3)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/rugged/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rugged
Version = VERSION = '0.21.2'
Version = VERSION = '0.21.3'
end
10 changes: 5 additions & 5 deletions test/commit_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def test_format_to_mbox
+_file1.txt_
file1.txt
--
libgit2 0.21.2
libgit2 #{Rugged.libgit2_version.join('.')}
EOS
end
Expand Down Expand Up @@ -349,7 +349,7 @@ def test_format_to_mbox_multiple
+file3
+file3
--
libgit2 0.21.2
libgit2 #{Rugged.libgit2_version.join('.')}
EOS

Expand Down Expand Up @@ -388,7 +388,7 @@ def test_format_to_mbox_multiple
file3
file3
--
libgit2 0.21.2
libgit2 #{Rugged.libgit2_version.join('.')}
EOS

Expand Down Expand Up @@ -432,7 +432,7 @@ def test_format_to_mbox_exclude_marker
+_file1.txt_
file1.txt
--
libgit2 0.21.2
libgit2 #{Rugged.libgit2_version.join('.')}
EOS
end
Expand Down Expand Up @@ -471,7 +471,7 @@ def test_format_to_mbox_diff_options
+_file1.txt_
file1.txt
--
libgit2 0.21.2
libgit2 #{Rugged.libgit2_version.join('.')}
EOS
end
Expand Down
2 changes: 1 addition & 1 deletion vendor/libgit2
Submodule libgit2 updated 158 files

0 comments on commit c5b8bc5

Please sign in to comment.