-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 6.0.0 #117
Comments
docker version:
docker.service status:
gem list:
|
Run the following command and re-login:
|
Thanks! This problem has been solved by your advice. |
I'm translating the release announce to English.
|
How about following modification? --- rroonga-6.0.0-announce.txt.orig 2016-03-13 16:16:13.000000000 +0900
+++ rroonga-6.0.0-announce.txt 2016-03-13 16:22:37.000000000 +0900
@@ -1,7 +1,7 @@
Hi,
Rroonga 6.0.0 has been released on March 6.
-It's a major upgrade for the first time in the year!
+It's a major upgrade for the first time in this year!
Web: http://ranguba.org/#about-rroonga
GitHub: https://github.com/ranguba/rroonga
@@ -13,12 +13,12 @@ About Rroonga
-------------
Rroonga is the Ruby bindings for Groonga.
-Here are two important things in Rroonga.
+Here are two important concepts in Rroonga.
1. Providing *Ruby-ish* API to use Groonga.
2. Providing *fast* operations like Groonga.
-They mean that Rroonga provides easy to use API without
+They mean that Rroonga provides easy to use API from Ruby without
decreasing Groonga's speed.
Install
@@ -32,16 +32,16 @@ Tutorial
There are a tutorial that uses irb:
http://ranguba.org/rroonga/en/file.tutorial.html
-If you are a beginner, please try it.
+If you are a newbie for Rroonga, please try it.
Topics
------
This release has a backward incompatible change for Groonga::Table#select with :
-Disabled auto conversion to record ID from number object in condition block.
+Disabled auto conversion against record ID from number object in condition block.
The number object is treated as key not ID from this release. Because we
-couldn't specify Int/UInt family type key as number object. The number object
+couldn't specify Int/UInt related type key as a number object. A number object
was always treated as ID not key.
For example:
|
Thanks for your quick response! I've modified it and sent it to the ML. |
Completed. Thanks for your help. |
I'll release on March 6.
See doc/text/release.md.
rake release
).rake release:references:upload
).The text was updated successfully, but these errors were encountered: