Skip to content

Commit 12f5a54

Browse files
author
Vicent Marti
committed
Merge pull request #494 from libgit2/vmg/23b4
Rugged 0.23b4
2 parents c449fc5 + 8a39105 commit 12f5a54

File tree

5 files changed

+4
-238
lines changed

5 files changed

+4
-238
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.bundle
22
*.swp
3+
Gemfile.lock
34
tmp/
45
test/fixtures/testrepo.git
56
ext/rugged/vendor/libgit2-dist/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ matrix:
3434

3535
install:
3636
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/script/install-deps-osx.sh; fi
37-
- bundle install --deployment
37+
- bundle install --path vendor/local
3838

3939
script: script/travisbuild

Gemfile.lock

Lines changed: 0 additions & 235 deletions
This file was deleted.

lib/rugged/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Rugged
2-
Version = VERSION = '0.23.0b3'
2+
Version = VERSION = '0.23.0b4'
33
end

0 commit comments

Comments
 (0)