Skip to content

Commit

Permalink
set magic comment ascii-8bit to show all error messages, fix #555
Browse files Browse the repository at this point in the history
  • Loading branch information
tdtds committed Mar 22, 2016
1 parent 976ad5e commit 5955730
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2016-03-22 TADA Tadashi <t@tdtds.jp>
* index.rb, update.rb: set magic comment ascii-8bit to show all error messages

2016-03-16 TADA Tadashi <t@tdtds.jp>
* rename category_legacy.rb to category-legacy.rb

Expand Down
2 changes: 1 addition & 1 deletion index.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- coding: utf-8; -*-
# -*- coding: ascii-8bit; -*-
#
# index.rb
#
Expand Down
2 changes: 1 addition & 1 deletion lib/tdiary/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TDiary
VERSION = '4.2.1.20160310'
VERSION = '4.2.1.20160322'
end
2 changes: 1 addition & 1 deletion update.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- coding: utf-8; -*-
# -*- coding: ascii-8bit; -*-
#
# update.rb
#
Expand Down

0 comments on commit 5955730

Please sign in to comment.