aboutsummaryrefslogtreecommitdiff
path: root/ruby/README.md
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2015-02-05 15:22:17 -0800
committerJoshua Haberman <jhaberman@gmail.com>2015-02-05 15:22:17 -0800
commit20490e33cae8d21a2e37e4383a4f1330612be49c (patch)
treed3e6a0c1738f92b7a0b41d2f0c9a551d71389aeb /ruby/README.md
parente7e79a43ed13b25232384eeeabf4089026876e9d (diff)
parent06bf6308eae55571c36a580a55dab71856041de1 (diff)
downloadprotobuf-20490e33cae8d21a2e37e4383a4f1330612be49c.tar.gz
protobuf-20490e33cae8d21a2e37e4383a4f1330612be49c.tar.bz2
protobuf-20490e33cae8d21a2e37e4383a4f1330612be49c.zip
Merge pull request #189 from cfallin/update-ruby-upb
Updated to latest upb and added test for JSON map operation.
Diffstat (limited to 'ruby/README.md')
-rw-r--r--ruby/README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/ruby/README.md b/ruby/README.md
index c966a103..88e9c0e1 100644
--- a/ruby/README.md
+++ b/ruby/README.md
@@ -18,13 +18,7 @@ To build this Ruby extension, you will need:
* a C compiler
* the upb submodule
-First, ensure that upb/ is checked out:
-
- $ cd .. # top level protobuf directory
- $ git submodule init
- $ git submodule update
-
-Then install the required Ruby gems:
+First, install the required Ruby gems:
$ sudo gem install bundler rake rake-compiler rspec rubygems-tasks
@@ -32,3 +26,7 @@ Then build the Gem:
$ rake gem
$ gem install pkg/protobuf-$VERSION.gem
+
+This gem includes the upb parsing and serialization library as a single-file
+amalgamation. It is up-to-date with upb git commit
+`535bc2fe2f2b467f59347ffc9449e11e47791257`.