diff options
author | Philip Arndt <parndt@gmail.com> | 2010-11-23 09:34:11 +1300 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2010-11-23 09:34:11 +1300 |
commit | 97101633ca5f0a94560d18adc0df41ca8f60eed7 (patch) | |
tree | c2414815b5476c3982647095af1625d459506af6 /lib | |
parent | 8b1fd448316a69d4849ff47d9948364dbbbc4db1 (diff) | |
download | refinerycms-blog-97101633ca5f0a94560d18adc0df41ca8f60eed7.tar.gz refinerycms-blog-97101633ca5f0a94560d18adc0df41ca8f60eed7.tar.bz2 refinerycms-blog-97101633ca5f0a94560d18adc0df41ca8f60eed7.zip |
Consistent whitespace.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gemspec.rb | 2 | ||||
-rw-r--r-- | lib/generators/refinerycms_blog_generator.rb | 2 | ||||
-rw-r--r-- | lib/refinerycms-blog.rb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/gemspec.rb b/lib/gemspec.rb index 32b8676..5e3606b 100644 --- a/lib/gemspec.rb +++ b/lib/gemspec.rb @@ -29,4 +29,4 @@ Gem::Specification.new do |s| end EOF -File.open(File.expand_path("../../refinerycms-blog.gemspec", __FILE__), 'w').puts(gemspec)
\ No newline at end of file +File.open(File.expand_path("../../refinerycms-blog.gemspec", __FILE__), 'w').puts(gemspec) diff --git a/lib/generators/refinerycms_blog_generator.rb b/lib/generators/refinerycms_blog_generator.rb index ba21e9f..a801353 100644 --- a/lib/generators/refinerycms_blog_generator.rb +++ b/lib/generators/refinerycms_blog_generator.rb @@ -77,4 +77,4 @@ module ActiveRecord end end end -end
\ No newline at end of file +end diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb index cc59376..41d7093 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -46,4 +46,4 @@ module Refinery end end end -end
\ No newline at end of file +end |