Skip to content

Commit 8098c5f

Browse files
committed
Merge branch 'master' into instrument-network-calls
2 parents 7c6f709 + 0eebc66 commit 8098c5f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ rvm:
44
- 2.0.0
55
- jruby-19mode
66
- rbx-19mode
7+
matrix:
8+
allow_failures:
9+
- rvm: jruby-19mode
710
script: bundle exec rake spec

README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Net::LDAP for Ruby {<img src="https://travis-ci.org/ruby-ldap/ruby-net-ldap.png" />}[https://travis-ci.org/ruby-ldap/ruby-net-ldap]
1+
= Net::LDAP for Ruby {<img src="https://travis-ci.org/github/ruby-net-ldap.png" />}[https://travis-ci.org/github/ruby-net-ldap]
22

33
== Description
44

lib/net/ldap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Net
22
class LDAP
3-
VERSION = "0.6.1"
3+
VERSION = "0.7.0"
44
end
55
end

0 commit comments

Comments
 (0)