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 f2cec77 + 0dd8f56 commit 5f25347Copy full SHA for 5f25347
.travis.yml
@@ -2,9 +2,11 @@ language: ruby
2
rvm:
3
- 1.9.3
4
- 2.0.0
5
+ - 2.1.2
6
- jruby-19mode
7
- rbx-19mode
8
+ # - rbx-2
9
matrix:
10
allow_failures:
11
- rvm: jruby-19mode
-script: bundle exec rake spec
12
+script: bundle exec rake
Manifest.txt
@@ -29,7 +29,6 @@ lib/net/ldap/version.rb
29
lib/net/snmp.rb
30
net-ldap.gemspec
31
spec/integration/ssl_ber_spec.rb
32
-spec/spec.opts
33
spec/spec_helper.rb
34
spec/unit/ber/ber_spec.rb
35
spec/unit/ber/core_ext/array_spec.rb
0 commit comments