Skip to content

Commit

Permalink
Adding encoding comments to the Bundles directory where needed. Patch…
Browse files Browse the repository at this point in the history
… from Dave Thomas.

git-svn-id: http://svn.textmate.org/trunk/Bundles/Ruby on Rails.tmbundle@11072 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
JEG2 committed Jan 4, 2009
1 parent 127c602 commit 7c410a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Support/bin/create_partial_from_selection.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# encoding: utf-8

# Copyright:
# (c) 2006 syncPEOPLE, LLC.
Expand Down
1 change: 1 addition & 0 deletions Support/bin/rake_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# encoding: utf-8

# Copyright:
# (c) 2006 InquiryLabs, Inc.
Expand Down
1 change: 1 addition & 0 deletions Support/bin/show_schema.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# encoding: utf-8

require "#{ENV['TM_SUPPORT_PATH']}/lib/progress"
TextMate.call_with_progress(:title => "Contacting database", :message => "Fetching database schema…") do
Expand Down

0 comments on commit 7c410a0

Please sign in to comment.