Skip to content

Commit

Permalink
sorry. I made wrong tags.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.ruby-lang.org/repos/ruby/tags/v1_8_5_55@13009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
shyouhei committed Aug 15, 2007
2 parents 581bf88 + 182bc8d commit 2e8ca9e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions ChangeLog
@@ -1,7 +1,3 @@
Thu Aug 16 04:11:17 2007 Ryan Davis <ryand@zenspider.com>

* lib/rexml/dtd/dtd.rb: Fixed typo in code. Fixes bug #10420

Thu Aug 16 04:08:20 2007 Shugo Maeda <shugo@ruby-lang.org>

* lib/net/imap.rb (ResponseParser#next_token): fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/rexml/dtd/dtd.rb
Expand Up @@ -25,7 +25,7 @@ def Parser.parse_helper( input )
when ElementDecl.PATTERN_RE
match = $&
source = $'
contents << ElementDecl.new( match )
contents << EleemntDecl.new( match )
when AttlistDecl.PATTERN_RE
matchdata = $~
source = $'
Expand Down
2 changes: 1 addition & 1 deletion version.h
Expand Up @@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2007-08-16"
#define RUBY_VERSION_CODE 185
#define RUBY_RELEASE_CODE 20070816
#define RUBY_PATCHLEVEL 56
#define RUBY_PATCHLEVEL 55

#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
Expand Down

0 comments on commit 2e8ca9e

Please sign in to comment.