diff --git a/Rakefile b/Rakefile index a37bc36..ed233a7 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ # -*- mode: ruby; coding: utf-8 -*- # Name:: Rakefile -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/automatic.gemspec b/automatic.gemspec index 863d734..b92d290 100644 --- a/automatic.gemspec +++ b/automatic.gemspec @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: automatic.gemspec -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/bin/automatic b/bin/automatic index 1d59e4d..f1ab426 100755 --- a/bin/automatic +++ b/bin/automatic @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -*- coding: utf-8 -*- # Name:: automatic -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/lib/automatic.rb b/lib/automatic.rb index 20f90b0..d791920 100755 --- a/lib/automatic.rb +++ b/lib/automatic.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Ruby -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/lib/automatic/cli.rb b/lib/automatic/cli.rb index bd24aa4..d1b6ac5 100644 --- a/lib/automatic/cli.rb +++ b/lib/automatic/cli.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::CLI -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/lib/automatic/environment.rb b/lib/automatic/environment.rb index 78c5b9a..e559a15 100644 --- a/lib/automatic/environment.rb +++ b/lib/automatic/environment.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Environment -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/lib/automatic/feed_maker.rb b/lib/automatic/feed_maker.rb index 6f17dcd..a2aa928 100644 --- a/lib/automatic/feed_maker.rb +++ b/lib/automatic/feed_maker.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::FeedMaker -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/lib/automatic/feed_parser.rb b/lib/automatic/feed_parser.rb index 30e0bb7..308c204 100644 --- a/lib/automatic/feed_parser.rb +++ b/lib/automatic/feed_parser.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::FeedParser -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/lib/automatic/http.rb b/lib/automatic/http.rb index 4cc43b6..a757d41 100644 --- a/lib/automatic/http.rb +++ b/lib/automatic/http.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Http -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/lib/automatic/log.rb b/lib/automatic/log.rb index 0da549a..e944b88 100644 --- a/lib/automatic/log.rb +++ b/lib/automatic/log.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Log -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/lib/automatic/pipeline.rb b/lib/automatic/pipeline.rb index cc0bd35..f283c23 100644 --- a/lib/automatic/pipeline.rb +++ b/lib/automatic/pipeline.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Pipeline -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/lib/automatic/version.rb b/lib/automatic/version.rb index 4f60a25..088811a 100644 --- a/lib/automatic/version.rb +++ b/lib/automatic/version.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::VERSION -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/custom_feed/web.rb b/plugins/custom_feed/web.rb index 3395fdc..a4f7677 100644 --- a/plugins/custom_feed/web.rb +++ b/plugins/custom_feed/web.rb @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::CustomFeed::Web # Description:: Build a feed from the article links of an HTML index page. -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/filter/absolute_uri.rb b/plugins/filter/absolute_uri.rb index b7fa05e..dad3b84 100644 --- a/plugins/filter/absolute_uri.rb +++ b/plugins/filter/absolute_uri.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::AbsoluteURI -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/filter/batch.rb b/plugins/filter/batch.rb index c68f559..22e9a7b 100644 --- a/plugins/filter/batch.rb +++ b/plugins/filter/batch.rb @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Batch # Description:: Group the whole pipeline into fixed-size item batches. -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/filter/claude.rb b/plugins/filter/claude.rb index 43ca976..4149388 100644 --- a/plugins/filter/claude.rb +++ b/plugins/filter/claude.rb @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Claude # Description:: Replace each item's description with what the Anthropic Claude API answers. -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/filter/clear.rb b/plugins/filter/clear.rb index 792da4e..4c345a5 100644 --- a/plugins/filter/clear.rb +++ b/plugins/filter/clear.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Clear -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/filter/description_link.rb b/plugins/filter/description_link.rb index 73e7763..7198bec 100644 --- a/plugins/filter/description_link.rb +++ b/plugins/filter/description_link.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::DescriptionLink -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/filter/gemini.rb b/plugins/filter/gemini.rb index f0be5dd..4e93e12 100644 --- a/plugins/filter/gemini.rb +++ b/plugins/filter/gemini.rb @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Gemini # Description:: Replace each item's description with what the Google Gemini API answers. -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/filter/ignore.rb b/plugins/filter/ignore.rb index 483b9d2..66393ea 100644 --- a/plugins/filter/ignore.rb +++ b/plugins/filter/ignore.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Ignore -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/filter/image.rb b/plugins/filter/image.rb index 0b4be39..097f92c 100644 --- a/plugins/filter/image.rb +++ b/plugins/filter/image.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Image -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/filter/image_source.rb b/plugins/filter/image_source.rb index 8af3ea4..b5d72d3 100644 --- a/plugins/filter/image_source.rb +++ b/plugins/filter/image_source.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::ImageSource -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/filter/join.rb b/plugins/filter/join.rb index 4a99a95..28c4630 100644 --- a/plugins/filter/join.rb +++ b/plugins/filter/join.rb @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Join # Description:: Join every item in the pipeline into one item. -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/filter/limit.rb b/plugins/filter/limit.rb index 91fc641..d7c1da2 100644 --- a/plugins/filter/limit.rb +++ b/plugins/filter/limit.rb @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Limit # Description:: Limit the number of items passed by the whole pipeline. -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/filter/open_ai.rb b/plugins/filter/open_ai.rb index d9bbdb8..3720e23 100644 --- a/plugins/filter/open_ai.rb +++ b/plugins/filter/open_ai.rb @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::OpenAI # Description:: Replace each item's description with what the OpenAI API answers. -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/filter/present.rb b/plugins/filter/present.rb index 5edf7d1..e0569d2 100644 --- a/plugins/filter/present.rb +++ b/plugins/filter/present.rb @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Present # Description:: Keep items whose configured fields are all present. -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/filter/sakura_ai.rb b/plugins/filter/sakura_ai.rb index 3e2554d..e9ac840 100644 --- a/plugins/filter/sakura_ai.rb +++ b/plugins/filter/sakura_ai.rb @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::SakuraAI # Description:: Replace each item's description with what the Sakura AI Engine answers. -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/filter/sanitize.rb b/plugins/filter/sanitize.rb index a6dfd1e..8e368d5 100644 --- a/plugins/filter/sanitize.rb +++ b/plugins/filter/sanitize.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Sanitize -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/filter/sort.rb b/plugins/filter/sort.rb index d639a20..30f3594 100644 --- a/plugins/filter/sort.rb +++ b/plugins/filter/sort.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Sort -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/filter/tumblr_resize.rb b/plugins/filter/tumblr_resize.rb index cdb7827..5ce4c41 100644 --- a/plugins/filter/tumblr_resize.rb +++ b/plugins/filter/tumblr_resize.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::TumblrResize -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/notify/ikachan.rb b/plugins/notify/ikachan.rb index 69b314f..919948f 100644 --- a/plugins/notify/ikachan.rb +++ b/plugins/notify/ikachan.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Notify::Ikachan -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/provide/fluentd.rb b/plugins/provide/fluentd.rb index 680b4e7..c009b2c 100644 --- a/plugins/provide/fluentd.rb +++ b/plugins/provide/fluentd.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Provide::Fluentd -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/publish/amazon_s3.rb b/plugins/publish/amazon_s3.rb index d348b64..f22f9d3 100644 --- a/plugins/publish/amazon_s3.rb +++ b/plugins/publish/amazon_s3.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Publish::AmazonS3 -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/publish/console.rb b/plugins/publish/console.rb index d23f9d9..61082b3 100644 --- a/plugins/publish/console.rb +++ b/plugins/publish/console.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Publish::Console -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/publish/fluentd.rb b/plugins/publish/fluentd.rb index c94dd60..25977f1 100644 --- a/plugins/publish/fluentd.rb +++ b/plugins/publish/fluentd.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Publish::Fluentd -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/publish/hatena_bookmark.rb b/plugins/publish/hatena_bookmark.rb index 38fee5d..7bfd91e 100644 --- a/plugins/publish/hatena_bookmark.rb +++ b/plugins/publish/hatena_bookmark.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Publish::HatenaBookmark -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/publish/markdown.rb b/plugins/publish/markdown.rb index 5d5f86c..fb168ba 100644 --- a/plugins/publish/markdown.rb +++ b/plugins/publish/markdown.rb @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Publish::Markdown # Description:: Render the pipeline as a Markdown document, to a file or to standard output. -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/publish/memcached.rb b/plugins/publish/memcached.rb index 67cbee4..d0f086a 100644 --- a/plugins/publish/memcached.rb +++ b/plugins/publish/memcached.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Publish::Memcached -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/store/digest.rb b/plugins/store/digest.rb index 72e10f2..7a81ffa 100644 --- a/plugins/store/digest.rb +++ b/plugins/store/digest.rb @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Store::Digest # Description:: Drop items whose content has been seen before, by SHA-256 digest. -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/store/file.rb b/plugins/store/file.rb index 6624817..c6827e3 100644 --- a/plugins/store/file.rb +++ b/plugins/store/file.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Store::File -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/store/full_text.rb b/plugins/store/full_text.rb index 9ea72ca..abefae8 100644 --- a/plugins/store/full_text.rb +++ b/plugins/store/full_text.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Store::FullText -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/store/permalink.rb b/plugins/store/permalink.rb index 8f29161..b6c4847 100644 --- a/plugins/store/permalink.rb +++ b/plugins/store/permalink.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Store::Permalink -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/subscription/feed.rb b/plugins/subscription/feed.rb index 0afa150..47a8ef9 100644 --- a/plugins/subscription/feed.rb +++ b/plugins/subscription/feed.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::SubscriptionFeed -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/subscription/link.rb b/plugins/subscription/link.rb index fa17ead..492def6 100644 --- a/plugins/subscription/link.rb +++ b/plugins/subscription/link.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Subscription::Link -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/subscription/tumblr.rb b/plugins/subscription/tumblr.rb index da93997..8b10234 100644 --- a/plugins/subscription/tumblr.rb +++ b/plugins/subscription/tumblr.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Subscription::Tumblr -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/plugins/subscription/xml.rb b/plugins/subscription/xml.rb index fc623c0..aa0b3f9 100644 --- a/plugins/subscription/xml.rb +++ b/plugins/subscription/xml.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Subscription::Xml -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/script/build b/script/build index 2877589..8f41610 100755 --- a/script/build +++ b/script/build @@ -12,7 +12,7 @@ # script/build Run the test suite and the CLI checks. # script/build all Also run the integration recipes by hand. # -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License: The GPL version 3, or LGPL version 3 (Dual License). # Contact: idnanashi@gmail.com diff --git a/spec/doc/plugins_catalogue_spec.rb b/spec/doc/plugins_catalogue_spec.rb index f2a6086..26fbff3 100644 --- a/spec/doc/plugins_catalogue_spec.rb +++ b/spec/doc/plugins_catalogue_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: The plugin catalogue -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/lib/automatic/cli_spec.rb b/spec/lib/automatic/cli_spec.rb index 7edea2e..90e4493 100644 --- a/spec/lib/automatic/cli_spec.rb +++ b/spec/lib/automatic/cli_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::CLI -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/lib/automatic/feed_maker_spec.rb b/spec/lib/automatic/feed_maker_spec.rb index 450dbd2..0266cd9 100644 --- a/spec/lib/automatic/feed_maker_spec.rb +++ b/spec/lib/automatic/feed_maker_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::FeedMaker -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/lib/automatic/http_spec.rb b/spec/lib/automatic/http_spec.rb index ee953a5..98a0ba6 100644 --- a/spec/lib/automatic/http_spec.rb +++ b/spec/lib/automatic/http_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Http -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/lib/automatic/recipe_safety_spec.rb b/spec/lib/automatic/recipe_safety_spec.rb index 303bd5a..01bb697 100644 --- a/spec/lib/automatic/recipe_safety_spec.rb +++ b/spec/lib/automatic/recipe_safety_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Recipe (loading and refusal) -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/lib/automatic/recipe_spec.rb b/spec/lib/automatic/recipe_spec.rb index 739e154..da0e9c9 100644 --- a/spec/lib/automatic/recipe_spec.rb +++ b/spec/lib/automatic/recipe_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Auaotmatic::Recipe -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/lib/automatic_spec_helper_spec.rb b/spec/lib/automatic_spec_helper_spec.rb index be06203..d8da9fc 100644 --- a/spec/lib/automatic_spec_helper_spec.rb +++ b/spec/lib/automatic_spec_helper_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: AutomaticSpec -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/custom_feed/web_spec.rb b/spec/plugins/custom_feed/web_spec.rb index 8b0cb36..8e3b383 100644 --- a/spec/plugins/custom_feed/web_spec.rb +++ b/spec/plugins/custom_feed/web_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::CustomFeed::Web -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/filter/absolute_uri_spec.rb b/spec/plugins/filter/absolute_uri_spec.rb index 503e62c..336bff1 100644 --- a/spec/plugins/filter/absolute_uri_spec.rb +++ b/spec/plugins/filter/absolute_uri_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::AbsoluteURI -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/filter/batch_spec.rb b/spec/plugins/filter/batch_spec.rb index b39a3bc..e3f4e91 100644 --- a/spec/plugins/filter/batch_spec.rb +++ b/spec/plugins/filter/batch_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Batch -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/filter/claude_spec.rb b/spec/plugins/filter/claude_spec.rb index 940eb64..fccdca9 100644 --- a/spec/plugins/filter/claude_spec.rb +++ b/spec/plugins/filter/claude_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Claude -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/filter/clear_spec.rb b/spec/plugins/filter/clear_spec.rb index acbce20..a71e823 100644 --- a/spec/plugins/filter/clear_spec.rb +++ b/spec/plugins/filter/clear_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Clear -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/filter/description_link_spec.rb b/spec/plugins/filter/description_link_spec.rb index f3376fa..79e10f4 100644 --- a/spec/plugins/filter/description_link_spec.rb +++ b/spec/plugins/filter/description_link_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::DescriptionLink -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/filter/full_feed_spec.rb b/spec/plugins/filter/full_feed_spec.rb index 089141b..3bcc529 100644 --- a/spec/plugins/filter/full_feed_spec.rb +++ b/spec/plugins/filter/full_feed_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::FullFeed -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/filter/gemini_spec.rb b/spec/plugins/filter/gemini_spec.rb index de28def..ca88753 100644 --- a/spec/plugins/filter/gemini_spec.rb +++ b/spec/plugins/filter/gemini_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Gemini -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/filter/ignore_spec.rb b/spec/plugins/filter/ignore_spec.rb index e6023c9..15ad89d 100644 --- a/spec/plugins/filter/ignore_spec.rb +++ b/spec/plugins/filter/ignore_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Ignore -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/filter/image_spec.rb b/spec/plugins/filter/image_spec.rb index 250522d..aa729a5 100644 --- a/spec/plugins/filter/image_spec.rb +++ b/spec/plugins/filter/image_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Image -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/filter/join_spec.rb b/spec/plugins/filter/join_spec.rb index 2b331a8..9ca2006 100644 --- a/spec/plugins/filter/join_spec.rb +++ b/spec/plugins/filter/join_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Join -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/filter/limit_spec.rb b/spec/plugins/filter/limit_spec.rb index 6ab55fd..a180709 100644 --- a/spec/plugins/filter/limit_spec.rb +++ b/spec/plugins/filter/limit_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Limit -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/filter/open_ai_spec.rb b/spec/plugins/filter/open_ai_spec.rb index c4ac23b..04c2d9b 100644 --- a/spec/plugins/filter/open_ai_spec.rb +++ b/spec/plugins/filter/open_ai_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::OpenAI -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/filter/present_spec.rb b/spec/plugins/filter/present_spec.rb index d91cc44..5a5f3f1 100644 --- a/spec/plugins/filter/present_spec.rb +++ b/spec/plugins/filter/present_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Present -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/filter/sakura_ai_spec.rb b/spec/plugins/filter/sakura_ai_spec.rb index 373aa17..b60a43f 100644 --- a/spec/plugins/filter/sakura_ai_spec.rb +++ b/spec/plugins/filter/sakura_ai_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::SakuraAI -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/filter/sanitize_spec.rb b/spec/plugins/filter/sanitize_spec.rb index f2d177b..27ba96d 100644 --- a/spec/plugins/filter/sanitize_spec.rb +++ b/spec/plugins/filter/sanitize_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Sanitize -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/filter/sort_spec.rb b/spec/plugins/filter/sort_spec.rb index d48c11c..bfa1f60 100644 --- a/spec/plugins/filter/sort_spec.rb +++ b/spec/plugins/filter/sort_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::Sort -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/filter/tumblr_resize_spec.rb b/spec/plugins/filter/tumblr_resize_spec.rb index 61010a3..1671b21 100644 --- a/spec/plugins/filter/tumblr_resize_spec.rb +++ b/spec/plugins/filter/tumblr_resize_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Filter::TumblrResize -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/notify/ikachan_spec.rb b/spec/plugins/notify/ikachan_spec.rb index 8383543..c124355 100644 --- a/spec/plugins/notify/ikachan_spec.rb +++ b/spec/plugins/notify/ikachan_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Notify::Ikachan -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/provide/fluentd_spec.rb b/spec/plugins/provide/fluentd_spec.rb index 0d865e4..f4bf18f 100644 --- a/spec/plugins/provide/fluentd_spec.rb +++ b/spec/plugins/provide/fluentd_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Provide::Fluentd -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/publish/amazon_s3_spec.rb b/spec/plugins/publish/amazon_s3_spec.rb index 00a8e59..7ee1a52 100644 --- a/spec/plugins/publish/amazon_s3_spec.rb +++ b/spec/plugins/publish/amazon_s3_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Publish::AmazonS3 -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/publish/console_spec.rb b/spec/plugins/publish/console_spec.rb index a41eaa2..be2deaa 100644 --- a/spec/plugins/publish/console_spec.rb +++ b/spec/plugins/publish/console_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Publish::Console -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/publish/fluentd_spec.rb b/spec/plugins/publish/fluentd_spec.rb index aa76569..c7743cd 100644 --- a/spec/plugins/publish/fluentd_spec.rb +++ b/spec/plugins/publish/fluentd_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Publish::Fluentd -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/publish/hatena_bookmark_spec.rb b/spec/plugins/publish/hatena_bookmark_spec.rb index 9ebc44c..c46acf7 100644 --- a/spec/plugins/publish/hatena_bookmark_spec.rb +++ b/spec/plugins/publish/hatena_bookmark_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Publish::HatenaBookmark -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/publish/markdown_spec.rb b/spec/plugins/publish/markdown_spec.rb index de79285..946f3ef 100644 --- a/spec/plugins/publish/markdown_spec.rb +++ b/spec/plugins/publish/markdown_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Publish::Markdown -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/publish/memcached_spec.rb b/spec/plugins/publish/memcached_spec.rb index 16076ac..66efe7c 100644 --- a/spec/plugins/publish/memcached_spec.rb +++ b/spec/plugins/publish/memcached_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Publish::Memcached -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/store/digest_spec.rb b/spec/plugins/store/digest_spec.rb index 8f2eed4..dc13ae0 100644 --- a/spec/plugins/store/digest_spec.rb +++ b/spec/plugins/store/digest_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Store::Digest -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/store/full_text_spec.rb b/spec/plugins/store/full_text_spec.rb index a1f307a..e7cc23d 100644 --- a/spec/plugins/store/full_text_spec.rb +++ b/spec/plugins/store/full_text_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Store::FullText -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/store/permalink_spec.rb b/spec/plugins/store/permalink_spec.rb index cd930ad..1f8c4ea 100644 --- a/spec/plugins/store/permalink_spec.rb +++ b/spec/plugins/store/permalink_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Store::Permalink -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/subscription/feed_spec.rb b/spec/plugins/subscription/feed_spec.rb index 3e6b902..126a6c0 100644 --- a/spec/plugins/subscription/feed_spec.rb +++ b/spec/plugins/subscription/feed_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Subscription::Feed -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/subscription/link_spec.rb b/spec/plugins/subscription/link_spec.rb index d2dc5f1..46f542c 100644 --- a/spec/plugins/subscription/link_spec.rb +++ b/spec/plugins/subscription/link_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Subscription::Link -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/subscription/tumblr_spec.rb b/spec/plugins/subscription/tumblr_spec.rb index 57826af..34ccfb9 100644 --- a/spec/plugins/subscription/tumblr_spec.rb +++ b/spec/plugins/subscription/tumblr_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Subscription::Tumblr -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/plugins/subscription/xml_spec.rb b/spec/plugins/subscription/xml_spec.rb index 13f7b1f..8448ea7 100644 --- a/spec/plugins/subscription/xml_spec.rb +++ b/spec/plugins/subscription/xml_spec.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::Subscription::Xml -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 03c0152..8b47442 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Spec -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com diff --git a/spec/user_dir/plugins/filter/load_marker.rb b/spec/user_dir/plugins/filter/load_marker.rb index fd52ff0..fabe3ef 100644 --- a/spec/user_dir/plugins/filter/load_marker.rb +++ b/spec/user_dir/plugins/filter/load_marker.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Name:: Automatic::Plugin::FilterLoadMarker -# Author: id774 (More info: http://id774.net) +# Author: id774 (More info: https://id774.net) # Source Code:: https://github.com/id774/automaticruby # License:: The GPL version 3, or LGPL version 3 (Dual License). # Contact:: idnanashi@gmail.com