aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby
diff options
context:
space:
mode:
authorGravatar W <wolf@wolfsden.cz>2017-12-06 18:18:50 +0100
committerGravatar GitHub <noreply@github.com>2017-12-06 18:18:50 +0100
commit0316ae802d643b2842dbf2c0089dade1559c6f06 (patch)
tree807cc0e2545c24f74a21023989e7ea5ee007cb53 /ruby
parent9021f623e1420f513268a01a5ad43a23618a84ba (diff)
--pre is not necessary
--pre was not necessary to install google-protobuf when I tried it today (2017-12-06).
Diffstat (limited to 'ruby')
-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