aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/grpc.gemspec.template
Commit message (Collapse)AuthorAge
* grpc gem does not depend on googleauthGravatar ganmacs2018-05-14
|
* Reject test directory in src/ruby/pb from packing as gemGravatar ganmacs2018-05-14
| | | | | This seems to be a test directory, as the name implies. So This directory does not need to be include as grpc gem.
* Update max-allowed-version of googleauth ruby dependencyGravatar Alexander Polcyn2017-10-25
|
* add a client side utility for extracting a google rpcGravatar Alexander Polcyn2017-09-18
| | | | status from a grpc::Status
* fix ruby macos build on kokoroGravatar Jan Tattermusch2017-09-05
|
* fix remaining license noticesGravatar Jan Tattermusch2017-06-08
|
* Fix for using gem build/installGravatar DJ Mountney2017-03-10
| | | | | | When pre-compiled assets are missing for the current platform, and you run gem install, the compiled native extensions are placed in the first require paths folder. This differs from rake-compiler task, where they are always placed in lib. Setting the lib path as the first require path will ensure the compiled library is placed in the correct folder.
* build fixes for ruby on macGravatar Alexander Polcyn2017-02-09
|
* update dependency in templateGravatar Alexander Polcyn2017-02-02
|
* update ruby protbuf dep to 3.1.0Gravatar Alex Polcyn2016-11-30
|
* Updating ruby dependency on protobuf to 3.0.2.Gravatar Nicolas "Pixel" Noble2016-09-22
|
* Update ruby google-protobuf dependency to 3.0Gravatar murgatroid992016-07-29
|
* Simplified ruby interop test filesGravatar murgatroid992016-04-21
|
* Put facter development dependence in template as well.Gravatar vjpai2016-04-12
|
* Adding the .yardopts file into the gems.Gravatar Nicolas "Pixel" Noble2016-02-14
|
* Fixing Ruby binary build (again).Gravatar Nicolas "Pixel" Noble2016-02-10
|
* Fixing ruby versionning.Gravatar Nicolas "Pixel" Noble2016-02-09
|
* Nope.Gravatar Nicolas "Pixel" Noble2016-02-08
|
* Few more fixes to the Ruby installation.Gravatar Nicolas "Pixel" Noble2016-01-28
| | | | | -) properly depending on libraries. -) adding an independent 'loader' class to use instead of require 'grpc/grpc'.
* Allowing for creation of pre-compiled gems, using rack-compiler-dock.Gravatar Nicolas "Pixel" Noble2016-01-28
|
* Updated dependencies, fixed a couple of testsGravatar murgatroid992016-01-06
|
* Make the Ruby extension throw an error when passed invalid metadataGravatar murgatroid992016-01-06
|
* Generate gemspec with a templateGravatar murgatroid992015-12-18