Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion automatic.gemspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/automatic
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/automatic.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/automatic/cli.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/automatic/environment.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/automatic/feed_maker.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/automatic/feed_parser.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/automatic/http.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/automatic/log.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/automatic/pipeline.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/automatic/version.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/custom_feed/web.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/absolute_uri.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/batch.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/claude.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/clear.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/description_link.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/gemini.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/ignore.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/image.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/image_source.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/join.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/limit.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/open_ai.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/present.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/sakura_ai.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/sanitize.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/sort.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/tumblr_resize.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/notify/ikachan.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/provide/fluentd.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/publish/amazon_s3.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/publish/console.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/publish/fluentd.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/publish/hatena_bookmark.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/publish/markdown.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/publish/memcached.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/store/digest.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/store/file.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/store/full_text.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/store/permalink.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/subscription/feed.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/subscription/link.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/subscription/tumblr.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/subscription/xml.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion script/build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spec/doc/plugins_catalogue_spec.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading
Loading