Changeset 15033

Show
Ignore:
Timestamp:
07/02/08 07:37:40 (6 months ago)
Author:
hsbt
Message:

indent.

Location:
lang/ruby/misc
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/misc/as-antispam.rb

    r15032 r15033  
    1414                @key = key 
    1515                @charset = charset 
    16                 self.blog = 'http://blog.example.com/'                   # ブログのURL 
    17                 self.permalink = 'http://blog.example.com/entry-1.html'  # エントリのURL 
    18                 self.article_date = '2008-05-31 01:24:00'                # エントリの日付 
    19                 self.user_ip = '192.168.0.1'                             # コメント投稿者のIPアドレス 
    20                 self.comment_type = 'comment'                            # commentまたはtrackback 
    21                 self.comment_author = 'foo'                              # コメント投稿者の名前 
    22                 self.comment_author_email = 'foo@bar.com'                # コメント投稿者のメールアドレス 
    23                 self.comment_author_url = 'http://blog.bar.com/'         # コメント投稿者のURL 
    24                 self.comment_content  = 'Hello!'                         # コメントの内容 
     16                self.blog = 'http://blog.example.com/'                                                  # ブログのURL 
     17                self.permalink = 'http://blog.example.com/entry-1.html' # エントリのURL 
     18                self.article_date = '2008-05-31 01:24:00'                                               # エントリの日付 
     19                self.user_ip = '192.168.0.1'                                                                            # コメント投稿者のIPアドレス 
     20                self.comment_type = 'comment'                                                                           # commentまたはtrackback 
     21                self.comment_author = 'foo'                                                                             # コメント投稿者の名前 
     22                self.comment_author_email = 'foo@bar.com'                                               # コメント投稿者のメールアドレス 
     23                self.comment_author_url = 'http://blog.bar.com/'                        # コメント投稿者のURL 
     24                self.comment_content     = 'Hello!'                                                                     # コメントの内容 
    2525        end 
    2626 
  • lang/ruby/misc/tp-antispam.rb

    r15032 r15033  
    66require 'net/http' 
    77 
    8 TYPEPADANTISPAM_VERSION  = '1.0' 
     8TYPEPADANTISPAM_VERSION  = '1.0' 
    99TYPEPADANTISPAM_API_VERSION  = '1.1' 
    1010TYPEPADANTISPAM_SIG = %w|blog user_ip user_agent article_date permalink comment_type comment_author comment_author_email comment_author_url comment_content| 
     
    1414                @key = key 
    1515                @charset = charset 
    16                 self.blog = 'http://blog.example.com/'                   # ブログのURL 
    17       self.permalink = 'http://blog.example.com/entry-1.html'  # エントリのURL 
    18       self.article_date = '2008-05-31 01:24:00'                # エントリの日付 
    19       self.user_ip = '192.168.0.1'                             # コメント投稿者のIPアドレス 
    20       self.comment_type = 'comment'                            # commentまたはtrackback 
    21       self.comment_author = 'foo'                              # コメント投稿者の名前 
    22       self.comment_author_email = 'foo@bar.com'                # コメント投稿者のメールアドレス 
    23       self.comment_author_url = 'http://blog.bar.com/'         # コメント投稿者のURL 
    24       self.comment_content  = 'Hello!'                         # コメントの内容 
     16                self.blog = 'http://blog.example.com/'                                                  # ブログのURL 
     17                self.permalink = 'http://blog.example.com/entry-1.html' # エントリのURL 
     18                self.article_date = '2008-05-31 01:24:00'                                               # エントリの日付 
     19                self.user_ip = '192.168.0.1'                                                                            # コメント投稿者のIPアドレス 
     20                self.comment_type = 'comment'                                                                           # commentまたはtrackback 
     21                self.comment_author = 'foo'                                                                             # コメント投稿者の名前 
     22                self.comment_author_email = 'foo@bar.com'                                               # コメント投稿者のメールアドレス 
     23                self.comment_author_url = 'http://blog.bar.com/'                        # コメント投稿者のURL 
     24                self.comment_content     = 'Hello!'                                                                     # コメントの内容 
    2525        end 
    2626