Skip to content

Commit 46731cc

Browse files
authored
Merge pull request #745 from libgit2/cmn/bump-27
Bump libgit2 to v0.27.0
2 parents 34a492e + 02a9d4d commit 46731cc

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ rvm:
1515

1616
addons:
1717
apt:
18+
sources:
19+
- sourceline: 'deb https://dl.bintray.com/libgit2/ci-dependencies trusty libgit2deps'
20+
key_url: 'https://bintray.com/user/downloadSubjectPublicKey?username=bintray'
1821
packages:
1922
- cmake
2023
- libssh2-1-dev

lib/rugged/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# For full terms see the included LICENSE file.
55

66
module Rugged
7-
Version = VERSION = '0.26.0'
7+
Version = VERSION = '0.27.0'
88
end

test/reference_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def test_list_references
2626
assert_equal [
2727
"refs/heads/br2",
2828
"refs/heads/dir",
29+
"refs/heads/executable",
2930
"refs/heads/ident",
3031
"refs/heads/long-file-name",
3132
"refs/heads/master",

0 commit comments

Comments
 (0)