diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1999-12-20 20:48:49 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1999-12-20 20:48:49 +0000 |
| commit | c8a7419e0e6a95b925e2dcfdd8a1f9389f614c1d (patch) | |
| tree | 86ce346fb848be4de1c2cfe9f3087008ef785711 /lib/net/session.rb | |
| parent | 41e4525b18a11d471ca7da2840ca8680997a6c17 (diff) | |
| download | ruby-c8a7419e0e6a95b925e2dcfdd8a1f9389f614c1d.tar.gz ruby-c8a7419e0e6a95b925e2dcfdd8a1f9389f614c1d.tar.xz ruby-c8a7419e0e6a95b925e2dcfdd8a1f9389f614c1d.zip | |
Version 1.1.1
o HTTP chunk data
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/session.rb')
| -rw-r--r-- | lib/net/session.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/net/session.rb b/lib/net/session.rb index 5965d4d28..951902a4c 100644 --- a/lib/net/session.rb +++ b/lib/net/session.rb @@ -1,6 +1,6 @@ =begin -= net/session.rb version 1.1.0 += net/session.rb version 1.1.1 written by Minero Aoki <aamine@dp.u-netsurf.ne.jp> @@ -30,7 +30,7 @@ Object : Version - The version of Session class. It is a string like "1.1.0". + The version of Session class. It is a string like "1.1.1". === Class Methods @@ -77,7 +77,7 @@ Object class Session - Version = '1.1.0' + Version = '1.1.1' class << self |
