Skip to content

Commit ce29f12

Browse files
committed
175 Adjust headers
1 parent 7bac438 commit ce29f12

37 files changed

+84
-32
lines changed

lib/automatic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env ruby
1+
# -*- coding: utf-8 -*-
22
# Name:: Automatic::Ruby
33
# Author:: 774 <http://id774.net>
44
# Version:: 12.4.0-devel

lib/automatic/opml.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf-8 -*-
12
require 'rexml/document'
23
require 'rexml/parsers/pullparser'
34

lib/automatic/pipeline.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env ruby
21
# -*- coding: utf-8 -*-
32
# Name:: Automatic::Pipeline
43
# Author:: 774 <http://id774.net>

lib/automatic/recipe.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf-8 -*-
12
# Name:: Automatic::Recipe
23
# Author:: ainame
34
# Created:: Feb 18, 2012

plugins/extract/link.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env ruby
21
# -*- coding: utf-8 -*-
32
# Name:: Automatic::Plugin::Extract::Link
43
# Author:: 774 <http://id774.net>

plugins/filter/ignore.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env ruby
21
# -*- coding: utf-8 -*-
32
# Name:: Automatic::Plugin::Filter::Ignore
43
# Author:: 774 <http://id774.net>

plugins/filter/image_link.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env ruby
21
# -*- coding: utf-8 -*-
32
# Name:: Automatic::Plugin::Filter::ImageLink
43
# Author:: 774 <http://id774.net>

plugins/filter/image_source.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env ruby
21
# -*- coding: utf-8 -*-
32
# Name:: Automatic::Plugin::Filter::ImageSource
43
# Author:: 774 <http://id774.net>

plugins/filter/reverse.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env ruby
21
# -*- coding: utf-8 -*-
32
# Name:: Automatic::Plugin::Filter::Reverse
43
# Author:: 774 <http://id774.net>

plugins/filter/tumblr_resize.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env ruby
21
# -*- coding: utf-8 -*-
32
# Name:: Automatic::Plugin::Filter::TumblrResize
43
# Author:: 774 <http://id774.net>

0 commit comments

Comments
 (0)