Skip to content

Commit

Permalink
Removed eof whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenh512 committed Jun 26, 2010
1 parent 2c0bd52 commit 908e619
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ tmtags
.\#*
*.swp
*.gem

.project
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ group :development do
gem "rake"
gem "shoe", "~> 0.6.2"
# gem "rspec", "~> 2.0.0.beta.12"
end

end
3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3 changes: 1 addition & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ Edit config/facebook.yml to reflect your Facebook application's ID and secret.

== Copyright

Copyright (c) 2010 Steven Hancock. See LICENSE for details.

Copyright (c) 2010 Steven Hancock. See LICENSE for details.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ require 'bundler'
Bundler.setup
require 'shoe'

Shoe::Tasks.define('koala-rails.gemspec')

Shoe::Tasks.define('koala-rails.gemspec')
3 changes: 1 addition & 2 deletions init.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/koala_rails', __FILE__)

require File.expand_path('../lib/koala_rails', __FILE__)
3 changes: 1 addition & 2 deletions koala-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ Gem::Specification.new do |s|
s.rdoc_options << "--title" << "koala-rails" <<
"--main" << "README.rdoc" <<
"--inline-source" << "--line-numbers"
end

end
3 changes: 1 addition & 2 deletions lib/generators/koala.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ def source_root # :nodoc:
end
end
end
end

end
3 changes: 1 addition & 2 deletions lib/generators/koala/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ def copy_initializer_file # :nodoc:

end
end
end

end
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ test:
secret: YOUR SECRET
production:
app_id: YOUR APP ID
secret: YOUR SECRET

secret: YOUR SECRET
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ Koala::Facebook::OAuth.class_eval do
end

alias_method_chain :initialize, :default_settings
end

end
3 changes: 1 addition & 2 deletions lib/koala-rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@

ActiveSupport.on_load(:action_controller) do
include KoalaRails::Helpers
end

end
3 changes: 1 addition & 2 deletions lib/koala-rails/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ def facebook_session_key # :nodoc:
@facebook_session_key ||= facebook_session['session_key']
end
end
end

end
3 changes: 1 addition & 2 deletions lib/koala-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- encoding: utf-8 -*-
module KoalaRails
VERSION = "0.1.2"
end

end

0 comments on commit 908e619

Please sign in to comment.