Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md with gemspec #355

Closed
wants to merge 9 commits into from
18 changes: 17 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,26 @@ useful. If there is another library which handles it, we list it here.

== Develop

* Clone the repository using

git clone https://github.com/ruby-ldap/ruby-net-ldap
HarlemSquirrel marked this conversation as resolved.
Show resolved Hide resolved
cd ruby-net-ldap

* To install all the dependencies for local development:

gem install bundler # if you don't have it
bundle install

This task will run the test suite and the
{RuboCop}[https://github.com/bbatsov/rubocop] static code analyzer.

rake rubotest
rake rubotest # without bundler
bundle exec rake rubotest # if you are using bundler

* To build the gem from the existing gemset

gem build net-ldap.gemspec
gem install net-ldap-{version}.gem

CI takes too long? If your local box supports
{Docker}[https://www.docker.com/], you can also run integration tests locally.
Expand Down
Binary file added net-ldap-0.16.2.gem
Binary file not shown.