RUBY Developers: kou

Login name:
kou
Total Commits:
600 (1.7%)
Lines of Code:
27864 (2.6%)
Most Recent Commit:
2007-03-17 11:13

Activity by Clock Time

Activity by Hour of Day for kou

Activity by Day of Week for kou

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 600 (100.0%) 27864 (100.0%) 46.4
test/rss/ 183 (30.5%) 14275 (51.2%) 78.0
lib/rss/ 217 (36.2%) 7939 (28.5%) 36.5
lib/rss/maker/ 62 (10.3%) 4235 (15.2%) 68.3
/ 87 (14.5%) 727 (2.6%) 8.3
sample/rss/ 31 (5.2%) 370 (1.3%) 11.9
sample/rss/tdiary_plugin/ 8 (1.3%) 253 (0.9%) 31.6
lib/rss/dublincore/ 3 (0.5%) 43 (0.2%) 14.3
lib/ 3 (0.5%) 21 (0.1%) 7.0
lib/rexml/encodings/ 1 (0.2%) 1 (0.0%) 1.0
test/ruby/ 1 (0.2%) 0 (0.0%) 0.0
sample/rss/tdiary_plugin/ja/ 2 (0.3%) 0 (0.0%) 0.0
sample/rss/tdiary_plugin/en/ 2 (0.3%) 0 (0.0%) 0.0

Activity of kou

Most Recent Commits

kou 2007-03-17 11:13

* lib/rss, test/rss:

- supported Atom.

- bumped version 0.1.6 to 0.1.7.

* sample/rss/convert.rb: added new sample.

10227 lines of code changed in:

kou 2007-02-12 03:52

* lib/rss/dublincore.rb, lib/rss/maker/dublincore.rb: dc_rightses

-> dc_rights_list. dc_rightses still exists for backward

compatibility. [ruby-core:8350]

* test/rss/test_maker_dc.rb: added tests for dc_rights_list.

26 lines of code changed in:

kou 2007-02-11 14:12

* lib/rss/xml-stylesheet.rb (RSS::XMLStyleSheet#initialize):

kept backward compatibility.

10 lines of code changed in:

kou 2007-02-11 14:11

* lib/rss/parser.rb (RSS::ListenerMixin::start_else_element): used

const_defined? instead of constants.include?.

6 lines of code changed in:

kou 2007-02-06 12:38

* lib/rss/rss.rb, lib/rss/parser.rb: followed current Ruby

specification. [ruby-dev:30274]

8 lines of code changed in:

kou 2007-02-06 12:33

* lib/rss/rss.rb, lib/rss/parser.rb: removed needless code for

backward compatibility.

6 lines of code changed in:

kou 2007-02-04 12:36

* test/rss/rss-assertions.rb: removed needless code for backward compatibility.

5 lines of code changed in:

kou 2007-01-24 12:35

* test/ruby/test_iterator.rb: removed a needless workaround.

approved by ko1.

4 lines of code changed in:

kou 2005-11-25 04:54

* lib/rss/rss.rb: added backward compatibility codes.

* lib/rss/parser.rb: ditto.

* test/rss/test_parser.rb: ditto.

* test/rss/test_2.0.rb: ditto.



* test/rss/test_content.rb: use #__send__ instead of #funcall for

no private method.

50 lines of code changed in:

kou 2005-11-25 04:43

* lib/rss/rss.rb: improved type conversion.

* lib/rss/1.0.rb: ditto.

* lib/rss/0.9.rb: ditto.

* lib/rss/2.0.rb: ditto.

* lib/rss/image.rb: ditto.

* lib/rss/syndication.rb: ditto.



* test/rss/test_2.0.rb: added type conversion tests.

* test/rss/test_accessor.rb: ditto.

* test/rss/test_to_s.rb: ditto.

* test/rss/test_syndication.rb: ditto.

* test/rss/test_setup_maker_2.0.rb: ditto.

* test/rss/test_setup_maker_1.0.rb: ditto.

* test/rss/test_setup_maker_0.9.rb: ditto.

* test/rss/test_maker_sy.rb: ditto.

* test/rss/test_maker_image.rb: ditto.

* test/rss/test_maker_2.0.rb: ditto.

* test/rss/test_maker_0.9.rb: ditto.

* test/rss/test_image.rb: ditto.



* test/rss/test_maker_1.0.rb: use assert instead of assert_equal.



* test/rss/rss-assertions.rb: improved type conversion assertions.

461 lines of code changed in:

kou 2005-11-25 02:39

* lib/rss/image.rb: added Image prefix.

* lib/rss/maker/image.rb: ditto.

22 lines of code changed in:

kou 2005-11-25 02:33

* test/rss/test_2.0.rb: added RSS 2.0 tests.

* test/rss/rss-assertions.rb: extended XML stylesheet assertion.

* lib/rss/0.9.rb: added initialize method.

* test/rss/test_1.0.rb: cleanup.

413 lines of code changed in:

kou 2005-11-23 14:35

* lib/rss/parser.rb: added entity handling type predicate.

* lib/rss/rexmlparser.rb: ditto.

* lib/rss/xmlparser.rb: ditto.

* lib/rss/xmlscanner.rb: ditto.



* lib/rss/xmlscanner.rb: more robust entity handling.



* test/rss/test_parser.rb: added an entity handling test.

80 lines of code changed in:

kou 2005-11-23 10:49

* lib/rss/: use #__send__ instead of #send.

* test/rss/: ditto.

117 lines of code changed in:

kou 2005-11-23 10:33

* test/rss/test_taxonomy.rb: use #reject directory.

2 lines of code changed in:

kou 2005-11-23 10:32

* lib/rss/taxonomy.rb: changed class or module prefix to

Taxonomy from Taxo.

* lib/rss/maker/taxonomy.rb: ditto.

40 lines of code changed in:

kou 2005-11-23 10:24

* lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSS

Maker.

* lib/rss/taxonomy.rb: supported RSS Maker.

* lib/rss/maker.rb: added taxonomy module support.



* lib/rss/rss.rb: adjusted to other element API.

* lib/rss/1.0.rb: adjusted to other element API but backward

compatibility is reserved.

* lib/rss/0.9.rb: ditto.



* test/rss/test_maker_taxo.rb: added test case for taxonomy module

for RSS Maker.

* test/rss/test_setup_maker_1.0.rb: added tests for taxo:topic.



* test/rss/test_setup_maker_1.0.rb: added backward compatibility

test.

* test/rss/test_setup_maker_0.9.rb: ditto.

* test/rss/test_setup_maker_2.0.rb: ditto.



* test/rss/rss-testcase.rb: added convenience method for setting

up taxo:topic.

* test/rss/rss-assertions.rb: added assertion for taxo:topic.



* sample/rss/blend.rb: followed new API.

585 lines of code changed in:

kou 2005-11-23 09:44

* lib/rss/rss.rb: fixed a indentation bug.

* lib/rss/taxonomy.rb: fixed <taxo:topic> #to_s bug.

* test/rss/test_taxonomy.rb: added a #to_s test.

37 lines of code changed in:

kou 2005-11-17 10:01

* lib/rss/1.0.rb: added convenience method 'resources'.

* lib/rss/taxonomy.rb: ditto.

* test/rss/rss-assertions.rb: added test for 'resources'.

* test/rss/test_taxonomy.rb: ditto.

33 lines of code changed in:

kou 2005-11-17 09:56

* lib/rss/taxonomy.rb: implemented taxonomy module.

* test/rss/test_taxonomy.rb: added tests for taxonomy support.

335 lines of code changed in:

(65 more)

Generated by StatSVN 0.3.2-SNAPSHOT