ruby: update gemspec

This commit is contained in:
frsyuki
2010-05-26 07:43:05 +09:00
parent 5fa589691c
commit 94c3998507
5 changed files with 25 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
/*
* MessagePack for Ruby
*
* Copyright (C) 2008-2009 FURUHASHI Sadayuki
* Copyright (C) 2008-2010 FURUHASHI Sadayuki
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@ static VALUE mMessagePack;
*
* gem install msgpack
*
* Simple usage is as follows.
* Simple usage is as follows:
*
* require 'msgpack'
* msg = [1,2,3].to_msgpack #=> "\x93\x01\x02\x03"