-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
72 lines (41 loc) · 1.98 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
2013-09-12 Kazuhiro NISHIYAMA <[email protected]>
* bin/td2planet.rb: set $KCODE="u" unless ruby 1.9 or later.
2013-09-12 Kazuhiro NISHIYAMA <[email protected]>
* bin/td2planet.rb: remove -Ku and use ruby instead of ruby1.8.
2013-09-12 Kazuhiro NISHIYAMA <[email protected]>
* lib/td2planet/version.rb: use RUBY_DESCRIPTION if available.
2013-09-12 Kazuhiro NISHIYAMA <[email protected]>
* lib/td2planet/version.rb: bump version to 0.3.0.
2013-09-12 Kazuhiro NISHIYAMA <[email protected]>
* td2planet.gemspec: add license.
2013-09-12 Kazuhiro NISHIYAMA <[email protected]>
* setup.rb: removed.
* README.rdoc: remove about setup.rb.
* README.ja.rdoc: ditto.
2013-09-12 Kazuhiro NISHIYAMA <[email protected]>
* README.rdoc: rename from README.
* README.ja.rdoc: rename from README.ja.
2013-09-12 Kazuhiro NISHIYAMA <[email protected]>
* td2planet.gemspec: change homepage from rubyforge to github.
2009-10-29 Kazuhiro NISHIYAMA <[email protected]>
* td2planet.gemspec: add description.
2009-10-28 Kazuhiro NISHIYAMA <[email protected]>
* lib/td2planet/version.rb: bump up version.
* README, README.ja: update copyright year.
* lib/td2planet/*.rb: update copyright year. remove #-- and #++.
* README: update description. thanks debian-l10n-english ML.
http://lists.debian.org/debian-l10n-english/2007/06/msg00123.html
2009-10-28 Kazuhiro NISHIYAMA <[email protected]>
* lib/td2planet/formatter.rb: ignore error of URI.parse.
see http://bugs.debian.org/552186
2009-10-28 Kazuhiro NISHIYAMA <[email protected]>
* lib/td2planet/fetcher.rb: add User-Agent.
* lib/td2planet/fetcher.rb, lib/td2planet/formatter.rb,
data/td2planet/templates/day.rhtml,
data/td2planet/templates/footer.rhtml,
data/td2planet/templates/opml.rxml: allow missing properties.
2007-06-05 Kazuhiro NISHIYAMA <[email protected]>
* lib/td2planet/fetcher.rb (TD2Planet::Fetcher#fetch_all_rss):
do not stop when exception.
2007-02-22 Kazuhiro NISHIYAMA <[email protected]>
* Initial public release.