listonjesse
2ae7cf0e03
Auxillary -> Auxiliary
5 years ago
Xiang Dai
e479410564
delete all duplicate empty blanks ( #5758 )
...
Signed-off-by: Xiang Dai <764524258@qq.com>
6 years ago
Mikhail Morgunov
cb7678ebb9
Actualizing RubyGems link in README.md ( #5378 )
6 years ago
W
0316ae802d
--pre is not necessary
...
--pre was not necessary to install google-protobuf when I tried it today (2017-12-06).
7 years ago
Josh Haberman
800e986012
Remove no longer applicable documentation from README.md.
9 years ago
Josh Haberman
90c7f6e55e
Documented the JSON change and compatibility flags.
9 years ago
Adam Greene
d55733c76e
return nil if array index indicie is out of bounds
...
ruby arrays don't throw an exception; they return nil. Lets do the
same!
this fix also includes the ability to use negative array indicies
10 years ago
Adam Greene
761cfa08e6
build cleanups
...
* update docs to simplify build steps
* Gemfile.lock seemed to have an older version specified
* do not check in the pkg dir
10 years ago
Isaiah Peng
27e2b57830
add jruby support by protobuf-java reflection API
10 years ago
Chris Fallin
dfdec3b654
Updated Ruby gem version and added note to ruby/README.md regarding version number scheme.
...
Change-Id: Idb29077c153530de78ce28c094442aa8f51ddd25
10 years ago
Chris Fallin
21fb217e6a
Updated Ruby README with more details on getting started.
...
Change-Id: I54df314660cdb861ad8c4da75a08d4cb97faf638
10 years ago
Chris Fallin
6ad8f547fe
Updated Ruby README.
...
Change-Id: I8c3717f549c9b4e9d07c77ec5875c9cd62b296ac
10 years ago
Chris Fallin
06bf6308ea
README.md update for Ruby gem.
10 years ago
Chris Fallin
973f425725
Provide a Ruby extension.
...
This adds a Ruby extension in ruby/ that is based on the 'upb' library
(now included as a submodule), and adds support for Ruby code generation
to the protoc compiler.
10 years ago