зеркало из https://github.com/github/ruby.git
* lib/rss/image.rb, test/rss/test_image.rb: fixed Image module
namespace URI. reported by Dmitry Borodaenko. Thanks. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
9f1c215f5a
Коммит
1548542f21
|
@ -1,3 +1,8 @@
|
|||
Mon May 7 10:59:55 2007 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* lib/rss/image.rb, test/rss/test_image.rb: fixed Image module
|
||||
namespace URI. reported by Dmitry Borodaenko. Thanks.
|
||||
|
||||
Sun May 6 18:44:11 2007 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* lib/net/http.rb (Net::HTTP.post_form): allow an Array of String
|
||||
|
|
|
@ -4,7 +4,7 @@ require 'rss/dublincore'
|
|||
module RSS
|
||||
|
||||
IMAGE_PREFIX = 'image'
|
||||
IMAGE_URI = 'http://web.resource.org/rss/1.0/modules/image/'
|
||||
IMAGE_URI = 'http://purl.org/rss/1.0/modules/image/'
|
||||
|
||||
RDF.install_ns(IMAGE_PREFIX, IMAGE_URI)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ module RSS
|
|||
|
||||
def setup
|
||||
@prefix = "image"
|
||||
@uri = "http://web.resource.org/rss/1.0/modules/image/"
|
||||
@uri = "http://purl.org/rss/1.0/modules/image/"
|
||||
|
||||
@favicon_attrs = {
|
||||
"rdf:about" => "http://www.kuro5hin.org/favicon.ico",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#define RUBY_VERSION "1.9.0"
|
||||
#define RUBY_RELEASE_DATE "2007-05-06"
|
||||
#define RUBY_RELEASE_DATE "2007-05-07"
|
||||
#define RUBY_VERSION_CODE 190
|
||||
#define RUBY_RELEASE_CODE 20070506
|
||||
#define RUBY_RELEASE_CODE 20070507
|
||||
#define RUBY_PATCHLEVEL 0
|
||||
|
||||
#define RUBY_VERSION_MAJOR 1
|
||||
|
@ -9,7 +9,7 @@
|
|||
#define RUBY_VERSION_TEENY 0
|
||||
#define RUBY_RELEASE_YEAR 2007
|
||||
#define RUBY_RELEASE_MONTH 5
|
||||
#define RUBY_RELEASE_DAY 6
|
||||
#define RUBY_RELEASE_DAY 7
|
||||
|
||||
#ifdef RUBY_EXTERN
|
||||
RUBY_EXTERN const char ruby_version[];
|
||||
|
|
Загрузка…
Ссылка в новой задаче