diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-12-23 12:45:22 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-12-23 12:45:22 +0000 |
| commit | 929bdcabf7a292da3e1bedab97926f7d932d2d64 (patch) | |
| tree | 2f1cda1c24fee6516631f722a74e8cdb919dcddf | |
| parent | 1f849b54fbddd015cf77e05364e494157f16e4d8 (diff) | |
merges r30117 from trunk into ruby_1_9_2.
--
* lib/rexml/light/node.rb: remove circular require.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@30316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | lib/rexml/light/node.rb | 1 | ||||
| -rw-r--r-- | version.h | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Tue Dec 7 21:59:37 2010 Kouhei Sutou <kou@cozmixng.org> + + * lib/rexml/light/node.rb: remove circular require. + Tue Dec 7 18:56:52 2010 NARUSE, Yui <naruse@ruby-lang.org> * ext/nkf/lib/kconv.rb (String#kconv): fix typo and update rdoc. diff --git a/lib/rexml/light/node.rb b/lib/rexml/light/node.rb index 9c90148c05..c8701f3abb 100644 --- a/lib/rexml/light/node.rb +++ b/lib/rexml/light/node.rb @@ -1,5 +1,4 @@ require 'rexml/xmltokens' -require 'rexml/light/node' # [ :element, parent, name, attributes, children* ] # a = Node.new @@ -1,5 +1,5 @@ #define RUBY_VERSION "1.9.2" -#define RUBY_PATCHLEVEL 121 +#define RUBY_PATCHLEVEL 122 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 9 #define RUBY_VERSION_TEENY 1 |
