We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c6f709 + 0eebc66 commit 8098c5fCopy full SHA for 8098c5f
.travis.yml
@@ -4,4 +4,7 @@ rvm:
4
- 2.0.0
5
- jruby-19mode
6
- rbx-19mode
7
+matrix:
8
+ allow_failures:
9
+ - rvm: jruby-19mode
10
script: bundle exec rake spec
README.rdoc
@@ -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]
+= Net::LDAP for Ruby {<img src="https://travis-ci.org/github/ruby-net-ldap.png" />}[https://travis-ci.org/github/ruby-net-ldap]
2
3
== Description
lib/net/ldap/version.rb
@@ -1,5 +1,5 @@
module Net
class LDAP
- VERSION = "0.6.1"
+ VERSION = "0.7.0"
end
0 commit comments