Skip to content

Commit

Permalink
merge revision(s) 25342:
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_7@28249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
shyouhei committed Jun 10, 2010
1 parent a72e067 commit 6ac439c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
Thu Jun 10 14:39:35 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>

* test/iconv/test_option.rb: removed particular implementation specific tests.
[ruby-dev:40078]

Thu Jun 10 14:22:09 2010 URABE Shyouhei <shyouhei@ruby-lang.org> Thu Jun 10 14:22:09 2010 URABE Shyouhei <shyouhei@ruby-lang.org>


* lib/webrick/httpstatus.rb (WEBrick::HTTPStatus::Status::initialize): * lib/webrick/httpstatus.rb (WEBrick::HTTPStatus::Status::initialize):
Expand Down
2 changes: 1 addition & 1 deletion test/iconv/test_option.rb
Expand Up @@ -28,4 +28,4 @@ def test_translit_option
assert_equal(SJIS_STR, str) assert_equal(SJIS_STR, str)
iconv.close iconv.close
end end
end if defined?(TestIconv) end if false and defined?(TestIconv)
2 changes: 1 addition & 1 deletion version.h
Expand Up @@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2010-06-10" #define RUBY_RELEASE_DATE "2010-06-10"
#define RUBY_VERSION_CODE 187 #define RUBY_VERSION_CODE 187
#define RUBY_RELEASE_CODE 20100610 #define RUBY_RELEASE_CODE 20100610
#define RUBY_PATCHLEVEL 293 #define RUBY_PATCHLEVEL 294


#define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8 #define RUBY_VERSION_MINOR 8
Expand Down

0 comments on commit 6ac439c

Please sign in to comment.