aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/lib/grpc/version.rb
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-02-17 18:28:23 -0800
committerGravatar Tim Emiola <temiola@google.com>2015-02-17 18:28:23 -0800
commit7e7911f70dd4889a3a0c79e42691458e024d460c (patch)
treec2dad102513c0e9758d5ac9ff09b4d380b4ff747 /src/ruby/lib/grpc/version.rb
parent409e6c804bc487c4a50451fd22ac90abc7293172 (diff)
Updates the module name in the idiomatic and stub layers
Diffstat (limited to 'src/ruby/lib/grpc/version.rb')
-rw-r--r--src/ruby/lib/grpc/version.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/ruby/lib/grpc/version.rb b/src/ruby/lib/grpc/version.rb
index dd526e583a..0107bc4ada 100644
--- a/src/ruby/lib/grpc/version.rb
+++ b/src/ruby/lib/grpc/version.rb
@@ -27,9 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-module Google
- # Google::RPC contains the General RPC module.
- module RPC
- VERSION = '0.0.1'
- end
+# GRPC contains the General RPC module.
+module GRPC
+ VERSION = '0.0.1'
end