aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix RDoc main pagetopic/gh-pages-rdocKazuki Yamaguchi2016-08-181-1/+2
| | | | Include *.md, and use README.md as the main page.
* test: add test/mdebug extensionKazuki Yamaguchi2016-08-141-1/+6
| | | | | | It adds OpenSSL.print_mem_leaks method, that prints the memory leaks recorded by OpenSSL. This useful to find memory leaks originating in our bugs.
* Add Rake task sync:to_rubyKazuki Yamaguchi2016-08-071-6/+29
| | | | | Preparing for gem release... The task copies the content of this repository to the Ruby tree.
* Fix 'debug' taskKazuki Yamaguchi2016-07-091-1/+1
| | | | Load path needs to be passed.
* Add RDoc task to RakefileKazuki Yamaguchi2016-07-091-0/+5
|
* - Add getting started doc for testing the gemZachary Scott2016-06-241-1/+1
| | | | - Remove version restriction from `rake-compiler` in `Rakefile`
* Print out OPENSSL_LIBRARY_VERSION before testsZachary Scott2016-01-191-0/+5
| | | | Closes #46
* Move "Updating from trunk" doc to a rake task `:sync` [ci skip]Zachary Scott2016-01-181-0/+9
|
* Add LibreSSL test supportZachary Scott2015-11-261-1/+2
| | | | | | | | | | | This takes advantage of zzak/ruby-openssl-docker@e26d90172 Since the build container has Ruby without stdlib openssl, when building the gem to install locally we can't require openssl. This means that the gemspec has to use static version constant. We also removed bundler from development.
* Remove verbose mode from tests [ci skip]Zachary Scott2015-09-011-2/+0
|
* Run tests in verbose mode with warningsZachary Scott2015-09-011-0/+3
|
* rake test works now.SHIBATA Hiroshi2014-10-271-0/+6
|
* added rake-compilerSHIBATA Hiroshi2014-10-271-0/+3
|
* bundle gem opensslSHIBATA Hiroshi2014-10-271-0/+2