mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
Grand whitespace cleanup.
This commit is contained in:
parent
72579fe9cf
commit
ffa9118e9c
1
.powrc
1
.powrc
@ -2,4 +2,3 @@ if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ] ; then
|
|||||||
source "$rvm_path/scripts/rvm"
|
source "$rvm_path/scripts/rvm"
|
||||||
source ".rvmrc"
|
source ".rvmrc"
|
||||||
fi
|
fi
|
||||||
|
|
@ -5,4 +5,3 @@ gem "rake", "~> 10.0"
|
|||||||
group :test do
|
group :test do
|
||||||
gem "rspec"
|
gem "rspec"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -15,4 +15,3 @@ ARGV.delete_if do |arg|
|
|||||||
end
|
end
|
||||||
|
|
||||||
IRB.start
|
IRB.start
|
||||||
|
|
||||||
|
@ -119,4 +119,3 @@ module OctopressLiquidFilters
|
|||||||
|
|
||||||
end
|
end
|
||||||
Liquid::Template.register_filter OctopressLiquidFilters
|
Liquid::Template.register_filter OctopressLiquidFilters
|
||||||
|
|
||||||
|
@ -118,4 +118,3 @@ module Jekyll
|
|||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -309,4 +309,3 @@ module Jekyll
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -53,4 +53,3 @@ module Jekyll
|
|||||||
end
|
end
|
||||||
|
|
||||||
Liquid::Template.register_tag('video', Jekyll::VideoTag)
|
Liquid::Template.register_tag('video', Jekyll::VideoTag)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user