aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2017-12-08 14:01:49 -0800
committerGitHub <noreply@github.com>2017-12-08 14:01:49 -0800
commit618f06fc9cd7fd872de8977dfe40294cadb4af21 (patch)
treefb000897deaa37a55b9ee7b31520645d3a2b0c5c
parenta426833d1a64e23df69775d1abe5b87a2ea6bfdb (diff)
parent0316ae802d643b2842dbf2c0089dade1559c6f06 (diff)
downloadprotobuf-618f06fc9cd7fd872de8977dfe40294cadb4af21.tar.gz
protobuf-618f06fc9cd7fd872de8977dfe40294cadb4af21.tar.bz2
protobuf-618f06fc9cd7fd872de8977dfe40294cadb4af21.zip
Merge pull request #4007 from graywolf/patch-1
--pre is not necessary
-rw-r--r--ruby/README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/ruby/README.md b/ruby/README.md
index f28e05a7..78e86015 100644
--- a/ruby/README.md
+++ b/ruby/README.md
@@ -16,10 +16,6 @@ install it as you would any other gem:
$ gem install [--prerelease] google-protobuf
-The `--pre` flag is necessary if we have not yet made a non-alpha/beta release
-of the Ruby extension; it allows `gem` to consider these "pre-release"
-alpha/beta versions.
-
Once the gem is installed, you may or may not need `protoc`. If you write your
message type descriptions directly in the Ruby DSL, you do not need it.
However, if you wish to generate the Ruby DSL from a `.proto` file, you will